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

DiagramCoordinates.NumericalArgument Property

Gets the numerical argument of the diagram point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double NumericalArgument { get; }

Property Value

Type Description
Double

A Double value that is the diagram point’s argument.

Remarks

The NumericalArgument property always returns an inner (numerical) argument value. In case the DiagramCoordinates.ArgumentScaleType is ScaleType.Numerical, the returned value corresponds to the actual argument value.

See Also