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

IndicatorPoint.Argument Property

Returns the indicator point’s argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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