Gets or sets the storyboard that is applied to the plot element.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Storyboard Storyboard { get; set; }
Visual Basic
Public Property Storyboard As Storyboard
	Get
	Set
XAML Property Element Usage
<object>
  <object.Storyboard>
    <Storyboard .../>
  </object.Storyboard>
</object>

See Also