Blazor

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

    Show / Hide Table of Contents

    Class EdgeLabelMode

    Defines edge data label placement for datalabel, if exceeds the sparkline area horizontally. None - Edge data label shown as clipped text. Shift - Edge data label moved inside the sparkline area. Hide - Edge data label will hide, if exceeds the sparkline area.

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

    Fields

    Hide

    Hide - Edge data label will hide, if exceeds the sparkline area.

    Declaration
    public const EdgeLabelMode Hide
    Field Value
    Type Description
    EdgeLabelMode

    None

    None - Edge data label shown as clipped text.

    Declaration
    public const EdgeLabelMode None
    Field Value
    Type Description
    EdgeLabelMode

    Shift

    Shift - Edge data label moved inside the sparkline area.

    Declaration
    public const EdgeLabelMode Shift
    Field Value
    Type Description
    EdgeLabelMode

    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