ChartScaleAnimation
Class
Chart ScaleAnimation which wraps ScaleAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartScaleAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartScaleAnimation
Inherited Members
Constructors
C#
public ChartScaleAnimation()
Fields
MaxScaleProperty
DependencyProperty
Identifies the MaxScale property.
C#
public static readonly DependencyProperty MaxScaleProperty
MinScaleProperty
DependencyProperty
Identifies the MinScale property.
C#
public static readonly DependencyProperty MinScaleProperty
RenderTransformOriginProperty
DependencyProperty
Identifies the RenderTransformOriginProperty property.
C#
public static readonly DependencyProperty RenderTransformOriginProperty
ScaleModeProperty
DependencyProperty
Identifies the ScaleMode property.
C#
public static readonly DependencyProperty ScaleModeProperty
Properties
RenderTransformOrigin
Point?
Specifies how the center point of the scaling.
C#
public Point? RenderTransformOrigin { get; set; }
Methods
Occurs when RadAnimation is being built for point animations.
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: