Struct RadPolarVector
Represents a polar coordinate vector defined by a center point, target point, and angle for charting applications.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public struct RadPolarVector
Fields
Angle
The angle of the vector in radians from the positive X-axis.
Declaration
public double Angle
Field Value
|
System.Double
|
Center
Point
The target point defining the vector direction and magnitude.
Declaration
public RadPoint Point
Field Value
|
RadPoint
|