Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerRangePosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointerRangePosition

    Defines the position of the axis range and pointers.

    Inheritance
    System.Object
    PointerRangePosition
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PointerRangePosition : Enum

    Fields

    Auto

    Specifies the default position of the range and pointer in the axis.

    Declaration
    public const PointerRangePosition Auto
    Field Value
    Type Description
    PointerRangePosition

    Cross

    Specifies the position of the range and pointer on the axis.

    Declaration
    public const PointerRangePosition Cross
    Field Value
    Type Description
    PointerRangePosition

    Inside

    Specifies the position of the range and pointer inside the axis

    Declaration
    public const PointerRangePosition Inside
    Field Value
    Type Description
    PointerRangePosition

    Outside

    Specifies the position of the range and pointer outside the axis.

    Declaration
    public const PointerRangePosition Outside
    Field Value
    Type Description
    PointerRangePosition

    value__

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