Gets or sets the offset from the zero point to the beginning of the chart graphics. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public float Offset { get; set; } |
Visual Basic
![]() |
---|
Public Property Offset As Single |
A float value.
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).