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

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