Struct PolarSeriesPoint
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Polar series point.
public struct PolarSeriesPoint : IRoundSeriesPoint, IPointPolar, IPointRound, IColoredPoint
- Implements
- Inherited Members
Constructors
PolarSeriesPoint(double, double)
Constructor.
public PolarSeriesPoint(double angle, double amplitude)
Parameters
PolarSeriesPoint(double, double, Color)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, Color color)
Parameters
PolarSeriesPoint(double, double, object)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, object tag)
Parameters
angledoubleAngle, in degrees.
amplitudedoubleAmplitude.
tagobjectTag. Freely assignable object.
PolarSeriesPoint(double, double, object, Color)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, object tag, Color color)
Parameters
angledoubleAngle, in degrees.
amplitudedoubleAmplitude.
tagobjectTag. Freely assignable object.
colorColorColor of the point.
PolarSeriesPoint(double, double, float)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, float value)
Parameters
PolarSeriesPoint(double, double, float, Color)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, float value, Color color)
Parameters
angledoubleAngle, in degrees.
amplitudedoubleAmplitude.
valuefloatValue.
colorColorColor of the point.
PolarSeriesPoint(double, double, float, object)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, float value, object tag)
Parameters
angledoubleAngle, in degrees.
amplitudedoubleAmplitude.
valuefloatValue.
tagobjectTag. Freely assignable object.
PolarSeriesPoint(double, double, float, object, Color)
Constructor.
public PolarSeriesPoint(double angle, double amplitude, float value, object tag, Color color)
Parameters
angledoubleAngle, in degrees.
amplitudedoubleAmplitude.
valuefloatValue.
tagobjectTag. Freely assignable object.
colorColorColor of the point.
Fields
Tag
Tag. Freely assignable object.
public object Tag
Field Value
Properties
Amplitude
Amplitude.
public double Amplitude { get; set; }
Property Value
Angle
Angle (degrees).
public double Angle { get; set; }
Property Value
PointColor
Color of the point. This is used only if the series PointStyles IndividiualPointColor is not set to Off.
public Color PointColor { get; set; }
Property Value
Value
Value (float).
public float Value { get; set; }
Property Value
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.