| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods 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 > Properties > XFactor Property SharpPlot.XFactor PropertySet X labelling factor. public double XFactor {get; set;} Examplesp.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 ... |