CrosshairLabelElement.FooterText Property
Gets or sets a footer text that is displayed in the crosshair cursor label.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.
For more information on crosshair cursors, see Tooltip and Crosshair Cursor.
See Also