Skip to main content

SeriesBaseModel.CrosshairLabelPattern Property

Gets or sets the value of the SeriesBase.CrosshairLabelPattern property within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public string CrosshairLabelPattern { get; set; }

Property Value

Type Description
String

The text pattern specifying the series’ crosshair cursor label text.

Remarks

Use the CrosshairLabelPattern property to define a display pattern that determines the text to be displayed in crosshair labels.

In the following image, the crosshair label displays the argument at the top and the “{S}:{V}” pattern for all series points:

interaction-comparison__crosshair-cursor-sample

Refer to the SeriesBase.CrosshairLabelPattern property description for more information.

See Also