ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / SymbolSize Property


In This Topic
    SymbolSize Property (FunctionSeries)
    In This Topic
    Gets or sets the symbol size in pixels.
    Syntax
    'Declaration
     
    
    Public Property SymbolSize As Size
    'Usage
     
    
    Dim instance As FunctionSeries
    Dim value As Size
     
    instance.SymbolSize = value
     
    value = instance.SymbolSize
    public Size SymbolSize {get; set;}
    See Also