1object ChartSeriesFrame: TChartSeriesFrame
2  Left = 0
3  Height = 459
4  Top = 0
5  Width = 589
6  ClientHeight = 459
7  ClientWidth = 589
8  TabOrder = 0
9  DesignLeft = 575
10  DesignTop = 344
11  object PanelTop: TPanel
12    Left = 0
13    Height = 146
14    Top = 0
15    Width = 589
16    Align = alTop
17    AutoSize = True
18    BorderSpacing.Bottom = 12
19    BevelOuter = bvNone
20    ClientHeight = 146
21    ClientWidth = 589
22    TabOrder = 0
23    object cbShowSeries: TCheckBox
24      Left = 0
25      Height = 19
26      Top = 0
27      Width = 49
28      BorderSpacing.Bottom = 6
29      Caption = 'Show'
30      Checked = True
31      OnChange = cbShowSeriesChange
32      State = cbChecked
33      TabOrder = 0
34    end
35    object gbLegendText: TGroupBox
36      AnchorSideLeft.Control = PanelTop
37      AnchorSideTop.Control = cbShowSeries
38      AnchorSideTop.Side = asrBottom
39      AnchorSideRight.Control = Bevel4
40      AnchorSideBottom.Control = gbMarks
41      AnchorSideBottom.Side = asrBottom
42      Left = 0
43      Height = 121
44      Top = 25
45      Width = 286
46      Anchors = [akTop, akLeft, akRight, akBottom]
47      AutoSize = True
48      Caption = 'Legend text (Series title)'
49      ClientHeight = 101
50      ClientWidth = 282
51      TabOrder = 1
52      object edSeriesTitle: TEdit
53        AnchorSideLeft.Control = gbLegendText
54        AnchorSideTop.Control = gbLegendText
55        AnchorSideRight.Control = gbLegendText
56        AnchorSideRight.Side = asrBottom
57        Left = 8
58        Height = 23
59        Top = 8
60        Width = 266
61        Anchors = [akTop, akLeft, akRight]
62        BorderSpacing.Left = 8
63        BorderSpacing.Top = 8
64        BorderSpacing.Right = 8
65        OnChange = edSeriesTitleChange
66        TabOrder = 0
67        Text = 'edSeriesTitle'
68      end
69      object cbShowInLegend: TCheckBox
70        AnchorSideLeft.Control = edSeriesTitle
71        AnchorSideTop.Control = edSeriesTitle
72        AnchorSideTop.Side = asrBottom
73        Left = 8
74        Height = 19
75        Top = 37
76        Width = 133
77        BorderSpacing.Top = 6
78        Caption = 'Show series in legend'
79        OnChange = cbShowInLegendChange
80        TabOrder = 1
81      end
82      object cmbLegendMultiplicity: TComboBox
83        AnchorSideLeft.Control = lblLegendItems
84        AnchorSideLeft.Side = asrBottom
85        AnchorSideTop.Control = cbShowInLegend
86        AnchorSideTop.Side = asrBottom
87        AnchorSideRight.Control = edSeriesTitle
88        AnchorSideRight.Side = asrBottom
89        Left = 87
90        Height = 23
91        Top = 62
92        Width = 187
93        Anchors = [akTop, akLeft, akRight]
94        BorderSpacing.Left = 8
95        BorderSpacing.Top = 6
96        BorderSpacing.Bottom = 8
97        ItemHeight = 15
98        ItemIndex = 0
99        Items.Strings = (
100          'Series title'
101          'Marks text per data point'
102        )
103        OnChange = cmbLegendMultiplicityChange
104        Style = csDropDownList
105        TabOrder = 2
106        Text = 'Series title'
107      end
108      object lblLegendItems: TLabel
109        AnchorSideLeft.Control = edSeriesTitle
110        AnchorSideTop.Control = cmbLegendMultiplicity
111        AnchorSideTop.Side = asrCenter
112        Left = 8
113        Height = 15
114        Top = 66
115        Width = 71
116        Caption = 'Legend items'
117      end
118    end
119    object gbMarks: TGroupBox
120      AnchorSideLeft.Control = Bevel4
121      AnchorSideLeft.Side = asrBottom
122      AnchorSideTop.Control = cbShowSeries
123      AnchorSideTop.Side = asrBottom
124      AnchorSideRight.Control = PanelTop
125      AnchorSideRight.Side = asrBottom
126      AnchorSideBottom.Control = gbLegendText
127      AnchorSideBottom.Side = asrBottom
128      Left = 302
129      Height = 121
130      Top = 25
131      Width = 287
132      Anchors = [akTop, akLeft, akRight]
133      AutoSize = True
134      Caption = 'Marks'
135      ClientHeight = 101
136      ClientWidth = 283
137      TabOrder = 2
138      object lblSeriesMarksStyle: TLabel
139        AnchorSideLeft.Control = gbMarks
140        AnchorSideTop.Control = cbMarksStyle
141        AnchorSideTop.Side = asrCenter
142        Left = 8
143        Height = 15
144        Top = 12
145        Width = 25
146        BorderSpacing.Left = 8
147        Caption = 'Style'
148      end
149      object cbMarksStyle: TComboBox
150        AnchorSideLeft.Control = edMarksFormat
151        AnchorSideTop.Control = gbMarks
152        AnchorSideRight.Control = gbMarks
153        AnchorSideRight.Side = asrBottom
154        Left = 54
155        Height = 23
156        Top = 8
157        Width = 221
158        Anchors = [akTop, akLeft, akRight]
159        BorderSpacing.Top = 8
160        BorderSpacing.Right = 8
161        ItemHeight = 15
162        ItemIndex = 1
163        Items.Strings = (
164          'User-defined'
165          'No labels'
166          'Value'
167          'Percent'
168          'Label'
169          'Label and percent'
170          'Label and value'
171          'Legend'
172          'Percent and total'
173          'Label, percent, and total'
174          'X value'
175        )
176        OnChange = cbMarksStyleChange
177        Style = csDropDownList
178        TabOrder = 0
179        Text = 'No labels'
180      end
181      object Label2: TLabel
182        AnchorSideLeft.Control = lblSeriesMarksStyle
183        AnchorSideTop.Control = edMarksFormat
184        AnchorSideTop.Side = asrCenter
185        Left = 8
186        Height = 15
187        Top = 41
188        Width = 38
189        Caption = 'Format'
190      end
191      object edMarksFormat: TEdit
192        AnchorSideLeft.Control = Label2
193        AnchorSideLeft.Side = asrBottom
194        AnchorSideTop.Control = cbMarksStyle
195        AnchorSideTop.Side = asrBottom
196        AnchorSideRight.Control = gbMarks
197        AnchorSideRight.Side = asrBottom
198        Left = 54
199        Height = 23
200        Top = 37
201        Width = 221
202        Anchors = [akTop, akLeft, akRight]
203        BorderSpacing.Left = 8
204        BorderSpacing.Top = 6
205        BorderSpacing.Right = 8
206        OnEditingDone = edMarksFormatEditingDone
207        TabOrder = 1
208        Text = 'edMarksFormat'
209      end
210      object cbShowMarks: TCheckBox
211        AnchorSideLeft.Control = lblSeriesMarksStyle
212        AnchorSideTop.Control = btnMore
213        AnchorSideTop.Side = asrCenter
214        Left = 8
215        Height = 19
216        Top = 71
217        Width = 156
218        BorderSpacing.Top = 6
219        Caption = 'Show at series data points'
220        OnChange = cbShowMarksChange
221        TabOrder = 2
222      end
223      object btnMore: TButton
224        AnchorSideTop.Control = edMarksFormat
225        AnchorSideTop.Side = asrBottom
226        AnchorSideRight.Control = gbMarks
227        AnchorSideRight.Side = asrBottom
228        Left = 212
229        Height = 25
230        Top = 68
231        Width = 63
232        Anchors = [akTop, akRight]
233        AutoSize = True
234        BorderSpacing.Around = 8
235        Caption = 'More...'
236        Enabled = False
237        OnClick = btnMoreClick
238        TabOrder = 3
239      end
240    end
241    object Bevel4: TBevel
242      AnchorSideLeft.Control = PanelTop
243      AnchorSideLeft.Side = asrCenter
244      Left = 286
245      Height = 94
246      Top = 40
247      Width = 16
248      Shape = bsSpacer
249    end
250  end
251  object nbSeriesTypes: TNotebook
252    Left = 0
253    Height = 301
254    Top = 158
255    Width = 589
256    PageIndex = 2
257    Align = alClient
258    TabOrder = 1
259    object pgLineSeries: TPage
260      object gbLineSeriesLineStyle: TGroupBox
261        AnchorSideLeft.Control = pgLineSeries
262        AnchorSideTop.Control = pgLineSeries
263        AnchorSideRight.Control = Bevel1
264        Left = 0
265        Height = 88
266        Top = 0
267        Width = 286
268        Anchors = [akTop, akLeft, akRight]
269        Caption = 'gbLineSeriesLineStyle'
270        ClientHeight = 68
271        ClientWidth = 282
272        TabOrder = 0
273        object cbLineSeriesShowLines: TCheckBox
274          Left = 8
275          Height = 19
276          Top = 8
277          Width = 274
278          Align = alTop
279          BorderSpacing.Left = 8
280          BorderSpacing.Top = 8
281          Caption = 'Visible'
282          OnChange = cbLineSeriesShowLinesChange
283          TabOrder = 0
284        end
285      end
286      object gbLineSeriesPointer: TGroupBox
287        AnchorSideLeft.Control = Bevel1
288        AnchorSideLeft.Side = asrBottom
289        AnchorSideTop.Control = gbLineSeriesLineStyle
290        AnchorSideRight.Control = pgLineSeries
291        AnchorSideRight.Side = asrBottom
292        Left = 302
293        Height = 88
294        Top = 0
295        Width = 287
296        Anchors = [akTop, akLeft, akRight]
297        Caption = 'gbLineSeriesPointer'
298        ClientHeight = 68
299        ClientWidth = 283
300        TabOrder = 1
301        object cbLineSeriesShowPoints: TCheckBox
302          Left = 8
303          Height = 19
304          Top = 8
305          Width = 275
306          Align = alTop
307          BorderSpacing.Left = 8
308          BorderSpacing.Top = 8
309          Caption = 'Visible'
310          OnChange = cbLineSeriesShowPointsChange
311          TabOrder = 0
312        end
313      end
314      object Bevel1: TBevel
315        AnchorSideLeft.Control = pgLineSeries
316        AnchorSideLeft.Side = asrCenter
317        Left = 286
318        Height = 104
319        Top = 120
320        Width = 16
321        Shape = bsSpacer
322      end
323    end
324    object pgBarSeries: TPage
325      object gbBarSeriesBorder: TGroupBox
326        AnchorSideLeft.Control = pgBarSeries
327        AnchorSideTop.Control = gbBarSeriesBrush
328        AnchorSideTop.Side = asrBottom
329        AnchorSideRight.Control = Bevel2
330        Left = 0
331        Height = 92
332        Top = 64
333        Width = 286
334        Anchors = [akTop, akLeft, akRight]
335        BorderSpacing.Top = 12
336        Caption = 'gbBarSeriesBorder'
337        TabOrder = 2
338      end
339      object gbBarSeriesBrush: TGroupBox
340        AnchorSideLeft.Control = pgBarSeries
341        AnchorSideTop.Control = pgBarSeries
342        AnchorSideRight.Control = Bevel2
343        Left = 0
344        Height = 52
345        Top = 0
346        Width = 286
347        Anchors = [akTop, akLeft, akRight]
348        Caption = 'gbBarSeriesBrush'
349        TabOrder = 0
350      end
351      object gbBarShape: TGroupBox
352        AnchorSideLeft.Control = Bevel2
353        AnchorSideLeft.Side = asrBottom
354        AnchorSideTop.Control = gbBarSeriesBrush
355        AnchorSideRight.Control = pgBarSeries
356        AnchorSideRight.Side = asrBottom
357        AnchorSideBottom.Control = gbBarSeriesBrush
358        AnchorSideBottom.Side = asrBottom
359        Left = 302
360        Height = 59
361        Top = 0
362        Width = 287
363        Anchors = [akTop, akLeft, akRight]
364        AutoSize = True
365        Caption = 'Bar shape'
366        ClientHeight = 39
367        ClientWidth = 283
368        TabOrder = 1
369        object cbBarShape: TComboBox
370          AnchorSideLeft.Control = gbBarShape
371          AnchorSideTop.Control = gbBarShape
372          AnchorSideRight.Control = gbBarShape
373          AnchorSideRight.Side = asrBottom
374          Left = 8
375          Height = 23
376          Top = 8
377          Width = 267
378          Anchors = [akTop, akLeft, akRight]
379          BorderSpacing.Around = 8
380          ItemHeight = 15
381          ItemIndex = 0
382          Items.Strings = (
383            'Rectangular'
384            'Cylindrical'
385            'Hexagonal prism'
386            'Pyramid'
387            'Conical'
388          )
389          OnChange = cbBarShapeChange
390          Style = csDropDownList
391          TabOrder = 0
392          Text = 'Rectangular'
393        end
394      end
395      object Bevel2: TBevel
396        AnchorSideLeft.Control = pgBarSeries
397        AnchorSideLeft.Side = asrCenter
398        Left = 286
399        Height = 11
400        Top = 208
401        Width = 16
402        Shape = bsSpacer
403      end
404    end
405    object pgAreaSeries: TPage
406      object gbAreaSeriesBrush: TGroupBox
407        AnchorSideLeft.Control = pgAreaSeries
408        AnchorSideTop.Control = pgAreaSeries
409        AnchorSideRight.Control = Bevel3
410        Left = 0
411        Height = 57
412        Top = 0
413        Width = 286
414        Anchors = [akTop, akLeft, akRight]
415        Caption = 'gbAreaSeriesBrush'
416        TabOrder = 0
417      end
418      object gbAreaContourPen: TGroupBox
419        AnchorSideLeft.Control = gbAreaSeriesBrush
420        AnchorSideTop.Control = gbAreaSeriesBrush
421        AnchorSideTop.Side = asrBottom
422        AnchorSideRight.Control = Bevel3
423        Left = 0
424        Height = 115
425        Top = 69
426        Width = 286
427        Anchors = [akTop, akLeft, akRight]
428        BorderSpacing.Top = 12
429        Caption = 'gbAreaContourPen'
430        ClientHeight = 95
431        ClientWidth = 282
432        TabOrder = 1
433        object cbAreaShowContourLines: TCheckBox
434          Left = 8
435          Height = 19
436          Top = 8
437          Width = 266
438          Align = alTop
439          BorderSpacing.Around = 8
440          Caption = 'Visible'
441          OnChange = cbAreaShowContourLinesChange
442          TabOrder = 0
443        end
444      end
445      object Bevel3: TBevel
446        AnchorSideLeft.Control = pgAreaSeries
447        AnchorSideLeft.Side = asrCenter
448        Left = 286
449        Height = 104
450        Top = 72
451        Width = 16
452        Shape = bsSpacer
453      end
454      object gbAreaDropLinePen: TGroupBox
455        AnchorSideLeft.Control = Bevel3
456        AnchorSideLeft.Side = asrBottom
457        AnchorSideTop.Control = gbAreaSeriesBrush
458        AnchorSideTop.Side = asrBottom
459        AnchorSideRight.Control = pgAreaSeries
460        AnchorSideRight.Side = asrBottom
461        Left = 302
462        Height = 115
463        Top = 69
464        Width = 287
465        Anchors = [akTop, akLeft, akRight]
466        BorderSpacing.Top = 12
467        Caption = 'gbAreaDropLinePen'
468        ClientHeight = 95
469        ClientWidth = 283
470        TabOrder = 2
471        object cbAreaShowDropLines: TCheckBox
472          Left = 8
473          Height = 19
474          Top = 8
475          Width = 267
476          Align = alTop
477          BorderSpacing.Around = 8
478          Caption = 'Visible'
479          OnChange = cbAreaShowDropLinesChange
480          TabOrder = 0
481        end
482      end
483    end
484  end
485end
486