menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmartLabelMode - API Reference

    Show / Hide Table of Contents

    Class SmartLabelMode

    Defines the smart label mode for the data label. Smart label handles the data label text when it exceeds the size of the shape.

    Inheritance
    System.Object
    SmartLabelMode
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SmartLabelMode : Enum

    Fields

    Hide

    Hides the datalabel which exceeds the region.

    Declaration
    public const SmartLabelMode Hide
    Field Value
    Type Description
    SmartLabelMode

    None

    Smart label mode is not applied.

    Declaration
    public const SmartLabelMode None
    Field Value
    Type Description
    SmartLabelMode

    Trim

    Trims the datalabel which exceed the region.

    Declaration
    public const SmartLabelMode Trim
    Field Value
    Type Description
    SmartLabelMode

    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