##// END OF EJS Templates
All the series to use the same z-plane
Tero Ahola -
r1260:bb770bf92581
parent child
Show More
@@ -45,14 +45,17 public:
45 45 BackgroundZValue = -1,
46 46 ShadesZValue,
47 47 GridZValue,
48 LineChartZValue,
49 BarSeriesZValue,
50 ScatterSeriesZValue,
51 PieSeriesZValue,
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