SeriesBase.CrosshairTextOptions Property
In This Article
Returns the text options of the Crosshair label item of the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public TextOptions CrosshairTextOptions { get; }
#Property Value
Type | Description |
---|---|
Text |
The text options. |
See Also