Documentation

xValue

a property of the dataset that defines values for the horizontal axis

string xValue;

Example

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

See also

Details

The property is applicable only to scatter charts

Back to top