Documentation

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#"
    ...
)}

See also

Details

The method is analog to the value property.

The property is applicable only to scatter charts

Back to top