| ||
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 > BarEdgeNib Property SharpPlot.BarEdgeNib PropertySet edge line-width for barcharts, gantt charts and Boxplots. public double BarEdgeNib {get; set;} ExampleBy default, all bars are edged in black with a 0.4pt line. To change this (or remove the edge) sp.BarEdgeNib = 2.3; sp.BarEdgeNib = 0; See also ... |