Class Primary
Allows you to set the primary view to be either table or chart.The available options are: Table - Allows you to display the pivot table as primary view. Chart - Allows you to display the pivot chart as primary view.
Inheritance
System.Object
Primary
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Primary : Enum
Fields
Chart
Chart - Allows you to display the pivot chart as primary view.
Declaration
public const Primary Chart
Field Value
Type |
---|
Primary |
Table
Table - Allows you to display the pivot table as primary view.
Declaration
public const Primary Table
Field Value
Type |
---|
Primary |