##// END OF EJS Templates
Clarified drilldown documentation
sauimone -
r463:e61490ce0056
parent child
Show More
@@ -27,8 +27,8
27 \snippet ../example/stackedbarchartdrilldown/main.cpp 3
27 \snippet ../example/stackedbarchartdrilldown/main.cpp 3
28
28
29 To create the drilldown structure, we first create our top level series, which we call seasonSeries. For each month in seasonSeries we create a drilldown series, called weeklySeries which contains more detailed data for that month.
29 To create the drilldown structure, we first create our top level series, which we call seasonSeries. For each month in seasonSeries we create a drilldown series, called weeklySeries which contains more detailed data for that month.
30 In weeklySeries, we use the drilldown handler to bring us back to seasonSeries. To do this, we connect the rightClicked signal from each weeklySeries to the handler in our DrilldownChart.
30 In weeklySeries, we use the drilldown handler to bring us back to seasonSeries. To do this we add mapping to the series. The seasonSeries is mapped to weeklySeries for each month. Every weeklySeries is mapped back to the seasonSeries.
31 Finally we connect the rightClicked signal to DrilldownChart.
31 To make mapping work, we connect the rightClicked signals from our series to the drilldownChart.
32
32
33 \snippet ../example/stackedbarchartdrilldown/main.cpp 4
33 \snippet ../example/stackedbarchartdrilldown/main.cpp 4
34
34
General Comments 0
You need to be logged in to leave comments. Login now