Search
BarStackRenderer.BarSpacingRatio Property
See Also
 






Gets or sets the ratio of empty space between adjacent bar groups to space occupied by bars.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double BarSpacingRatio { get; set; }

Visual Basic  Copy Code

Public Property BarSpacingRatio As Double

 Property Value

A double value.

 See Also