SharpPlot Reference > SharpPlot Properties > BarEdgeNib Property

SharpPlot.BarEdgeNib Property

This property is deprecated, use SetEdgeStyle instead.

Set edge line-width for barcharts, gantt charts and Boxplots.

public double BarEdgeNib {get; set;}

Example

By 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 ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021