AxisSmithBaseValueToCoord Method (IPointRound, Boolean) |
LightningChart .NET Help
Converts given smith value to screen coordinates.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override PointFloat ValueToCoord(
IPointRound value,
bool useDIP = true
)
Public Overrides Function ValueToCoord (
value As IPointRound,
Optional useDIP As Boolean = true
) As PointFloat
public:
virtual PointFloat ValueToCoord(
IPointRound^ value,
bool useDIP = true
) override
Parameters
- value
- Type: Arction.WinForms.ChartingIPointRound
Smith value to convert. - useDIP (Optional)
- Type: SystemBoolean
Use DIP instead of pixels as parameters.
Return Value
Type:
PointFloatScreen coordinates matching the given parameter.
See Also