Charting for WinForms Programmer's Guide
TickSettings.LabelOffset Property
See Also
 






Gets or sets the offset of the labels relative to their calculated position.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Length LabelOffset { get; set; }

Visual Basic  Copy Code

Public Property LabelOffset As Length

 Property Value

An instance of the Length structure.

 Remarks

In an oval scale positive offsets move elements towards the center of the scale and negative offsets move elements outwards. In a vertical linear scale positive offsets move elements to the left and negative offsets move elements to the right. In a horizontal linear scale positive offsets move elements to the top and negative offsets move elements to the bottom.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges Namespace