Enum 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.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartLineType
Fields
Name | Description |
---|---|
Both | Both - Shows both vertical and horizontal crosshair line. |
Horizontal | Horizontal - Shows the horizontal line. |
None | None - Hides both vertical and horizontal crosshair line. |
Vertical | Vertical - Shows the vertical line. |