PointSmithSetValues 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 RealValue,
double ImgValue
)
Public Overrides Sub SetValues (
RealValue As Double,
ImgValue As Double
)
public:
virtual void SetValues(
double RealValue,
double ImgValue
) override
Parameters
- RealValue
- Type: SystemDouble
Real Value. - ImgValue
- Type: SystemDouble
Imaginary Value.
See Also