PolarSeriesPoint Constructor (Double, Double, Object, Color) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PolarSeriesPoint(
double angle,
double amplitude,
Object tag,
Color color
)
Public Sub New (
angle As Double,
amplitude As Double,
tag As Object,
color As Color
)
public:
PolarSeriesPoint(
double angle,
double amplitude,
Object^ tag,
Color color
)
Parameters
- angle
- Type: SystemDouble
Angle, in degrees. - amplitude
- Type: SystemDouble
Amplitude. - tag
- Type: SystemObject
Tag. Freely assignable object. - color
- Type: System.DrawingColor
Color of the point.
See Also