ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElementAnimation Class / Storyboard Property


In This Topic
    Storyboard Property
    In This Topic
    Gets or sets the storyboard that is applied to the plot element.
    Syntax
    'Declaration
     
    
    Public Property Storyboard As Storyboard
    'Usage
     
    
    Dim instance As PlotElementAnimation
    Dim value As Storyboard
     
    instance.Storyboard = value
     
    value = instance.Storyboard
    public Storyboard Storyboard {get; set;}
    See Also