Gets or sets the offset distance in pixels from an associated data point.

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

Syntax

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

See Also