ClassRadialGaugePanel
Represents a radial range which arranges its ticks and labels in a circle and defines attached properties for the contained indicators.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadialGaugePanel : GaugePanel
Inheritance: objectGaugePanelRadialGaugePanel
Inherited Members
Constructors
RadialGaugePanel()
Initializes a new instance of the RadialGaugePanel class.
Declaration
public RadialGaugePanel()
Methods
CreateRotatedPoint(double, double, Point, double)
Creates a point rotated angle radians around the center. The point will be radius * radiusScale away from the center.
Declaration
public static Point CreateRotatedPoint(double angle, double radius, Point center, double radiusScale)
Parameters
angle
Determines how much the resulting point will be rotated.
radius
The radius of the circle over which to rotate the point.
center
Point
The center of rotation.
radiusScale
A scale factor that the radius will be multiplied by.
Returns
Point
Returns a point rotated according to the parameters.