Click or drag to resize

AxisSmithBaseValueToCoord Method (IPointRound, Boolean)

LightningChart .NET Help
Converts given 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 override PointFloat ValueToCoord(
	IPointRound value,
	bool useDIP = true
)

Parameters

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

Return Value

Type: PointFloat
Screen coordinates matching the given parameter.
See Also