Class ChartScaleAnimation
Chart ScaleAnimation which wraps Scale
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartScaleAnimation : ChartAnimationBase
Constructors
ChartScaleAnimation()
Declaration
public ChartScaleAnimation()
Fields
MaxScaleProperty
Identifies the Max
Declaration
public static readonly DependencyProperty MaxScaleProperty
Field Value
System.
|
MinScaleProperty
Identifies the Min
Declaration
public static readonly DependencyProperty MinScaleProperty
Field Value
System.
|
RenderTransformOriginProperty
Identifies the Render
Declaration
public static readonly DependencyProperty RenderTransformOriginProperty
Field Value
System.
|
ScaleModeProperty
Identifies the Scale
Declaration
public static readonly DependencyProperty ScaleModeProperty
Field Value
System.
|
Properties
MaxScale
The maximum (final) scale of the animation.
Declaration
public double MaxScale { get; set; }
Property Value
System.
|
MinScale
The minimum (initial) scale of the animation.
Declaration
public double MinScale { get; set; }
Property Value
System.
|
RenderTransformOrigin
Specifies how the center point of the scaling.
Declaration
public Nullable<Point> RenderTransformOrigin { get; set; }
Property Value
System.
|
ScaleMode
The orientation of the animation. Could be vertical , horizontal or both.
Declaration
public ScaleMode ScaleMode { get; set; }
Property Value
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
System. The element that is visualized for the point. |
Data The datapoint. |
Rad The plotAreaClip of the chart. |
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System. The path describing the series. |
Rad The plotAreaClip of the chart. |