a property of the dataset that defines values for the vertical axis.
webix.ui({
container:"chartDiv",
view:"chart",
type:"scatter",
xValue: "#a#",
yValue: "#b#"
...
});
The method is analog to the value property.
The property is applicable only to scatter charts