Class PieChartAngleRangeAnimation
Chart MoveAnimation which wraps Angle
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PieChartAngleRangeAnimation : ChartAnimationBase
Constructors
PieChartAngleRangeAnimation()
Declaration
public PieChartAngleRangeAnimation()
Fields
InitialStartAngleProperty
Identifies Initial
Declaration
public static readonly DependencyProperty InitialStartAngleProperty
Field Value
System.
|
InitialSweepAngleProperty
Identifies Initial
Declaration
public static readonly DependencyProperty InitialSweepAngleProperty
Field Value
System.
|
Properties
InitialStartAngle
The initial value of the start angle.
Declaration
public double InitialStartAngle { get; set; }
Property Value
System.
|
InitialSweepAngle
The initial value of the sweep angle.
Declaration
public double InitialSweepAngle { get; set; }
Property Value
System.
|
Methods
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System. The path describing the series. |
Rad The plotAreaClip of the chart. |