MindFusion.Wpf Pack Programmer's Guide
BarChart.SeriesWidth Property
See Also
 





Gets or sets the width of the bar series.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double SeriesWidth { get; set; }

Visual Basic  Copy Code

Public Property SeriesWidth As Double

 Property Value

A double value. The default is 0.8.

 Remarks

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.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.Wpf Namespace