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



In This Topic
    SymbolSize Property
    In This Topic
    Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Property SymbolSize As Integer
    'Usage
     
    
    Dim instance As Series
    Dim value As Integer
     
    instance.SymbolSize = value
     
    value = instance.SymbolSize
    public int SymbolSize {get; set;}
    public:
    property int SymbolSize {
       int get();
       void set (    int value);
    }
    See Also