Class
RadialGaugePanel

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:

cs-api-definition
public class RadialGaugePanel : GaugePanel

Inheritance: objectGaugePanelRadialGaugePanel

Inherited Members GaugePanel.MeasureOverride(Size)GaugePanel.ArrangeOverride(Size)

Constructors

RadialGaugePanel()

Initializes a new instance of the RadialGaugePanel class.

Declaration

cs-api-definition
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

cs-api-definition
public static Point CreateRotatedPoint(double angle, double radius, Point center, double radiusScale)

Parameters

angle

double

Determines how much the resulting point will be rotated.

radius

double

The radius of the circle over which to rotate the point.

center

Point

The center of rotation.

radiusScale

double

A scale factor that the radius will be multiplied by.

Returns

Point

Returns a point rotated according to the parameters.