Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AxisTickLabelType Enumeration


In This Topic
    AxisTickLabelType Enumeration
    In This Topic
    The types of tick labels that can be used by a Chart's Axis.
    Syntax
    'Declaration
     
    
    Public Enum AxisTickLabelType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisTickLabelType
    public enum AxisTickLabelType : System.Enum 
    Members
    MemberDescription
    NumericUses 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. 
    TextUses the value of the DataPoint's Text property to enumerate the tick labels' values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.Toolkit.AxisTickLabelType

    Requirements

    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

    See Also