'Declaration
Public Enum AxisTickLabelType Inherits System.Enum
'Usage
Dim instance As AxisTickLabelType
public enum AxisTickLabelType : System.Enum
'Declaration
Public Enum AxisTickLabelType Inherits System.Enum
'Usage
Dim instance As AxisTickLabelType
public enum AxisTickLabelType : System.Enum
Member | Description |
---|---|
Numeric | Uses the value of the DataPoint's X or Y property to calculate the tick labels' values. The choice as to whether the X or Y property is used depends on the Axis' orientation. |
Text | Uses the value of the DataPoint's Text property to enumerate the tick labels' values. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.AxisTickLabelType
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