ClassChartScaleAnimation
Chart ScaleAnimation which wraps ScaleAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ChartScaleAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartScaleAnimation
Inherited Members
Constructors
ChartScaleAnimation()
Declaration
public ChartScaleAnimation()
Fields
MaxScaleProperty
Identifies the MaxScale property.
Declaration
public static readonly DependencyProperty MaxScaleProperty
Field Value
DependencyProperty
MinScaleProperty
Identifies the MinScale property.
Declaration
public static readonly DependencyProperty MinScaleProperty
Field Value
DependencyProperty
RenderTransformOriginProperty
Identifies the RenderTransformOriginProperty property.
Declaration
public static readonly DependencyProperty RenderTransformOriginProperty
Field Value
DependencyProperty
ScaleModeProperty
Identifies the ScaleMode property.
Declaration
public static readonly DependencyProperty ScaleModeProperty
Field Value
DependencyProperty
Properties
MaxScale
The maximum (final) scale of the animation.
MinScale
The minimum (initial) scale of the animation.
RenderTransformOrigin
Specifies how the center point of the scaling.
Declaration
public Point? RenderTransformOrigin { get; set; }
Property Value
Point?
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Occurs when RadAnimation is being built for point animations.
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
visual
FrameworkElement
The element that is visualized for the point.
point
The datapoint.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
seriesAnimationTarget
FrameworkElement
The path describing the series.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides