NFastLineSeries


https://www.nevron.com/Forum/Topic14481.aspx
Print Topic | Close Window

By Lance Levendowski - 6 Months Ago
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!