Skip to main content

CrosshairLabelElement.FooterText Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string FooterText { get; set; }

Property Value

Type Description
String

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

Remarks

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

See Also