AxisXValuesToCoords Method |
LightningChart .NET Help
Converts X value to screen coordinates
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic float[] ValuesToCoords(
double[] xValues,
bool UseDIP = true
)
Public Function ValuesToCoords (
xValues As Double(),
Optional UseDIP As Boolean = true
) As Single()
public:
array<float>^ ValuesToCoords(
array<double>^ xValues,
bool UseDIP = true
)
Parameters
- xValues
- Type: SystemDouble
X values - UseDIP (Optional)
- Type: SystemBoolean
If true return values are in DIPs, otherwise in PX.
Return Value
Type:
SingleX screen coordinates
See Also