Skip to main content

CrosshairElement.LabelElement Property

Gets or sets the crosshair label element.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public CrosshairLabelElement LabelElement { get; set; }

#Property Value

Type Description
CrosshairLabelElement

A CrosshairLabelElement object, representing the crosshair label element.

#Remarks

Use the LabelElement property to get access to the appearance settings of a crosshair label element when custom drawing a crosshair cursor via the ChartControl.CustomDrawCrosshair event.

See Also