CrosshairLineElement Properties
Defines the appearance of the crosshair argument line and crosshair value line elements when custom drawing a crosshair cursor using the ChartControl.CustomDrawCrosshair event.| Name | Description |
|---|---|
| Brush | Gets or sets the color of the crosshair line element when implementing custom draw in a crosshair cursor. |
| LineStyle | Provides access to the line style of the crosshair line element. |
| Visible | Specifies whether the crosshair line element is visible when implementing custom drawing in the crosshair cursor. |
See Also