Group: Forum Members
Last Active: 6 Months Ago
Posts: 60,
Visits: 157
|
I want to convert from Nevron.Chart.NLineSeries to Nevron.Chart.NFastLineSeries.
Questions:
1. Is there a way to add an array of line values (similar to Nevron.Chart.NLineSeries.Values.AddRange), or are you required to set each value individually using methods like Nevron.Chart.NFastLineSeries.Data.SetXYValue?
2. Are there equivalent properties in Nevron.Chart.NFastLineSeries to the following? If so, can you please tell me where they exist or show an example of how to achieve the same result? Nevron.Chart.NLineSeries.SamplingMode Nevron.Chart.NLineSeries.SampleDistance Nevron.Chart.NLineSeries.MarkerStyle Nevron.Chart.NLineSeries.LineSegmentShape Nevron.Chart.NLineSeries.BorderStyle Nevron.Chart.NLineSeries.FillStyle
Thank you!
|