Back to Devexpress

SeriesBase.CrosshairTextOptions Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-ad8f773e.md

latest1.3 KB
Original Source

SeriesBase.CrosshairTextOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public TextOptions CrosshairTextOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property CrosshairTextOptions As TextOptions

Property Value

TypeDescription
TextOptions

The text options.

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace