MindFusion.Wpf Pack Programmer's Guide
BarSeries.BarWidth Property
See Also
 





Gets or sets the width of the bar. This is a dependency property.

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

 Syntax

C#  Copy Code

public double BarWidth { get; set; }

Visual Basic  Copy Code

Public Property BarWidth As Double

 Property Value

A double value in the range [0..1]. The default is 0.8.

 Remarks

The BarWidth property specifies the width of the bar as a portion of the available space. The rest is left as space.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Wpf Namespace