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





Gets or sets the space at the axis before the first series in 3D charts.

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

 Syntax

C#  Copy Code

public float Offset3D { get; set; }

Visual Basic  Copy Code

Public Property Offset3D As Single

 Property Value

A float value.

 Remarks

Offset3D is used only by 3D charts. It sets the space at the axes before chart graphics are drawn. The offset is considered for both axes as well for the second Y-axis, if drawn.

Default value for the Offset3D property is 2f.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace
Offset Property