menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OfficeTickLabelPosition - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OfficeTickLabelPosition

    Specifies the position of tick-mark labels on the specified axis.

    Inheritance
    System.Object
    OfficeTickLabelPosition
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class OfficeTickLabelPosition : Enum

    Fields

    TickLabelPosition_High

    Indicates the tick label position at top or right side of the chart.

    Declaration
    public const OfficeTickLabelPosition TickLabelPosition_High
    Field Value
    Type
    OfficeTickLabelPosition

    TickLabelPosition_Low

    Indicates the tick label position at bottom or left side of the chart.

    Declaration
    public const OfficeTickLabelPosition TickLabelPosition_Low
    Field Value
    Type
    OfficeTickLabelPosition

    TickLabelPosition_NextToAxis

    Indicates the tick label position next to axis (where axis is not at either side of the chart).

    Declaration
    public const OfficeTickLabelPosition TickLabelPosition_NextToAxis
    Field Value
    Type
    OfficeTickLabelPosition

    TickLabelPosition_None

    Indicates no tick marks.

    Declaration
    public const OfficeTickLabelPosition TickLabelPosition_None
    Field Value
    Type
    OfficeTickLabelPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved