Gets or sets the offset of the PointStyle.

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

Syntax

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

See Also