ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartData Class / LoadAnimation Property


In This Topic
    LoadAnimation Property
    In This Topic
    Gets or sets the animation for plot element loading.
    Syntax
    'Declaration
     
    
    Public Property LoadAnimation As PlotElementAnimation
    'Usage
     
    
    Dim instance As ChartData
    Dim value As PlotElementAnimation
     
    instance.LoadAnimation = value
     
    value = instance.LoadAnimation
    public PlotElementAnimation LoadAnimation {get; set;}
    See Also