Click or drag to resize

AxisRoundBaseValueToCoord Method

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

Parameters

value
Type: Arction.Wpf.ChartingMVVMIPointRound
Value of the given view. Actual interpretation depends on view type.
useDIP (Optional)
Type: SystemBoolean
Defines if the produced coordinates are to be in DIPs (Device independent pixels) or in actual pixels

Return Value

Type: PointFloat
Screen coordinates of the given point.
See Also