Gets or sets the width of the bar series. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public double SeriesWidth { get; set; } |
Visual Basic
![]() |
---|
Public Property SeriesWidth As Double |
A double number. Values should range between zero and one. Default is 0.8.
The SeriesWidth property specifies the width of the bar as a ratio from the entire width of the interval. The width is divided among the bars, if more than one bar is drawn. The bar or group of bars is drawn in the middle of the interval, the remaining space is left blank.