| Contents > SharpPlot > Methods | Index |
SharpPlot.SetXDatumLines Method
Set X datum line(s).
Example
sp.SetXDatumLines(new int[] {25,50,75});
Overloads
- public void SetXDatumLines(double value);
- public void SetXDatumLines(int[] value);
- public void SetXDatumLines(double[] value);
Vertical datum lines can also be triggered automatically at tickmarks which exceed the XDatum Threshold.
