ClassPieChartAngleRangeAnimation
Class
Chart MoveAnimation which wraps AngleRangeAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class PieChartAngleRangeAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBasePieChartAngleRangeAnimation
Inherited Members
Constructors
PieChartAngleRangeAnimation()
Declaration
cs-api-definition
public PieChartAngleRangeAnimation()
Fields
InitialStartAngleProperty
Identifies InitialStartAngle property.
Declaration
cs-api-definition
public static readonly DependencyProperty InitialStartAngleProperty
Field Value
DependencyProperty
InitialSweepAngleProperty
Identifies InitialSweepAngle property.
Declaration
cs-api-definition
public static readonly DependencyProperty InitialSweepAngleProperty
Field Value
DependencyProperty
Properties
InitialStartAngle
The initial value of the start angle.
InitialSweepAngle
The initial value of the sweep angle.
Methods
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
cs-api-definition
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
seriesAnimationTarget
FrameworkElement
The path describing the series.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides