SharpPlot Reference > SharpPlot Properties > YFactor Property SharpPlot.YFactor Property
Set Y labelling factor.
public double YFactor {get; set;}
Example
sp.YFactor = 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
|