Back to Devexpress

ChartHitInfo.Indicator Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-adaab0ba.md

latest1.8 KB
Original Source

ChartHitInfo.Indicator Property

Gets an indicator which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Indicator Indicator { get; }
vb
Public ReadOnly Property Indicator As Indicator

Property Value

TypeDescription
Indicator

An Indicator descendant, specifying the indicator located under the test point.

|

Remarks

Use the Indicator property to access the indicator located under the test point (if the ChartHitInfo.InIndicator property returns true ). And, if the ChartHitInfo.InIndicator is false , the Indicator property returns null ( Nothing in Visual Basic).

See Also

InIndicator

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace