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

In This Topic
    CustomFunctionY Property
    In This Topic
    Gets or sets the custom function object for the y value calculation.
    Syntax
    'Declaration
     
    Public Property CustomFunctionY As ISimpleFunction
    public ISimpleFunction CustomFunctionY {get; set;}
    See Also