menu

Blazor

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

    Show / Hide Table of Contents

    Class EdgeLabelMode

    Defines the edge of the data label placement, if exceeds the sparkline area horizontally.

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

    Fields

    Hide

    Specifies edge data label will hide, if exceeds the sparkline area.

    Declaration
    public const EdgeLabelMode Hide
    Field Value
    Type
    EdgeLabelMode

    None

    Specifies the edge data label shown as clipped text.

    Declaration
    public const EdgeLabelMode None
    Field Value
    Type
    EdgeLabelMode

    Shift

    Specifies the edge data label moved inside the sparkline area.

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