MindFusion.Charting Programmer's Guide

AxesChart.Offset3D Property

See Also
 





Gets or sets the offset at the axes before the chart graphics.

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

 Syntax

C#  Copy Code

public float Offset3D { get; }

Visual Basic  Copy Code

Public ReadOnly Property Offset3D As Single

 Property Value

A float value. Default is 2f.

 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