Skip to main content
A newer version of this page is available. .

CrosshairLineElement.Color Property

Specifies the crosshair line element’s color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure, specifying the color of the crosshair line element.

Remarks

Use the Color property to color the crosshair line item in the ChartControl.CustomDrawCrosshair event handler.

See Also