menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelOverflow - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelOverflow

    Specifies text overflow options when the text overflowing the container. They are: Ellipsis - Specifies an ellipsis (“...”) to the clipped text. clip - Specifies to break a word once it is too long to fit on a line by itself.

    Inheritance
    System.Object
    LabelOverflow
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class LabelOverflow : Enum

    Fields

    Clip

    Declaration
    public const LabelOverflow Clip
    Field Value
    Type
    LabelOverflow

    Ellipsis

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