Charting for WPF Programmer's Guide

BarChart.SeriesWidth Property

See Also
 


Gets or sets the width of the bar series.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double SeriesWidth { get; set; }

Visual Basic  Copy Code

Public Property SeriesWidth As Double

 Property Value

A double number. Values should range between zero and one. Default is 0.8.

 Remarks

The SeriesWidth property specifies the width of the bar as a ratio from the entire width of the interval. The width is divided among the bars, if more than one bar is drawn. The bar or group of bars is drawn in the middle of the interval, the remaining space is left blank.

 See Also