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

IndicatorPoint.Argument Property

Returns the indicator point’s argument.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public object Argument { get; }

Property Value

Type Description
Object

The indicator point’s argument.

Remarks

Use the Values property to obtain all the indicator point values. The GetNumericValue(IndicatorValueLevel) method allows you to obtain a specified value.

See Also