IndicatorPoint.Argument Property
Returns the indicator point’s argument.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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