loulijun2021
2022-07-04 991a63234bba49da5a22d0f64ae15837d3253829
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
{
    "Version":"6.8.5.0",
    "Title":"8c.图表.三维(3D)",
    "Author":"锐浪报表软件",
    "Description":"演示各种类型的图表",
    "Font":{
        "Name":"宋体",
        "Size":105000,
        "Weight":400,
        "Charset":134
    },
    "ConnectionString":"Provider=Microsoft.Jet.OLEDB.4.0;\r\nUser ID=Admin;\r\nData Source=C:\\Grid++Report 6\\Samples\\Data\\Northwind.mdb",
    "Printer":{
        "Oriention":"Landscape",
        "LeftMargin":1.5,
        "TopMargin":1,
        "RightMargin":1.5,
        "BottomMargin":1
    },
    "ReportHeader":[
        {
            "Name":"ReportHeader5",
            "Height":5.21229,
            "Control":[
                {
                    "Type":"Chart",
                    "Name":"Chart14",
                    "Left":0.211667,
                    "Top":0.238125,
                    "Width":13.5996,
                    "Height":4.7625,
                    "Chart3D":true,
                    "Title":"柱图例子(三维)",
                    "TitleFont":{
                        "Name":"宋体",
                        "Size":120000,
                        "Bold":true,
                        "Charset":134
                    },
                    "GroupCount":4,
                    "SeriesCount":3,
                    "GroupLabel":"一\r二\r三\r四",
                    "SeriesLabel":"张三\r李四\r王五",
                    "Value":"1000,1200,1500,800,1500,1800,2000,1200,800,1000,700,500",
                    "Recordset":{
                    },
                    "XAxis":{
                        "Label":"季度",
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFFF00"
                        }
                    },
                    "YAxis":{
                        "Label":"销售额",
                        "TextFormat":"0.##",
                        "Max":2000,
                        "Space":500,
                        "CoordLinePen":{
                            "Color":"FFFF00"
                        }
                    },
                    "Y2Axis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "ChartSeries":[
                        {
                            "ValueFormat":"0.##"
                        }
                    ]
                },
                {
                    "Type":"Chart",
                    "Name":"Chart16",
                    "Left":14.2081,
                    "Top":0.238125,
                    "Width":11.9856,
                    "Height":4.7625,
                    "Chart3D":true,
                    "Title":"叠加柱图例子(三维)",
                    "TitleFont":{
                        "Name":"宋体",
                        "Size":120000,
                        "Bold":true,
                        "Charset":134
                    },
                    "GroupCount":4,
                    "SeriesCount":3,
                    "GroupLabel":"一\r二\r三\r四",
                    "SeriesLabel":"张三\r李四\r王五",
                    "Value":"1000,1200,1500,800,1500,1800,2000,1200,800,1000,700,500",
                    "Recordset":{
                    },
                    "XAxis":{
                        "Label":"季度",
                        "TextFormat":"0.##",
                        "CoordLineVisible":true,
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "YAxis":{
                        "Label":"销售额",
                        "TextFormat":"0.##",
                        "CoordLineVisible":true,
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "Y2Axis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "ChartSeries":[
                        {
                            "ChartType":"StepBarChart",
                            "ValueFormat":"0.##"
                        }
                    ]
                }
            ]
        },
        {
            "Name":"ReportHeader6",
            "Height":7.80521,
            "Control":[
                {
                    "Type":"Chart",
                    "Name":"Chart17",
                    "Left":0.211667,
                    "Top":0.211667,
                    "Width":13.5996,
                    "Height":7.38188,
                    "Chart3D":true,
                    "Title":"饼图例子(三维)",
                    "TitleFont":{
                        "Name":"宋体",
                        "Size":120000,
                        "Bold":true,
                        "Charset":134
                    },
                    "GroupCount":4,
                    "SeriesCount":3,
                    "GroupLabel":"第一季度\r第二季度\r第三季度\r第四季度",
                    "SeriesLabel":"张三\r李四\r王五",
                    "Value":"1000,1200,1500,800,1500,1800,2000,1200,800,1000,700,500",
                    "Recordset":{
                    },
                    "XAxis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "YAxis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "Y2Axis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "ChartSeries":[
                        {
                            "ChartType":"PieChart",
                            "ValueFormat":"0.##",
                            "LabelText":"[#ChartVar(YVal)#]"
                        }
                    ]
                },
                {
                    "Type":"Chart",
                    "Name":"Chart19",
                    "Left":14.2081,
                    "Top":0.211667,
                    "Width":11.9856,
                    "Height":7.38188,
                    "Chart3D":true,
                    "Title":"饼图例子(三维)",
                    "TitleFont":{
                        "Name":"宋体",
                        "Size":120000,
                        "Bold":true,
                        "Charset":134
                    },
                    "LegendValueVisible":true,
                    "GroupCount":1,
                    "SeriesCount":4,
                    "SeriesLabel":"第一季度\r第二季度\r第三季度\r第四季度",
                    "Value":"1000,1200,1500,1800",
                    "Recordset":{
                    },
                    "XAxis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "YAxis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "Y2Axis":{
                        "TextFormat":"0.##",
                        "CoordLinePen":{
                            "Color":"FFC4C4"
                        }
                    },
                    "ChartSeries":[
                        {
                            "ChartType":"PieChart",
                            "ValueFormat":"0.##",
                            "LabelText":"[#ChartVar(YVal100ByGroup)#]"
                        }
                    ]
                }
            ]
        }
    ]
}