Class PieChartAngleRangeAnimation
Chart MoveAnimation which wraps AngleRangeAnimation class.
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 InitialStartAngle property.
Declaration
public static readonly DependencyProperty InitialStartAngleProperty
Field Value
System.Windows.DependencyProperty
|
InitialSweepAngleProperty
Identifies InitialSweepAngle property.
Declaration
public static readonly DependencyProperty InitialSweepAngleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InitialStartAngle
The initial value of the start angle.
Declaration
public double InitialStartAngle { get; set; }
Property Value
System.Double
|
InitialSweepAngle
The initial value of the sweep angle.
Declaration
public double InitialSweepAngle { get; set; }
Property Value
System.Double
|
Methods
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System.Windows.FrameworkElement
seriesAnimationTarget
The path describing the series. |
RadRect
plotAreaClip
The plotAreaClip of the chart. |
Returns
RadAnimation
|