ComponentOne Chart for WPF and Silverlight
Storyboard Property


C1.WPF.C1Chart Namespace > PlotElementAnimation Class : Storyboard Property
Gets or sets the storyboard that is applied to the plot element.
Syntax
'Declaration
 
Public Property Storyboard As System.Windows.Media.Animation.Storyboard
'Usage
 
Dim instance As PlotElementAnimation
Dim value As System.Windows.Media.Animation.Storyboard
 
instance.Storyboard = value
 
value = instance.Storyboard
public System.Windows.Media.Animation.Storyboard Storyboard {get; set;}
See Also

Reference

PlotElementAnimation Class
PlotElementAnimation Members