.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : TickLabelPadding Property
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
'Declaration
 
Public Property TickLabelPadding As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.TickLabelPadding = value
 
value = instance.TickLabelPadding
public int TickLabelPadding {get; set;}

Property Value

An integer specifying the padding between axis elements.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also