| ||
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 > Gap Property SharpPlot.Gap PropertyTo set the gap between bars in the same group (default 0.618 of the bar width): public double Gap {get; set;} Examplesp.Gap = 0.5; The gap is given as the fraction of a bar width. If the barchart is stacked (i.e. there are no groups) this sets the gap between bars. Small negative values are acceptable here, say -0.1 to give slightly overlapping bars. For tower charts it sets the gap between towers, and 0 is the smallest reasonable value. See also ... |