Gets or sets the width of the bar series.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double SeriesWidth { get; set; } |
Visual Basic
![]() |
---|
Public Property SeriesWidth 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 series at the axis, which is to be taken by the bars. The rest is left as an empty space. Value of 0.8 means that the bars will take 80% of the space alocated for this series at the axis and the rest will be empty space - 10% before and 10% after the series.