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

In This Topic
    CodeLinesY Property
    In This Topic
    Gets or sets the multi-line presentation of the function code for the y value calculation.
    Syntax
    'Declaration
     
    Public Property CodeLinesY As System.String()
    public System.string[] CodeLinesY {get; set;}
    See Also