Skip to main content

SeriesBaseModel.CrosshairLabelPattern Property

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

Namespace: DevExpress.XtraCharts.Designer

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

See Also