mschart
Email ASP.NET webpage with Chart Controls
I have an asp.net 4.0 webpage which has 10 chart controls on it. I have been to email the chart controls to the current logged in user when they open the page. The chart controls will be different for[详细]
2023-03-22 20:01 分类:问答trying to create the click event handler
So I\'ve made this range bar chart with the MS Chart Control. I have a question: How can I implement an event handler for w开发者_JAVA技巧hen the user clicks onred colour? I can\'t see one anywhere.[详细]
2023-03-22 12:21 分类:问答How to format the axis values in an asp.net mvc 3 chart using C# and razor?
I\'开发者_如何学编程m trying to create a chart in asp.net mvc 3 using the system.web.helpers namespace.However, I cannot find a way to format the values of the Y Axis.Currently they are display as 100[详细]
2023-03-22 05:16 分类:问答How can I optimise Invalidate() calls with MSChart?
I have 3 different graph displays which make use of the MSChart library for C#. I am updating the graphs with data as it becomes available in real time. The function which updates the display runs app[详细]
2023-03-21 14:56 分类:问答MS chart in crystal reports
Is is possible to include the 开发者_C百科chart image of ms chart asp.net control in crystral reports rendered in a resolution suitable for print?[详细]
2023-03-21 05:12 分类:问答How to create clickable chart in ASP.NET
How to create a chart that allows the user to click on the specific chart area, when user click on the specific chart开发者_如何转开发 are I want to fire some event on that,[详细]
2023-03-21 01:15 分类:问答How to set values in x axis MSChart using C#
I have these XY values: Series S1 = new Series() S1.Points.AddXY(9, 25); S1.Points.AddXY(10, 35); S1.Points.AddXY(11, 15);[详细]
2023-03-19 01:27 分类:问答MSChart X axis with fixed length
I want to show values (y axis) in a range of hours (x axis) from 7am to 12m, the X axis should show always that range even if I have no value for a specific hour. Here an example to clarify that:[详细]
2023-03-18 07:19 分类:问答Align primary and secondary axis in MSChart
I am trying to plot two data series in an MSChart. I am using two axes, but I want the gridlines and tick marks to be aligned.[详细]
2023-03-17 18:23 分类:问答HOw To Show Data in Ms Chart on Mouse Over C# Web Application
i am using ms chat sp line i want that when i take my cursor to the chart to any point it will show the reading at that particular point as my chart is as[详细]
2023-03-17 03:23 分类:问答