dotnetCHARTING Send comments on this topic.
TickLabelPadding Property
See Also 
dotnetCHARTING Namespace > Axis Class : TickLabelPadding Property



Gets or sets a value in pixels indicating the padding between axis elements such as the axis label, tick labels, and ticks lines.

Syntax

Visual Basic (Declaration) 
Public Property TickLabelPadding As Integer
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Integer
 
instance.TickLabelPadding = value
 
value = instance.TickLabelPadding
C# 
public int TickLabelPadding {get; set;}
C++/CLI 
public:
property int TickLabelPadding {
   int get();
   void set (int value);
}

Return Value

An integer specifying the padding between axis elements.

See Also