SeriesBaseModel.CrosshairLabelPattern Property
Gets or sets the value of the SeriesBase.CrosshairLabelPattern property within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.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 specify the text format for crosshair labels in a chart.
In the following screenshot, the crosshair label displays the argument at the top and the “{S}:{V}” pattern for all series points:
See the following help topic for more information: SeriesBase.CrosshairLabelPattern.
See Also