MindFusion.Charting 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.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float Offset { get; }

Visual Basic  Copy Code

Public ReadOnly Property Offset As Single

 Property Value

A float value that represents the offset.

 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