PointPolarSetValues Method |
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 angleUi,
double amplitude
)
Public Overrides Sub SetValues (
angleUi As Double,
amplitude As Double
)
public:
virtual void SetValues(
double angleUi,
double amplitude
) override
Parameters
- angleUi
- Type: SystemDouble
Angle. - amplitude
- Type: SystemDouble
Amplitude.
See Also