menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisibleType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisibleType

    Defines the sparkline marker | datalabel visible types.

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

    Fields

    All

    Specifies the visible at all points.

    Declaration
    public const VisibleType All
    Field Value
    Type
    VisibleType

    End

    Specifies the visible at end points.

    Declaration
    public const VisibleType End
    Field Value
    Type
    VisibleType

    High

    Specifies the visible at high points.

    Declaration
    public const VisibleType High
    Field Value
    Type
    VisibleType

    Low

    Specifies the visible at low points.

    Declaration
    public const VisibleType Low
    Field Value
    Type
    VisibleType

    Negative

    Specifies the visible at negative points.

    Declaration
    public const VisibleType Negative
    Field Value
    Type
    VisibleType

    None

    Specifies the visible at none points.

    Declaration
    public const VisibleType None
    Field Value
    Type
    VisibleType

    Start

    Specifies the visible at start points.

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