Click or drag to resize

AxisSmithBaseValueToCoord Method (PointSmith, Boolean)

LightningChart .NET Help
Converts smith value to screen coordinates.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointFloat ValueToCoord(
	PointSmith value,
	bool useDIP = true
)

Parameters

value
Type: Arction.Wpf.ChartingMVVMPointSmith
Smith value to convert.
useDIP (Optional)
Type: SystemBoolean
Use DIP instead of pixels as parameters.

Return Value

Type: PointFloat
Unrounded screen coordinates.
See Also