LineLayer *addLineLayer(int dataCombineMethod = Overlay, int depth = 0);
Description
Adds an empty line layer to the XYChart.
This method is typically used to add multiple data sets to a single line layer. First an empty line layer is created, then the data sets can be added using Layer.addDataSet.