Enum PivotChartBorderType
Defines border type for multi level labels. Rectangle - Shows chart border as rectangle. Brace - Shows chart border as braces. WithoutBorder - Shows chart without border. Without top Border - Shows chart with border on its top. Without top and bottom border - Shows chart with border on its top and bottom. Curly brace - Shows chart with curly braces.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartBorderType
Fields
Name | Description |
---|---|
Brace | Brace - Shows chart border as braces. |
CurlyBrace | Curly brace - Shows chart with curly braces. |
Rectangle | Rectangle - Shows chart border as rectangle. |
WithoutBorder | WithoutBorder - Shows chart without border. |
WithoutTopandBottomBorder | Without top and bottom border - Shows chart with border on its top and bottom. |
WithoutTopBorder | Without top Border - Shows chart with border on its top. |