Specifies the padding when the series is in cluster chart mode

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double ClusterPadding { get; set; }
Visual Basic
Public Property ClusterPadding As Double
	Get
	Set
JScript
function get ClusterPadding () : double
function set ClusterPadding (value : double)

Remarks

Available only for ChartMode.Cluster

See Also