Hi guys,
I would like to add a trendline to my windows form chart (from Microsoft Chart Control), I have tried Googling but found most of them is for how to add a trendline to excel, or other 3rd party chart components etc. Can anyone please enlighten, thanks!
Regards,
Andy.
...
How would I decrease the margins between each series (four series, each series has four data points). Or increase the width of the rendered datapoints?
...
I would like to customize the labels on the datapoints below so they would render as (using first datapoint on the chart as an example) :
4:10 - 4:40
yellow class
...
I want to drill-down my MSchart with ASP.NET 4.0.
The main chart chtType was displayed successfully. I need to display the other chart Chart1.
Public mSeries1, mSeries2 As Series
Public mChartArea As ChartArea
Public ocmd As SqlCommand
Dim cnn As SqlConnection = New SqlConnection( "foo")
chtType.Series(0).PostBackValue = "#AXISLABEL...
Hi all,
Does anyone know how can we add a trendline to a MSCHART Control? Thanks.
Regards,
Andy.
...