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
Syntaxpublic PointFloat ValueToCoord(
PointSmith value,
bool useDIP = true
)
Public Function ValueToCoord (
value As PointSmith,
Optional useDIP As Boolean = true
) As PointFloat
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:
PointFloatUnrounded screen coordinates.
See Also