Skip to main content

CrosshairLabelElement.HeaderText Property

Gets or sets a header text that is displayed in the crosshair cursor label.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public string HeaderText { get; set; }

#Property Value

Type Description
String

A string value that specifies the header text of a crosshair cursor label.

#Remarks

Use the HeaderText property to customize a crosshair cursor label when implementing custom drawing in the crosshair cursor.

For more information on a crosshair cursor, see Crosshair Cursor.

See Also