AxisYCoordsToValues Method |
LightningChart .NET Help
Convert screen coordinates to values.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool CoordsToValues(
float[] coordsY,
out double[] values,
bool useDIP = true
)
Public Function CoordsToValues (
coordsY As Single(),
<OutAttribute> ByRef values As Double(),
Optional useDIP As Boolean = true
) As Boolean
public:
bool CoordsToValues(
array<float>^ coordsY,
[OutAttribute] array<double>^% values,
bool useDIP = true
)
Parameters
- coordsY
- Type: SystemSingle
Screen coordinates - values
- Type: SystemDouble
Output values - useDIP (Optional)
- Type: SystemBoolean
[Missing <param name="useDIP"/> documentation for "M:Arction.Wpf.Charting.Axes.AxisY.CoordsToValues(System.Single[],System.Double[]@,System.Boolean)"]
Return Value
Type:
BooleanTrue if OK.
See Also