MSChart axis lines
How to show axis line for each bar in chart? I have line only on second, fourth ..., ...
How to show axis line for each bar in chart? I have line only on second, fourth ..., ...
I need to dynamically add series to an MSCHART ChartArea. I retrieve column names from a datatable. The series name needs to be the column name. I can build the SERIES ADD in a string, but then what? Series Trigger_Level = chart1.Series.Add("Trigger Level"); Developing in C# Please advise Bill ...
Hi, I need to show some data in table format below my chart. I would like to have it below Chart as I will be exporting image for same. Thank you. ...
Hi, I am working with the Chart Control for framework 3.5: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx I cannot put the legend more separated from the chart, this is what I get: Another problem I have, for the orange part (videoconferencia) I pass data only...
Hi All, Here I am trying to assign the datasource (using same code given in the sample application) and create a graph, only difference is i am doing it in WPF WindowsFormsHost. due to some reason the datasource is not being assigned properly and i am not able to see the series ("Series 1") being created. wired thing is that it is worki...
HI im trying to create simple pie chart using the MS Chart controls. When my pie chart gets rendered in the browser i get padding around the pie chart that i cant get rid of. i would like the pie chart to sit up against the edge of the image with no padding or margin. Any ideas on how i can achieve this? in my code below the padding i...
I would like the labels to be completely visible, and if necessary, just spin the pie chart so that the text will fit without being hidden with "...". Here is an example Anyone know how to fix this so it is not shortened? This is the control on my asp page. <asp:CHART ID="Chart1" runat="server" BorderColor="181, 64, 1" BorderD...
Hi, 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 c...
Good afternoon, Wow what a title. Basically here is the thing. If have a time series which is not continuous. Hence, since I use the IsXValueIndexed property of the Series (set to true) to collapse the space between the separate points. That works fine, however I would now like to be able to recover a point's detail in from the grap...
We're using the MS Chart for .net, but encountering the "image not found" problem for which there doesn't seem to be a solution. Are there any alternatives for generating simple charts? ...
I need a sample code on how I can plot a graph in a C# application using the MS Chart add on in Visual Studio 2008 using linq to sql to collect the data from the database? ...
How can I limit how many ticks are in the Y axis when using mscharts for asp.net (3.5). I want to ensure it is always 3 ticks. ...
I'm putting together a graph with the MSChart control for VB6. Is there a way to adjust the location of the points on the X axis so that the first data point in the series sits against the Y axis? By default it floats in a space between the origin and the first gridline. ...
I'm having an issue with the MS Charting control and displaying data point labels. When I switch the graphs to a logarithmic view the point labels (which only appear directly above the bars) end up being written over the border as such: Chart Image (I'm sorry I can't post the image directly in the question ~ it's because of my low rep...
I've got MS Chart control and with a references to GAC. I found them ( C:\Program Files\Microsoft Chart Controls\Assemblies ) but how to change GAC to local copy (bin) for comparability with other servers without installed MS Chart control for VS . I've tried to add dll files manually but that was a fail. It's looking like I need to co...
My asp.net web application runs fine until i hit a page that has an MS Chart. When i do i get this runtime error message: Sys.ArgumentTypeException: Object of type 'Sys._Application' cannot be converted to type 'Sys._Application'. Parameter name: instance My application uses the ASP.NET Ajax Toolkit for various things. The er...
i had developed a windows app, which is is giving ouput in 4 textboexs,now i want these 4 values in to a Bar Grapg in another window, i had download wd MS chart but not able to understanad how to use it to make a window which displays these texeboxes values into bar chat in 1 click ...
is therir any set by step documnet of using it as i have installed it and then also not getting chart option in tools ...
I'm developing a stocks evolution chart with Microsoft Chart Controls and I need to show the initial and final dates on the AxisX labels but I can't do it. I google and found many solutions like set the properties: Chart1.ChartAreas[0].AxisX.Minimum = InitialDate.ToOADate(); Chart1.ChartAreas[0].AxisX.Maximum = FinalDate.ToOADate(); C...
Hi I am having problems getting Microsoft Charting: System.Web.DataVisualization.dll To work in the Medium Trust on Windows Server 2008 on IIS 7 Using .Net 3.5 In an environment at Rackspace on their Cloud Sites. I get this error message from the Rackspace hosting environment: Security Exception Description: The application att...