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

IndicatorPoint.Indicator Property

Returns the indicator that contains the point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public Indicator Indicator { get; }

Property Value

Type Description
Indicator

The Indicator descendant to which the point belongs.

See Also