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

IndicatorPoint.Indicator Property

Returns the indicator that contains the point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public Indicator Indicator { get; }

Property Value

Type Description
Indicator

The Indicator descendant to which the point belongs.

See Also