'Declaration
Public Property TickLabelType As AxisTickLabelType
'Usage
Dim instance As Axis Dim value As AxisTickLabelType instance.TickLabelType = value value = instance.TickLabelType
public AxisTickLabelType TickLabelType {get; set;}
'Declaration
Public Property TickLabelType As AxisTickLabelType
'Usage
Dim instance As Axis Dim value As AxisTickLabelType instance.TickLabelType = value value = instance.TickLabelType
public AxisTickLabelType TickLabelType {get; set;}
If the Chart's DataPoints define only the X & Y values, then an AxisTickLabelType set to Numeric will be appropriate to calculate the tick labels values.
If the Chart's DataPoints define a Text value, then it would be better to set the AxisTickLabelType to Text in order to enumerate the DataPoints' Text values as tick labels.
The default value is Numeric.
Target Platforms: Windows 11, Windows 10, 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