Struct
RadPolarVector

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:

cs-api-definition
public struct RadPolarVector

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

Fields

Angle

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

Declaration

cs-api-definition
public double Angle

Field Value

double

Center

The center point of the polar vector.

Declaration

cs-api-definition
public RadPoint Center

Field Value

RadPoint

Point

The target point defining the vector direction and magnitude.

Declaration

cs-api-definition
public RadPoint Point

Field Value

RadPoint

In this article
DefinitionFieldsAngleCenterPoint
Not finding the help you need?
Contact Support