Gets or sets the width of the bar.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double BarWidth { get; set; } |
Visual Basic
![]() |
---|
Public Property BarWidth As Double |
A double value. Default is 0.8
Valid values range from 0 to 1 and indicate the percentage of available space for this bar at the axis. The rest is left as an empty space. Value of 0.8 means that the bar will take 80% of the space alocated for it at the axis and the rest will be empty space - 10% before and 10% after the series.