yValue of ui.rangechart, Properties Webix Docs

StartAPI Referenceui.rangechartProperties

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

  • API

  • Articles

  • Back to top

    Join Our Forum

    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.

    Go to Forum

    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.