| ||
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 > IAllowance Property SharpPlot.IAllowance PropertyThis sets the ‘allowance’ (default 0.8) as a fraction of the space between adjacent trace lines (determined by the major Y-ticks). A value of 1 allows the trace lines to range exactly between adjacent Y-tickmarks. public double IAllowance {get; set;} Examplesp.IAllowance = 1.2; This may be set to a value >1 if you have a set of lines which move along very nearly parallel to one another like an ECG or seismograph trace. However this only works well with a plain inner axis as otherwise the ticks and labels collide. See also ...SharpPlot Members | DrawTraceChart Method |