SharpPlot Reference > SharpPlot Methods > SetXDataRange Method

SharpPlot.SetXDataRange 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 x-axis data arrays in advance, and notes the extreme values for use when the first plot is drawn.

Example

sp.SetXDataRange(col_Data);

Overloads

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

See also ...

SharpPlot.SetXRange Method


Send comments on this topic
© Dyalog Ltd 2021