D
Dean Slindee
Working on a ComponentOne 2DGraph control. Got it all figured out (no
documentation) except for the last step: loading the X and Y values to be
plotted. Anyone got a working sample of how to populate the ChartData.
Like, once you clear any prior plot data with:
chartWeek.ChartGroups.Group0.ChartData.SeriesList.Clear()
How do you reload a fresh set of values?
Involves some of the following:
Dim chartAXArray As C1.Win.C1Chart.ChartDataArray '{0,1,2,3}
Dim chartAYrray As C1.Win.C1Chart.ChartDataArray
Dim chartASeries As New C1.Win.C1Chart.ChartDataSeries(chartData)
chartWeek.ChartGroups.Group0.ChartData.SeriesList.Insert(1, chartASeries) 'A
track
Thanks,
Dean Slindee
documentation) except for the last step: loading the X and Y values to be
plotted. Anyone got a working sample of how to populate the ChartData.
Like, once you clear any prior plot data with:
chartWeek.ChartGroups.Group0.ChartData.SeriesList.Clear()
How do you reload a fresh set of values?
Involves some of the following:
Dim chartAXArray As C1.Win.C1Chart.ChartDataArray '{0,1,2,3}
Dim chartAYrray As C1.Win.C1Chart.ChartDataArray
Dim chartASeries As New C1.Win.C1Chart.ChartDataSeries(chartData)
chartWeek.ChartGroups.Group0.ChartData.SeriesList.Insert(1, chartASeries) 'A
track
Thanks,
Dean Slindee