Adds a multi-color box-whisker layer to the XYChart, and specify the data sets to use for drawing the layer.
This method is similar to
XYChart.addBoxWhiskerLayer, except that the layer will be added in multi-color mode. Please refer to
XYChart.addBoxWhiskerLayer on basic information of what is a box-whisker layer.
In multi-color mode, the boxes of a BoxWhiskerLayer can have different fill colors. For the whisker, instead of specifying a single whisker color for all boxes, ChartDirector computes the whisker colors by darkening or brightening the corresponding fill colors using a configurable brightness factor.
A
BoxWhiskerLayer object representing the box-whisker layer created.
© 2023 Advanced Software Engineering Limited. All rights reserved.