Skip to main content

IndicatorPoint.Argument Property

Returns the indicator point’s argument.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: 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