| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetHeadingNudge Method > SetIDataRange Method SharpPlot.SetIDataRange MethodYou 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. Examplesp.SetIDataRange(col_Year); Overloads
All the other axis properties (range, tick-interval etc) continue to apply as normal. See also ... |