Enum View
It defines the view port as either table or chart or both table and chart. The available options are: Table - To render the component as tabular form. Chart - To render the component as graphical format. Both - To render the component as both table and chart.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum View
Fields
| Name | Description |
|---|---|
| Both | Both - To render the component as both table and chart. |
| Chart | Chart - To render the component as graphical format. |
| Table | Table - To render the component as tabular form. |