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 |
---|
PivotChartTextOverflow |
Trim
Trim - Shown the chart title with trim if exceed.
Declaration
public const PivotChartTextOverflow Trim
Field Value
Type |
---|
PivotChartTextOverflow |
Wrap
Wrap - Shown the chart title with wrap if exceed.
Declaration
public const PivotChartTextOverflow Wrap
Field Value
Type |
---|
PivotChartTextOverflow |