Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisPosition

    Show / Hide Table of Contents

    Class AxisPosition

    Specifies the position.

    Inheritance
    System.Object
    AxisPosition
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AxisPosition : Enum

    Fields

    Inside

    Defines the ticks or labels inside to the axis line.

    Declaration
    public const AxisPosition Inside
    Field Value
    Type Description
    AxisPosition

    Outside

    Defines the ticks or labels outside to the axis line.

    Declaration
    public const AxisPosition Outside
    Field Value
    Type Description
    AxisPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved