| Contents > SharpPlot > Properties | Index |
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.
