Skip to main content

CustomDrawCrosshairEventArgs.CrosshairGroupHeaderElements Property

OBSOLETE

The CrosshairGroupHeaderElements property is obsolete now. Use the HeaderElement property instead.

Gets the settings of crosshair group header elements to customize their appearance.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Obsolete("The CrosshairGroupHeaderElements property is obsolete now. Use the CrosshairElementGroup.HeaderElement property instead.")]
[Browsable(false)]
public List<CrosshairGroupHeaderElement> CrosshairGroupHeaderElements { get; }

Property Value

Type Description
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