PointUnitCircleSetValues Method (Double, Double) |
LightningChart .NET Help
Set all values.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override void SetValues(
double X,
double Y
)
Public Overrides Sub SetValues (
X As Double,
Y As Double
)
public:
virtual void SetValues(
double X,
double Y
) override
Parameters
- X
- Type: SystemDouble
X coordinate - Y
- Type: SystemDouble
Y coordinate
See Also