Gets or sets the width of the bar. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double BarWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BarWidth As Double |
A double value in the range [0..1]. The default is 0.8.
RemarksThe BarWidth property specifies the width of the bar as a portion of the available space. The rest is left as space.
See Also