Skip to main content

IndicatorPoint.Argument Property

Returns the indicator point’s argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public object Argument { get; }

Property Value

Type Description
Object

The indicator point’s argument.

Remarks

Use the IndicatorPoint.Values property to obtain the indicator point’s values.

See Also