Class PivotChartLineType
Defines the mode of line in crosshair. They are None - Hides both vertical and horizontal crosshair line. Both - Shows both vertical and horizontal crosshair line. Vertical - Shows the vertical line. Horizontal - Shows the horizontal line.
Inheritance
System.Object
PivotChartLineType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartLineType : Enum
Fields
Both
Both - Shows both vertical and horizontal crosshair line.
Declaration
public const PivotChartLineType Both
Field Value
Type |
---|
PivotChartLineType |
Horizontal
Horizontal - Shows the horizontal line.
Declaration
public const PivotChartLineType Horizontal
Field Value
Type |
---|
PivotChartLineType |
None
None - Hides both vertical and horizontal crosshair line.
Declaration
public const PivotChartLineType None
Field Value
Type |
---|
PivotChartLineType |
Vertical
Vertical - Shows the vertical line.
Declaration
public const PivotChartLineType Vertical
Field Value
Type |
---|
PivotChartLineType |