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;}

Return Value

An integer specifying the padding between axis elements.

Example

See Also

© 2010 All Rights Reserved.