| ||
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 > Gutter Property SharpPlot.Gutter PropertyWhen drawing chart borders, SharpPlot defaults to moving 4 points in from the edges to draw the boundary line. This is reduced in proportion to the chart size, but when it appears as a gap between tiles created with the ‘Trellis’ property, it may be excessive for a collection of very small plots. To over-ride this: public double Gutter {get; set;} Examplesp.Gutter = 2; To have all the small charts abutting, set the gutter to 0. See also ... |