Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / Axis Class / TickLabelType Property


In This Topic
    TickLabelType Property
    In This Topic
    Gets or sets the AxisTickLabelType that will be used by the Axis.
    Syntax
    '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;}
    Remarks

    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 DataPointsText values as tick labels.

    The default value is Numeric.

    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