MindFusion.Charting Programmer's Guide

AxesChart.DistBtwSeries Property

See Also
 





Gets or sets the distance among chart series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float DistBtwSeries { get; set; }

Visual Basic  Copy Code

Public Property DistBtwSeries As Single

 Property Value

A float value.

 Remarks

The property specifies the distance among separate graphics in multi-series 3D charts. Default value for the DistBtwSeries property is 10f.

 See Also