Gets or sets the series offset for appropriate charts.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public int Offset { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Offset As Integer
	Get
	Set

Remarks

The meaning, if any, of the series offset can change from chart type to chart type.

See Also