MindFusion.Charting Programmer's Guide

Bar.Width Property

See Also
 





Gets the width of this Bar.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float Width { get; }

Visual Basic  Copy Code

Public ReadOnly Property Width As Single

 Property Value

A float value.

 Remarks

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.

 See Also