Back to Devexpress

Indicator.CrosshairTextOptions Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-5567a28f.md

latest1.2 KB
Original Source

Indicator.CrosshairTextOptions Property

Returns the indicator Crosshair label item’s text options.

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

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace