Gets the width of this Bar. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public float Width { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Width As Single |
A float value.
The property specifies the width of the bar. It can be set with BarWidth or calculated automatically. If the value is calculated, it depends on the AxisLength, the count of the bars and the values of the DistBtwBars and DistBtwSeries properties, if set.