Click or drag to resize

AxisYValueToCoord Method

LightningChart .NET Help
Convert value to Y-coordinate.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public float ValueToCoord(
	double value,
	bool useDIP = true
)

Parameters

value
Type: SystemDouble
Axis value.
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters.

Return Value

Type: Single
Coordinate.
See Also