Gets or sets the size factor used to calculate the thickness of the bars. This will typically be a value between 0 and 1. This value is the factor between a single axis unit and the thickness of a bar. A value of 1 will cause all the bars to be adjacent with no gaps between them (like a histogram). Smaller values put spaces between the bars. When plotting multiple bar series, the BarSizeFactor is used to calculate the total thickness of all the bars plotted on the same independent axis value. This is a dependency property. The default is 0.8.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double BarSizeFactor { get; set; }
Visual Basic
Public Property BarSizeFactor As Double
	Get
	Set
Visual C++
public:
property double BarSizeFactor {
	double get ();
	void set (double value);
}

See Also