MindFusion.Charting for Silverlight Programmer's Guide
BarChart.SeriesWidth Property
See Also
 






Gets or sets the width of the bar series.

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

 Syntax

C#  Copy Code

public double SeriesWidth { get; set; }

Visual Basic  Copy Code

Public Property SeriesWidth 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 series at the axis, which is to be taken by the bars. The rest is left as an empty space. Value of 0.8 means that the bars will take 80% of the space alocated for this series at the axis and the rest will be empty space - 10% before and 10% after the series.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.Silverlight Namespace