menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAnimation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAnimation

    The instance for ChartAnimation class is created internally by WPF Chart Sereis to animate segment and Adornments

    Inheritance
    System.Object
    ChartAnimation
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartAnimation : DependencyObject

    Constructors

    ChartAnimation()

    Default initialization for Chart Animation class

    Declaration
    public ChartAnimation()

    ChartAnimation(ChartSeries)

    Initialize new instance for Chart Animation class

    Declaration
    public ChartAnimation(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series to animate

    Fields

    SeriesProperty

    Idenfities Animated Chart Series

    Declaration
    public static readonly DependencyProperty SeriesProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Series

    Gets or sets the ChartSeries.

    Declaration
    public ChartSeries Series { get; set; }
    Property Value
    Type Description
    ChartSeries

    The ChartSeries.

    See Also

    ChartAnimation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved