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.v19.2.dll

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