MindFusion.Charting for Silverlight Programmer's Guide
BarSeries.BarWidth Property
See Also
 






Gets or sets the width of the bar.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double BarWidth { get; set; }

Visual Basic  Copy Code

Public Property BarWidth As Double

 Property Value

A double value. Default is 0.8

 Remarks

Valid values range from 0 to 1 and indicate the percentage of available space for this bar at the axis. The rest is left as an empty space. Value of 0.8 means that the bar will take 80% of the space alocated for it at the axis and the rest will be empty space - 10% before and 10% after the series.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Silverlight Namespace