AxisRoundBaseValueToCoord Method |
LightningChart .NET Help
Converts given point to screen coordinates.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic abstract PointFloat ValueToCoord(
IPointRound value,
bool useDIP = true
)
Public MustOverride Function ValueToCoord (
value As IPointRound,
Optional useDIP As Boolean = true
) As PointFloat
public:
virtual PointFloat ValueToCoord(
IPointRound^ value,
bool useDIP = true
) abstract
Parameters
- value
- Type: Arction.Wpf.ChartingIPointRound
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:
PointFloatScreen coordinates of the given point.
See Also