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


In This Topic
    SymbolStyle Property (XYZDataSeries)
    In This Topic
    Gets or sets the style of symbol.
    Syntax
    'Declaration
     
    
    Public Property SymbolStyle As Style
    'Usage
     
    
    Dim instance As XYZDataSeries
    Dim value As Style
     
    instance.SymbolStyle = value
     
    value = instance.SymbolStyle
    public Style SymbolStyle {get; set;}
    See Also