Class Point.
Object
Point<T>
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class Point
public Point()
Gets or sets the x.
public double X { get; set; }
Gets or sets the y.
public double Y { get; set; }
Renders this instance.
public string Render()
Converts to cartesian.
public Point ToCartesian(double radius, double angle)