C# - MS Chart Control Scale - Line Graph Show 12 Months?

Jun 7, 2010

On my X Axis, I have months. The chart shows up to 11 points, i.e. Jan - Nov of the same year, but when I add 12 points (Jan - Dec), it will do an auto label thing and change the interval for every 4 months.

How can I change the graph so that it shows 12 months before it does the auto labels?

Here is the server control code I am currently using.

[code]....

View 1 Replies


Similar Messages:

SQL Reporting :: Line Graph In .rdlc / Display Line Graph For Each Product?

Sep 4, 2010

I have to desing line chart graph in .rdlc report, can you please help me, i have decimal values on Y-Axis and date time values on X-Axis , i have two series of product, according to product value during specific time i need to display line graph for each product.please do needfull to me.

View 2 Replies

Forms Data Controls :: How To Show Graph On Zero Value In Bar Chart

Mar 1, 2010

I have Bar Chart with two Series on X axis one for Month and Other for Productvalue now if the product value is Zero then nothing is displaying on graph is there any way to show the atleast value of the product as integer Zero.

View 3 Replies

Forms Data Controls :: How To Create A Bar Graph And Line Graph

Nov 16, 2010

I am creating a bar graph and line graph. I am using 2 dropdown list for the date and category. The user can chose the date and category that he want to view. I also have a upload button for the user to upload the excel file and dispaly the data in girdview.

However i have error whenever i want to view the graphs.. I have upload my code in the attachment. Pls take a look. I do the coding invb.

[code]....

View 5 Replies

Calendar Control Show Only Months?

Jun 30, 2010

I have a AJAX calendar control it shows selection for specific date.

However I have an input control to key in just month. Can we modify the behavior of Calendar control to show only month/year selection but not the dates ?

View 2 Replies

C# - SilverLight LineSeries Graph - Graph Being Displayed But The Line Not Being Displayed?

Nov 3, 2010

I been stack for the last few days trying to figure out the SilverLight 4 LineSeries graph, for some strange reason the graph being displayed but the line not being displayed. I am pretty sure that my mistake is something very basic but I been straggling to pinpoint the problem by myself.Bellow is the code that I having problem with.

<toolkit:Chart HorizontalAlignment="Left" x:Name="chartLine" Margin="31,35,0,0" Title="Chart for test" VerticalAlignment="Top" Height="233" Width="309">
<toolkit:LineSeries IsSelectionEnabled="True" HorizontalAlignment="Left" DependentValuePath="Y" IndependentValuePath="X" [code]....

View 1 Replies

Line And Points Using C# Chart Control?

Jul 15, 2010

I have data in data table like below.

I am trying to make graph like below using asp.net chart control (made graph in excel with some test data)

points are X and Y values. lines are linear, exponential, logarithmic and power values.

how can I make this chart in asp.net (vb.net or c#)? I am newbie to chart control.

View 1 Replies

AJAX :: Multiple Series Line Chart Control Using Control Toolkit

Feb 22, 2013

how to work with multiple series! for example: with 2 series and display the name of each series in the graph! like this example: URL...

View 1 Replies

AJAX :: Verify If Points Exists On Line Chart Control

May 7, 2015

This is my aspx code :

<asp:Chart ID="ChartAlertes" runat="server" Width="500px">
<Titles>
<asp:Title Text="Nombre d'alertes et leurs status en fonction des filtres renseignés"
BorderColor="Black" Alignment="TopCenter">
</asp:Title>
</Titles>

[code]...

I display 2 Points (2 columns) in the Chart Control and I change the color of the each Points with :

ChartAlertes.Series[0].Points[0].Color = System. Drawing. Color.Red;ChartAlertes.Series[0].Points[1].Color = System.Drawing.Color.DarkOrange;

But sometimes, I have only 1 Point to display or nothing at all on the Chart. So I'd like to check If there are some Points before to put the color of each Point.

For example :

if (ChartAlertes.Series[0].Empty == false)
{
//...
}

View 1 Replies

AJAX :: Line Chart Control - Display All Values On X Axis

Mar 6, 2013

I work with a tank of visual studio when I click to display the graph he shows not all points on the X axis

for example the table nbr_num_semaine_av contains values in order

(18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,1,2,3,4)

but the graph shows on the X axis only that 18, 38, 41

for (int k = 0; k < semaine.Count(); k++) {
Chart4.Series["Nombre de points terminés"].Points.AddXY(nbr_num_semaine_av[k], nbr_points_Termin[k]);
Chart4.Series["Nombre Total d'element"].Points.AddXY(nbr_num_semaine_av[k], nbr_element.Count());
}
Chart4.Series["Nombre de points terminés"].ChartType = SeriesChartType.Line;
Chart4.Series["Nombre Total d'element"].ChartType = SeriesChartType.Line;
Chart4.Series["Nombre de points terminés"].IsXValueIndexed = true;
Chart4.Visible = true;

View 1 Replies

AJAX :: Control Toolkit Line Chart Reverse Y Axis

Feb 1, 2014

I am currently making a line chart of Ajax control toolkit referring to an article [URL] .....

It works fines as described. My question is how to reverse Y axis of the line chart. 

I need to place 1 (not 0) at the top of Y axis and biggest number near the bottom with some margin from axis X. The described chart is biggest number neat the top and 0 at the bottom. 

View 1 Replies

AJAX :: Populate Control Toolkit Line Chart Using SQL Server Database

Feb 20, 2013

I work with a charline (ajax control toolkit) and I want to manipulate from code behind but I do not really know how! I have an example but the data are in the aspx code.

<ajaxToolkit:LineChart ID="LineChart1" runat="server"
ChartWidth="450" ChartHeight="300" ChartType="Basic"
ChartTitle="United States versus European Widget Production"
CategoriesAxis="2007,2008,2009,2010,2011,2012"
ChartTitleColor="#0E426C" CategoryAxisLineColor="#D08AD9"

[code]....

View 1 Replies

VS 2008 / Show The Data Either In Chart Control Or Gridview Control?

Feb 11, 2013

I have a simple .aspx page.

I want to show the data either in Chart control or Gridview control. When the user selects an option to see the data either in chart control or grid view control, that specific control has to show up and other control has to become invisible.

So far, I am able to populate data successfully in the chart control. If the user chooses "Grid view" option, how can I show the data in grid view control in the same location. I don't want the gridview control to be shown in a pop up window or any other window.

View 2 Replies

Chart Control Doesn't Show Anything

Mar 9, 2010

I am using the new ASP control "Chart", but I have some problems with it: I can't see anything when I execute the aspx. The data is binded to a ObjectDataSource, like this:

<asp:Chart ID="RcrBufferChart" runat="server" Visible="true"
DataSourceID="RcrBufferSizeODS" BackColor="WhiteSmoke" BackGradientStyle="TopBottom"
BackSecondaryColor="White" Palette="BrightPastel" BorderDashStyle="Solid"
BorderColor="26, 59, 105" Height="583px" Width="1159px" >
<borderskin skinstyle="Emboss"></borderskin>
<series>
<asp:series Name="Series1" ChartType="Spline" ShadowColor="Black"
BorderColor="180, 26, 59, 105" Color="224, 64, 10" IsValueShownAsLabel="True"
XValueMember="CreationDate" XValueType="DateTime" YValueMembers="Size"
YValueType="Double"></asp:series>
</series>
<chartareas>
<asp:ChartArea Name="ChartArea1">
<AxisY Title="Tamaño RCR sin enviar">
</AxisY>
<AxisX Title="Fecha">
</AxisX>
</asp:ChartArea>
</chartareas>
</asp:Chart>
<asp:ObjectDataSource ID="RcrBufferSizeODS" runat="server"
SelectMethod="GetByAppliance"
TypeName="Esabe.Grazalema.Business.RcrBufferSizes">
<SelectParameters>
<asp:QueryStringParameter Name="serialNumber" QueryStringField="SerialNumber"
Type="String" />
</SelectParameters>
</asp:ObjectDataSource>

but the result I get is the following: Does anyone know why it isn't showing anything?

View 1 Replies

MS Chart - Reading Data From Textfile (separated By Delimiters) And Plotting Out The Graph

Jul 19, 2010

My whole project is about reading data from textfile(the readings is separated by delimiters) and plotting out the graph. But somehow i am meetnig some problems as i think my method is wrong... It's something like this..what should i do?

Private Sub CreateChart()
'Create some dummy data
'Dim random As New Random()
'For pointIndex As Integer = 0 To 9
' Chart1.Series("Series1").Points.AddY(random.[Next](20, 100))
Dim h, g As String
Try
Dim lc As New StreamReader("C:Tempdatalogger" & date1.ToString & "int_ana_" + date1.ToString + ".txt")
Dim ff As String '= Label5.Text & ":00"
'Dim sr As String = lc.ReadToEnd
Dim line6 = lc.ReadLine
Do While Not line6 Is Nothing 'loop until end of file
If IsNumeric(line6.Chars(0)) Then
Dim fields5() = Split(line6, ";")
'Dim fields5() = Split(s.Substring(sr.IndexOf(ff)), ";")
h += fields5(0) + vbCr
g += fields5(3) + vbCr
End If
line6 = lc.ReadLine
Loop
Catch ex As Exception
End Try
For pointIndex As Double = 0.0 To 2.0
Chart1.Series("Series1").Points.AddXY(h, g)
Next
'line display chart
Chart1.Series("Series1").ChartType = SeriesChartType.Line
'set the bar width
Chart1.Series("Series1")("PointWidth") = "0.1"
'Show Data points labels
Chart1.Series("Series1").IsValueShownAsLabel = True
'Set data points label style
Chart1.Series("Series1")("BarLabelStyle") = "Center"
'Draw Chart as 3D Cyclinder
Chart1.Series("Series1")("DrawingStyle") = "Cylinder"
End Sub '****End of Graph

View 3 Replies

Web Forms ::show Two Calender Months In Same JavaScript Pop Up?

Mar 11, 2010

I have requirement to show two calander months in same JavaScript pop up. when user click start date, then open popup window then it should display the current month and next month. then user has to chanse select either this month or next month date in the same window.

View 4 Replies

Microsoft Chart Control (VS 2008) - Show Value When Cursor Is Moved

Jan 28, 2013

I have a simple chart control on my form. it displays data fine in X and Y axis. On X axis, i have time period (1 day,1 week, to 30 Years- total of 27 points on x axis) and Y axis has interest rate.

when the cursor is moved in the chart area, I want to show the exact value of Y axis. Just like yahoo finance shows when we click on a graph of a stock symbol. Say on my chart, when user hovers on say 2 Y on the graph, it should show the exact interest rate which is on the Y axis.

View 1 Replies

AJAX :: Calender Extender Customization - Disable Dates And Show Only Four Months

Jan 8, 2010

Is it possible to customize Ajax Calender Extender control ?. I want it to disable some dates and show only four month (Jan,Feb,Nov,Dec) while it load.

View 1 Replies

Forms Data Controls :: Want To Show A Dropdownlist Of Months So The User Can Select The New Month?

Jul 14, 2010

I'm building a pretty simple application where a user can enter/modify/delete data from a table. Right now, the only field is month, which I'm storing as an integer (1-12). The actual table has more fields but I'm simplifying for the purposes of this question.I have the entry part. For modifying, I've set up a gridview with an 'Edit' button:

[Code]....

The code is putting the gridview row into edit mode. Now, I want to show a dropdownlist of months so the user can select the new month. Also, I would like the dropdownlist to default to the value in the database. I can't figure out how to bind months to the dropdown list ddlMonth.

View 1 Replies

Forms Data Controls :: Chart Controls - Point (Scatter) Graph?

Jan 18, 2011

This seems like it should be extremely simple. I have a list of x,y cords in SQL table that I am pulling out into a reader. I am then trying to bind my points to a point (have to use it since I can't find scatter) chart control.

Chart1.Series("Series1").Points.Databind(myReader, "Xpos", "Ypos", "Tooltip=CName")

Where Xpos = the x cord column and Ypos = the y cord column.The chart generates but my problem is that I am getting multiple x values that are the same. For example I have (67, 45) and (67,54).I would think there would be one x value for 67 with the two points on it, at 45 and at 54.Instead I am getting 2 x values listed, both for 67, one with 45 and one with 54.

Just as a test I listed these values in excel (in 2 columns) and did a scatter plot and it generated what I expected (2 items plotted on the same x value, one above the other. Is there a setting I am missing or does the chart control "Point" not have this capability.

View 2 Replies

Web Forms :: Show Data In Bar Graph Format In C#?

Apr 20, 2010

how to show data in bar graph format in asp.net.

View 3 Replies

.net - MS Chart Disable The Vertical Line

Mar 11, 2010

I have a graph created with MS Chart like the following picture. As you can see the vertical lines are messed up with value of the top of each bar. Here's the mark-up for the graph:

<asp:Chart ID="chtNBAChampionships" runat="server">
<Series>
<asp:Series Name="Championships" YValueType="Int32" ChartType="Column" ChartArea="MainChartArea" IsValueShownAsLabel="true">
<Points>
<asp:DataPoint AxisLabel="Celtics" YValues="17" />
<asp:DataPoint AxisLabel="Lakers" YValues="15" />
<asp:DataPoint AxisLabel="Bulls" YValues="6" />
<asp:DataPoint AxisLabel="Spurs" YValues="4" />
<asp:DataPoint AxisLabel="76ers" YValues="3" />
<asp:DataPoint AxisLabel="Pistons" YValues="3" />
<asp:DataPoint AxisLabel="Warriors" YValues="3" />
</Points>
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="MainChartArea">
</asp:ChartArea>
</ChartAreas>
</asp:Chart>

I don't want the display the vertical line because it's messed up with the value on top of the each bar. How can I disable the vertical line?

View 3 Replies

C# - Generate The Line Chart In The Web Service?

Apr 3, 2010

My web service needs to do generate some line charts which will then be added to a PDF report that is streamed to the client.

How do I generate the line chart in the web service?

View 2 Replies

AJAX :: Line Chart Not Working In IE?

May 7, 2015

 C#:

protected void Page_Load(object sender, EventArgs e) {
if (!IsPostBack) {
LineGraphFunction();
}
}
//code for line graph
protected void LineGraphFunction()

[code]....

HTML:

<cc1:LineChart ID="LineChart1" Width="500px" runat="server" ChartHeight="300" ChartWidth = "450" TooltipBorderColor="#D8D8D8" TooltipFontColor="blue"
ChartType="Basic" ChartTitleColor="#0E426C" Visible = "false" BorderColor="Blue" BorderWidth="1px"
CategoryAxisLineColor="#D08AD9" ValueAxisLineColor="#D08AD9" BaseLineColor="#A156AB">
</cc1:LineChart>

Problem is:

In the "LineChart", everytime last "y-axis" point is going out of graph (i.e., somewhere in the footer of x-axis)

X-axis Y-axis

3.4 5.2

5.3 7

2 8.7

1) like in above table, all the point will plot except the last x-axis and y-axis points. Also, y-axis value = 8.7 goes away from graph and comes in the footer of x-axis line.

2) like if x-axis = 3, y-axis=6, then 6 goes out of the graph and comes in footer of x-axis line.

But this problem occurs only when Im using SELECT query for a "particular Id" i.e.,

SELECT x,y from Table1 where Id='Gaug9' and DeletionDate is null

If I will remove where Id=' ' then it will work fine. But I need to plot graph based on particular Id's.

View 1 Replies

Web Forms :: How To Show Graph On Data From SQL Server Database

Oct 6, 2012

i want to show report in graphical formate of data which is stored in sql server.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved