Search results

PivotChartSettingsCrosshairSettingsModel API in Vue Pivot Table API component

Interface for a class PivotChartSettingsCrosshairSettings

Properties

dashArray

string

Allows to set the DashArray for crosshair.

enable

boolean

If set to true, crosshair line becomes visible.

line

PivotChartBorderModel

Allows options to customize the crosshair line.

lineType

LineType

Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,

  • None: Hides both vertical and horizontal crosshair lines.
  • Both: Shows both vertical and horizontal crosshair lines.
  • Vertical: Shows the vertical line.
  • Horizontal: Shows the horizontal line.