Class PivotAccumulationChartSelectionMode
Defines the SelectionMode for chart types pie, doughnut, Funnel and pyramid. None - Disable the selection. Point - To select a point.
Inheritance
System.Object
PivotAccumulationChartSelectionMode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotAccumulationChartSelectionMode : Enum
Fields
None
None - Disable the selection.
Declaration
public const PivotAccumulationChartSelectionMode None
Field Value
Type |
---|
PivotAccumulationChartSelectionMode |
Point
Point - To select a point.
Declaration
public const PivotAccumulationChartSelectionMode Point
Field Value
Type |
---|
PivotAccumulationChartSelectionMode |