SharpPlot Reference > SharpPlot Properties > XFactor Property SharpPlot.XFactor Property
Set X labelling factor.
public double XFactor {get; set;}
Example
sp.XFactor = 1000;
This allows you to use default (numeric) labelling for scaled data. The values will be drawn normally, but will be divided by the given factor to generate the labels.
This does not affect the positioning of Datum Lines, Notes or Zones where you always give the unscaled co-ordinates.
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|