Skip to main content

SeriesBase.CrosshairTextOptions Property

Returns the text options of the Crosshair label item of the series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TextOptions CrosshairTextOptions { get; }

Property Value

Type Description
TextOptions

The text options.

See Also