ASPxClientCrosshairOptions Properties
The client-side equivalent of the CrosshairOptions class.| Name | Description |
|---|---|
| argumentLineColor | Gets the color of a crosshair argument line. |
| chart | Gets the chart that owns the current chart element. Inherited from ASPxClientWebChartElement. |
| crosshairLabelMode | Specifies the way in which the crosshair label is shown for a series on a diagram. |
| groupHeaderPattern | Gets a string which represents the pattern specifying the group header text to be displayed within the crosshair label. |
| linesMode | Gets the value specifying how the Crosshair Cursor’s lines snap to points when hovering on them. |
| showArgumentLine | Gets a value that indicates whether a crosshair cursor argument line is shown for a series point on a diagram. |
| showAxisXLabels | Gets a value indicating whether it is necessary to show a crosshair label for the X-axis. |
| showAxisYLabels | Gets a value indicating whether it is necessary to show a crosshair label for the Y-axis. |
| showCrosshairLabels | Gets a value that defines whether a crosshair label of a series point indicated by a crosshair cursor is shown on a diagram. |
| showGroupHeaders | Gets a value that indicates whether to show a header for each series group in crosshair cursor labels. |
| showOnlyInFocusedPane | Gets a value that specifies whether to show a crosshair cursor in a focused pane only. |
| showOutOfRangePoints | Gets a value that specifies whether the Crosshair cursor should show points that are out of visual range. |
| showValueLine | Specifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram. |
| snapMode | Specifies the current snap mode of a crosshair cursor. |
| valueLineColor | Gets the color of a crosshair value line. |
| valueSelectionMode | Gets the identifier specifying the behavior of the selection of points shown in the crosshair label. |
See Also