2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / FunctionsList Property

In This Topic
    FunctionsList Property
    In This Topic
    Gets the FunctionsCollection object associated with the current ChartData object.
    Syntax
    'Declaration
     
    Public ReadOnly Property FunctionsList As FunctionsCollection
    public FunctionsCollection FunctionsList {get;}
    Remarks
    This collection contains functions that are plotted.
    See Also