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





Gets or sets the offset from the zero point to the beginning of the chart graphics.

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

 Syntax

C#  Copy Code

public float Offset { get; set; }

Visual Basic  Copy Code

Public Property Offset As Single

 Property Value

A float value that specifies the offset of the chart to the start of the axis.

 Remarks

Vertical charts with positive values are shifted rightwards, with offset at the X-axis. If the chart has only negative X-values, it is shifted leftwards. Horizontal charts with positive values are shifted upwards, with offset at the Y-axis. If the chart has only negative Y-values, it is shifted downwards.

The orientation of the chart is set with the Horizontal property.

Default value for the Offset property is 0 (no offset).

 See Also

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