Class RadialGaugePanel
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadialGaugePanel : GaugePanel
Constructors
RadialGaugePanel()
Declaration
public RadialGaugePanel()
Methods
CreateRotatedPoint(Double, Double, Point, Double)
Declaration
public static Point CreateRotatedPoint(double angle, double radius, Point center, double radiusScale)
Parameters
|
System.Double
angle
|
|
System.Double
radius
|
|
Windows.Foundation.Point
center
|
|
System.Double
radiusScale
|
Returns
|
Windows.Foundation.Point
|