Search
BarRenderer.SameIndexSpacingRatio Property
See Also
 






Gets or sets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double SameIndexSpacingRatio { get; set; }

Visual Basic  Copy Code

Public Property SameIndexSpacingRatio As Double

 Property Value

A double value.

 See Also