1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include "Strings.hrc"
24
25String STR_TYPE_COLUMN
26{
27	Text [ en-US ] = "Column" ;
28};
29String STR_TYPE_BAR
30{
31	Text [ en-US ] = "Bar" ;
32};
33String STR_TYPE_AREA
34{
35	Text [ en-US ] = "Area" ;
36};
37String STR_TYPE_PIE
38{
39	Text [ en-US ] = "Pie" ;
40};
41String STR_PIE_EXPLODED
42{
43	Text [ en-US ] = "Exploded Pie Chart" ;
44};
45String STR_DONUT_EXPLODED
46{
47	Text [ en-US ] = "Exploded Donut Chart" ;
48};
49String STR_DONUT
50{
51	Text [ en-US ] = "Donut" ;
52};
53String STR_TYPE_LINE
54{
55	Text [ en-US ] = "Line" ;
56};
57String STR_TYPE_XY
58{
59	Text [ en-US ] = "XY (Scatter)" ;
60};
61String STR_POINTS_AND_LINES
62{
63	Text [ en-US ] = "Points and Lines" ;
64};
65String STR_POINTS_ONLY
66{
67    //@todo or symbols instead of points??
68	Text [ en-US ] = "Points Only" ;
69};
70String STR_LINES_ONLY
71{
72	Text [ en-US ] = "Lines Only" ;
73};
74String STR_LINES_3D
75{
76	Text [ en-US ] = "3D Lines" ;
77};
78//-----------------------------------------------------------------------------
79String STR_TYPE_COMBI_COLUMN_LINE
80{
81	Text [ en-US ] = "Column and Line" ;
82};
83String STR_LINE_COLUMN
84{
85	Text [ en-US ] = "Columns and Lines" ;
86};
87String STR_LINE_STACKEDCOLUMN
88{
89	Text [ en-US ] = "Stacked Columns and Lines" ;
90};
91//-----------------------------------------------------------------------------
92String STR_TYPE_NET
93{
94	Text [ en-US ] = "Net" ;
95};
96//-----------------------------------------------------------------------------
97String STR_TYPE_STOCK
98{
99	Text [ en-US ] = "Stock";
100};
101String STR_STOCK_1
102{
103	Text [ en-US ] = "Stock Chart 1";
104};
105String STR_STOCK_2
106{
107	Text [ en-US ] = "Stock Chart 2";
108};
109String STR_STOCK_3
110{
111	Text [ en-US ] = "Stock Chart 3";
112};
113String STR_STOCK_4
114{
115	Text [ en-US ] = "Stock Chart 4";
116};
117//-----------------------------------------------------------------------------
118String STR_NORMAL
119{
120	Text [ en-US ] = "Normal" ;
121};
122String STR_STACKED
123{
124	Text [ en-US ] = "Stacked" ;
125};
126String STR_PERCENT
127{
128	Text [ en-US ] = "Percent Stacked" ;
129};
130
131String STR_DEEP
132{
133	Text [ en-US ] = "Deep" ;
134};
135String STR_FILLED
136{
137	Text [ en-US ] = "Filled" ;
138};
139//-----------------------------------------------------------------------------
140String STR_TYPE_BUBBLE
141{
142	Text [ en-US ] = "Bubble" ;
143};
144String STR_BUBBLE_1
145{
146	Text [ en-US ] = "Bubble Chart" ;
147};
148//-----------------------------------------------------------------------------
149//-----------------------------------------------------------------------------
150