Gets or sets the width of the bar series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double SeriesWidth { get; set; } |
Visual Basic Copy Code |
---|
Public Property SeriesWidth As Double |
A double value. The default is 0.8.
Valid numbers range in the interval [0..1]. The value indicates what portion of the interval the bars of this series occupy. The rest is left blank space.