MindFusion WinForms Programmer's Guide
AxesChart.DistBtwSeries Property
See Also
 





Gets or sets the distance among chart series.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float DistBtwSeries { get; set; }

Visual Basic  Copy Code

Public Property DistBtwSeries As Single

 Property Value

A float value that specifies the distance.

 Remarks

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace