New to Telerik UI for WPFStart a free 30-day trial

Chart MoveAnimation which wraps AngleRangeAnimation class.

Definition

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)
Parameters:seriesAnimationTargetFrameworkElement

The path describing the series.

plotAreaClipRadRect

The plotAreaClip of the chart.

Returns:

RadAnimation

Overrides: ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)