Enum 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.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartTextOverflow
Fields
Name | Description |
---|---|
None | None - Shown the chart title with overlap if exceed. |
Trim | Trim - Shown the chart title with trim if exceed. |
Wrap | Wrap - Shown the chart title with wrap if exceed. |