Chart MoveAnimation which wraps AngleRangeAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class PieChartAngleRangeAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBasePieChartAngleRangeAnimation
Inherited Members
Constructors
C#
public PieChartAngleRangeAnimation()
Fields
InitialStartAngleProperty
DependencyProperty
Identifies InitialStartAngle property.
C#
public static readonly DependencyProperty InitialStartAngleProperty
InitialSweepAngleProperty
DependencyProperty
Identifies InitialSweepAngle property.
C#
public static readonly DependencyProperty InitialSweepAngleProperty
Properties
The initial value of the start angle.
C#
public double InitialStartAngle { get; set; }
The initial value of the sweep angle.
C#
public double InitialSweepAngle { get; set; }
Methods
Occurs when RadAnimation is being built for series animation.
C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
The path describing the series.
plotAreaClipRadRectThe plotAreaClip of the chart.
Returns:Overrides: