AxisSmithBaseCoordToValue Method (PointFloat, Boolean) |
LightningChart .NET Help
Converts Screen Coordinates to absolute Real/Imaginary value pair.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointSmith CoordToValue(
PointFloat coord,
bool useDIP = true
)
Public Function CoordToValue (
coord As PointFloat,
Optional useDIP As Boolean = true
) As PointSmith
public:
PointSmith^ CoordToValue(
PointFloat coord,
bool useDIP = true
)
Parameters
- coord
- Type: Arction.Wpf.ChartingPointFloat
[Missing <param name="coord"/> documentation for "M:Arction.Wpf.Charting.Axes.AxisSmithBase.CoordToValue(Arction.Wpf.Charting.PointFloat,System.Boolean)"]
- useDIP (Optional)
- Type: SystemBoolean
[Missing <param name="useDIP"/> documentation for "M:Arction.Wpf.Charting.Axes.AxisSmithBase.CoordToValue(Arction.Wpf.Charting.PointFloat,System.Boolean)"]
Return Value
Type:
PointSmith[Missing <returns> documentation for "M:Arction.Wpf.Charting.Axes.AxisSmithBase.CoordToValue(Arction.Wpf.Charting.PointFloat,System.Boolean)"]
See Also