MindFusion.Charting Programmer's Guide

AxesChart.DistBtwSeries Property

See Also
 





Gets or sets the distance among chart series.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float DistBtwSeries { get; }

Visual Basic  Copy Code

Public ReadOnly 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