TickLabels.Offset Property

Definition

Returns or sets the distance between the levels of labels and the distance between the first level and the axis line.

public:
 property int Offset { int get(); void set(int value); };
public int Offset { get; set; }
Public Property Offset As Integer

Property Value

Remarks

The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis label’s font size.

Applies to