ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / SymbolStyle Property



In This Topic
    SymbolStyle Property
    In This Topic
    Gets or sets the series symbol style.
    Syntax
    'Declaration
     
    
    Public Property SymbolStyle As ChartStyle
    'Usage
     
    
    Dim instance As Series
    Dim value As ChartStyle
     
    instance.SymbolStyle = value
     
    value = instance.SymbolStyle
    public ChartStyle SymbolStyle {get; set;}
    public:
    property ChartStyle^ SymbolStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also