CustomDrawCrosshairEventArgs.CrosshairGroupHeaderElements Property
OBSOLETE
The CustomDrawCrosshairEventArgs.CrosshairGroupHeaderElements property is now obsolete. Use the CustomDrawCrosshairEventArgs.CrosshairElementGroups.HeaderElement property instead.
Gets the settings of crosshair group header elements to customize their appearance.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("The CustomDrawCrosshairEventArgs.CrosshairGroupHeaderElements property is now obsolete. Use the CustomDrawCrosshairEventArgs.CrosshairElementGroups.HeaderElement property instead.")]
[Browsable(false)]
public IEnumerable<CrosshairGroupHeaderElement> CrosshairGroupHeaderElements { get; }
Property Value
Type | Description |
---|---|
IEnumerable<CrosshairGroupHeaderElement> | An object implementing the System.Collections.IEnumerable interface that represents the collection of the CrosshairGroupHeaderElement |
See Also