DiagramCoordinates.NumericalValue Property
Gets the numerical value of the diagram coordinate.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value that is the diagram coordinate’s value. |
Remarks
Use the XYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the DiagramCoordinates object. The NumericalValue property always returns an inner (numerical) value. In case the DiagramCoordinates.ValueScaleType is ScaleType.Numerical, the returned value corresponds to the actual value.
See Also