yValue

a property of the dataset that defines values for the vertical axis.

string yValue;

Example

webix.ui({
    container:"chartDiv",
    view:"chart",
    type:"scatter",
    xValue: "#a#",
    yValue: "#b#"
    ...
});

Related samples

Details

The method is analog to the value property.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of chart library product.