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


In This Topic
    SymbolStyle Property (PlotElementAnimation)
    In This Topic
    Gets or sets the symbol style that is applied to the plot element before storyboard starts.
    Syntax
    'Declaration
     
    
    Public Property SymbolStyle As Style
    'Usage
     
    
    Dim instance As PlotElementAnimation
    Dim value As Style
     
    instance.SymbolStyle = value
     
    value = instance.SymbolStyle
    public Style SymbolStyle {get; set;}
    See Also