Gets the settings of crosshair group header elements to customize their appearance.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll
Note: This API is now obsolete.
The CrosshairGroupHeaderElements property is obsolete now. Use the CrosshairElementGroup.HeaderElement property instead.

Syntax
C# |
public List<CrosshairGroupHeaderElement> CrosshairGroupHeaderElements { get; }
|
VB |
Public ReadOnly Property CrosshairGroupHeaderElements As List(of CrosshairGroupHeaderElement)
|
Property value
Type: List<CrosshairGroupHeaderElement>
A collection of the CrosshairGroupHeaderElement objects.

Remarks
Use the CrosshairGroupHeaderElements property to get access to the appearance settings of the crosshair group header elements when implementing the ChartControl.CustomDrawCrosshair event.
To learn more about a crosshair cursor, see Tooltip and Crosshair Cursor.

See Also