Class 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.
Inheritance
System.Object
PivotChartBorderType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartBorderType : Enum
Fields
Brace
Brace - Shows chart border as braces.
Declaration
public const PivotChartBorderType Brace
Field Value
Type |
---|
PivotChartBorderType |
CurlyBrace
Curly brace - Shows chart with curly braces.
Declaration
public const PivotChartBorderType CurlyBrace
Field Value
Type |
---|
PivotChartBorderType |
Rectangle
Rectangle - Shows chart border as rectangle.
Declaration
public const PivotChartBorderType Rectangle
Field Value
Type |
---|
PivotChartBorderType |
WithoutBorder
WithoutBorder - Shows chart without border.
Declaration
public const PivotChartBorderType WithoutBorder
Field Value
Type |
---|
PivotChartBorderType |
WithoutTopandBottomBorder
Without top and bottom border - Shows chart with border on its top and bottom.
Declaration
public const PivotChartBorderType WithoutTopandBottomBorder
Field Value
Type |
---|
PivotChartBorderType |
WithoutTopBorder
Without top Border - Shows chart with border on its top.
Declaration
public const PivotChartBorderType WithoutTopBorder
Field Value
Type |
---|
PivotChartBorderType |