ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / YFunctionSeries Class / Symbol Property


In This Topic
    Symbol Property (YFunctionSeries)
    In This Topic
    Gets or sets the symbol template which applies to the each data point of the series.
    Syntax
    'Declaration
     
    
    Public Property Symbol As Object
    'Usage
     
    
    Dim instance As YFunctionSeries
    Dim value As Object
     
    instance.Symbol = value
     
    value = instance.Symbol
    public object Symbol {get; set;}
    See Also