AxisXValueToCoordD Method |
LightningChart .NET Help
Converts X value to screen coordinate.
Version that returns double instead of float.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double ValueToCoordD(
double xValue,
bool UseDIP = true
)
Public Function ValueToCoordD (
xValue As Double,
Optional UseDIP As Boolean = true
) As Double
public:
double ValueToCoordD(
double xValue,
bool UseDIP = true
)
Parameters
- xValue
- Type: SystemDouble
X value - UseDIP (Optional)
- Type: SystemBoolean
Defines if the return value is in DIP's or PX.
Return Value
Type:
DoubleX screen coordinate
See Also