Skip to main content

DiagramCoordinates.NumericalArgument Property

Gets the numerical argument of the diagram point.

Namespace: DevExpress.Xpf.Charts

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

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