Click or drag to resize

AxisSmithBaseCoordToValue Method (PointFloat, Boolean)

LightningChart .NET Help
Converts Screen Coordinates to absolute Real/Imaginary value pair.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointSmith CoordToValue(
	PointFloat coord,
	bool useDIP = true
)

Parameters

coord
Type: Arction.WinForms.ChartingPointFloat

[Missing <param name="coord"/> documentation for "M:Arction.WinForms.Charting.Axes.AxisSmithBase.CoordToValue(Arction.WinForms.Charting.PointFloat,System.Boolean)"]

useDIP (Optional)
Type: SystemBoolean

[Missing <param name="useDIP"/> documentation for "M:Arction.WinForms.Charting.Axes.AxisSmithBase.CoordToValue(Arction.WinForms.Charting.PointFloat,System.Boolean)"]

Return Value

Type: PointSmith

[Missing <returns> documentation for "M:Arction.WinForms.Charting.Axes.AxisSmithBase.CoordToValue(Arction.WinForms.Charting.PointFloat,System.Boolean)"]

See Also