Class
PieChartAngleRangeAnimation

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 ChartAnimationBase.DurationPropertyChartAnimationBase.DelayPropertyChartAnimationBase.EasingPropertyChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)ChartAnimationBase.DurationChartAnimationBase.DelayChartAnimationBase.Easing

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.

Declaration

cs-api-definition
public double InitialStartAngle { get; set; }

Property Value

double

InitialSweepAngle

The initial value of the sweep angle.

Declaration

cs-api-definition
public double InitialSweepAngle { get; set; }

Property Value

double

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

RadRect

The plotAreaClip of the chart.

Returns

RadAnimation

Overrides ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)