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


In This Topic
    Function Property
    In This Topic
    Gets or sets the delegate that defines function.
    Syntax
    'Declaration
     
    
    Public Property Function As Func(Of Double,Double)
    'Usage
     
    
    Dim instance As YFunctionSeries
    Dim value As Func(Of Double,Double)
     
    instance.Function = value
     
    value = instance.Function
    public Func<double,double> Function {get; set;}
    See Also