Click or drag to resize

PolarSeriesPoint Structure

LightningChart .NET Help
Polar series point.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct PolarSeriesPoint : IRoundSeriesPoint, 
	IPointPolar, IPointRound, IColoredPoint

The PolarSeriesPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitude
Amplitude.
Public propertyAngle
Angle (degrees).
Public propertyPointColor
Color of the point. This is used only if the series PointStyles IndividiualPointColor is not set to Off.
Public propertyValue
Value (float).
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
Top
See Also