Skip to main content
A newer version of this page is available. .

CrosshairLabelElement.HeaderText Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.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.

See Also