Skip to main content

CrosshairGroupHeaderElement Class

Defines the appearance of the crosshair group header element when custom drawing a crosshair cursor using the ChartControl.CustomDrawCrosshair event.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[NonCategorized]
public class CrosshairGroupHeaderElement :
    CrosshairLabelElementBase

#Remarks

To access the appearance properties of the CrosshairGroupHeaderElement object, use the CustomDrawCrosshairEventArgs.CrosshairGroupHeaderElements property when custom drawing a crosshair cursor using the ChartControl.CustomDrawCrosshair event handler.

For more information on crosshair cursors, see Crosshair Cursor.

#Inheritance

Object
CrosshairLabelElementBase
CrosshairGroupHeaderElement
See Also