New to Telerik UI for WinFormsStart a free 30-day trial

Represents a polar coordinate vector defined by a center point, target point, and angle for charting applications.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public struct RadPolarVector

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Fields

The angle of the vector in radians from the positive X-axis.

C#
public double Angle

The center point of the polar vector.

C#
public RadPoint Center

The target point defining the vector direction and magnitude.

C#
public RadPoint Point
In this article
DefinitionFieldsAngleCenterPoint
Not finding the help you need?
Contact Support