Skip to main content
A newer version of this page is available. .

SeriesBase.CrosshairTextOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
TextOptions

The text options.

See Also