SharpPlot Reference > SharpPlot Methods > SetHeadingNudge Method > SetIDataRange Method

SharpPlot.SetIDataRange Method

You can call any of the plotting routines with an array of arrays to have multiple series ranged and plotted at one call. However it is often more convenient to make several calls, one for each series. This method allows you to pass in all your inner-axis data arrays in advance, and notes the extreme values for use when the first plot is drawn.

Example

sp.SetIDataRange(col_Year);

Overloads

All the other axis properties (range, tick-interval etc) continue to apply as normal.

See also ...

SharpPlot.SetYDataRange Method


Send comments on this topic
© Dyalog Ltd 2021