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