Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartTextOverflow

    Show / Hide Table of Contents

    Class PivotChartTextOverflow

    Defines the Text overflow. None - Shown the chart title with overlap if exceed. Wrap - Shown the chart title with wrap if exceed. Trim - Shown the chart title with trim if exceed.

    Inheritance
    System.Object
    PivotChartTextOverflow
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartTextOverflow : Enum

    Fields

    None

    None - Shown the chart title with overlap if exceed.

    Declaration
    public const PivotChartTextOverflow None
    Field Value
    Type Description
    PivotChartTextOverflow

    Trim

    Trim - Shown the chart title with trim if exceed.

    Declaration
    public const PivotChartTextOverflow Trim
    Field Value
    Type Description
    PivotChartTextOverflow

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Wrap - Shown the chart title with wrap if exceed.

    Declaration
    public const PivotChartTextOverflow Wrap
    Field Value
    Type Description
    PivotChartTextOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved