@@ -45,14 +45,17 public: | |||
|
45 | 45 | BackgroundZValue = -1, |
|
46 | 46 | ShadesZValue, |
|
47 | 47 | GridZValue, |
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
|
48 | SeriesZValue, | |
|
49 | LineChartZValue = SeriesZValue, | |
|
50 | BarSeriesZValue = SeriesZValue, | |
|
51 | ScatterSeriesZValue = SeriesZValue, | |
|
52 | PieSeriesZValue = SeriesZValue, | |
|
52 | 53 | AxisZValue, |
|
53 | 54 | LegendZValue |
|
54 | 55 | }; |
|
55 | enum State {ShowState, | |
|
56 | ||
|
57 | enum State { | |
|
58 | ShowState, | |
|
56 | 59 | ScrollUpState, |
|
57 | 60 | ScrollDownState, |
|
58 | 61 | ScrollLeftState, |
General Comments 0
You need to be logged in to leave comments.
Login now