Avoid potential negative array index access to cached text.
[LibreOffice.git] / chart2 / uiconfig / ui / dlg_DataLabel.ui
blob9c0df29325fc81508df769d2a930eb268bd53803
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="chart">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustmentDEGREE">
6 <property name="upper">359</property>
7 <property name="step-increment">1</property>
8 <property name="page-increment">10</property>
9 </object>
10 <object class="GtkDialog" id="dlg_DataLabels">
11 <property name="can-focus">False</property>
12 <property name="border-width">6</property>
13 <property name="title" translatable="yes" context="dlg_DataLabel|dlg_DataLabels">Data Labels for all Data Series</property>
14 <property name="type-hint">dialog</property>
15 <child internal-child="vbox">
16 <object class="GtkBox" id="dialog-vbox1">
17 <property name="can-focus">False</property>
18 <property name="orientation">vertical</property>
19 <property name="spacing">12</property>
20 <child internal-child="action_area">
21 <object class="GtkButtonBox" id="dialog-action_area1">
22 <property name="can-focus">False</property>
23 <property name="layout-style">end</property>
24 <child>
25 <object class="GtkButton" id="ok">
26 <property name="label" translatable="yes" context="stock">_OK</property>
27 <property name="visible">True</property>
28 <property name="can-focus">True</property>
29 <property name="can-default">True</property>
30 <property name="has-default">True</property>
31 <property name="receives-default">True</property>
32 <property name="use-underline">True</property>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkButton" id="cancel">
42 <property name="label" translatable="yes" context="stock">_Cancel</property>
43 <property name="visible">True</property>
44 <property name="can-focus">True</property>
45 <property name="receives-default">True</property>
46 <property name="use-underline">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="help">
56 <property name="label" translatable="yes" context="stock">_Help</property>
57 <property name="visible">True</property>
58 <property name="can-focus">True</property>
59 <property name="receives-default">True</property>
60 <property name="use-underline">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="position">2</property>
66 <property name="secondary">True</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack-type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkBox" id="dlg_DataLabel">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="border-width">6</property>
82 <property name="spacing">12</property>
83 <child>
84 <object class="GtkBox">
85 <property name="name">box_left</property>
86 <property name="visible">True</property>
87 <property name="can-focus">False</property>
88 <property name="orientation">vertical</property>
89 <child>
90 <object class="GtkFrame" id="frame1">
91 <property name="visible">True</property>
92 <property name="can-focus">False</property>
93 <property name="label-xalign">0</property>
94 <property name="shadow-type">none</property>
95 <child>
96 <!-- n-columns=2 n-rows=6 -->
97 <object class="GtkGrid" id="grid1">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="margin-start">12</property>
101 <property name="margin-top">6</property>
102 <property name="row-spacing">6</property>
103 <property name="column-spacing">12</property>
104 <property name="row-homogeneous">True</property>
105 <child>
106 <object class="GtkCheckButton" id="CB_VALUE_AS_NUMBER">
107 <property name="label" translatable="yes" context="dlg_DataLabel|CB_VALUE_AS_NUMBER">Value as _number</property>
108 <property name="visible">True</property>
109 <property name="can-focus">True</property>
110 <property name="receives-default">False</property>
111 <property name="use-underline">True</property>
112 <property name="draw-indicator">True</property>
113 <child internal-child="accessible">
114 <object class="AtkObject" id="CB_VALUE_AS_NUMBER-atkobject">
115 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_VALUE_AS_NUMBER">Displays the absolute values of the data points.</property>
116 </object>
117 </child>
118 </object>
119 <packing>
120 <property name="left-attach">0</property>
121 <property name="top-attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkCheckButton" id="CB_VALUE_AS_PERCENTAGE">
126 <property name="label" translatable="yes" context="dlg_DataLabel|CB_VALUE_AS_PERCENTAGE">Value as _percentage</property>
127 <property name="visible">True</property>
128 <property name="can-focus">True</property>
129 <property name="receives-default">False</property>
130 <property name="use-underline">True</property>
131 <property name="draw-indicator">True</property>
132 <child internal-child="accessible">
133 <object class="AtkObject" id="CB_VALUE_AS_PERCENTAGE-atkobject">
134 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_VALUE_AS_PERCENTAGE">Displays the percentage of the data points in each column.</property>
135 </object>
136 </child>
137 </object>
138 <packing>
139 <property name="left-attach">0</property>
140 <property name="top-attach">1</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkCheckButton" id="CB_CATEGORY">
145 <property name="label" translatable="yes" context="dlg_DataLabel|CB_CATEGORY">_Category</property>
146 <property name="visible">True</property>
147 <property name="can-focus">True</property>
148 <property name="receives-default">False</property>
149 <property name="use-underline">True</property>
150 <property name="draw-indicator">True</property>
151 <child internal-child="accessible">
152 <object class="AtkObject" id="CB_CATEGORY-atkobject">
153 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_CATEGORY">Shows the data point text labels.</property>
154 </object>
155 </child>
156 </object>
157 <packing>
158 <property name="left-attach">0</property>
159 <property name="top-attach">2</property>
160 </packing>
161 </child>
162 <child>
163 <object class="GtkCheckButton" id="CB_SYMBOL">
164 <property name="label" translatable="yes" context="dlg_DataLabel|CB_SYMBOL">_Legend key</property>
165 <property name="visible">True</property>
166 <property name="can-focus">True</property>
167 <property name="receives-default">False</property>
168 <property name="use-underline">True</property>
169 <property name="draw-indicator">True</property>
170 <child internal-child="accessible">
171 <object class="AtkObject" id="CB_SYMBOL-atkobject">
172 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_SYMBOL">Displays the legend icons next to each data point label.</property>
173 </object>
174 </child>
175 </object>
176 <packing>
177 <property name="left-attach">0</property>
178 <property name="top-attach">4</property>
179 </packing>
180 </child>
181 <child>
182 <object class="GtkCheckButton" id="CB_WRAP_TEXT">
183 <property name="label" translatable="yes" context="dlg_DataLabel|CB_WRAP_TEXT">Auto text _wrap</property>
184 <property name="visible">True</property>
185 <property name="can-focus">True</property>
186 <property name="receives-default">False</property>
187 <property name="use-underline">True</property>
188 <property name="draw-indicator">True</property>
189 </object>
190 <packing>
191 <property name="left-attach">0</property>
192 <property name="top-attach">5</property>
193 </packing>
194 </child>
195 <child>
196 <object class="GtkButton" id="PB_NUMBERFORMAT">
197 <property name="label" translatable="yes" context="dlg_DataLabel|PB_NUMBERFORMAT">Number _format...</property>
198 <property name="visible">True</property>
199 <property name="can-focus">True</property>
200 <property name="receives-default">True</property>
201 <property name="valign">center</property>
202 <property name="use-underline">True</property>
203 <child internal-child="accessible">
204 <object class="AtkObject" id="PB_NUMBERFORMAT-atkobject">
205 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|PB_NUMBERFORMAT">Opens a dialog to select the number format.</property>
206 </object>
207 </child>
208 </object>
209 <packing>
210 <property name="left-attach">1</property>
211 <property name="top-attach">0</property>
212 </packing>
213 </child>
214 <child>
215 <object class="GtkButton" id="PB_PERCENT_NUMBERFORMAT">
216 <property name="label" translatable="yes" context="dlg_DataLabel|PB_PERCENT_NUMBERFORMAT">Percentage f_ormat...</property>
217 <property name="visible">True</property>
218 <property name="can-focus">True</property>
219 <property name="receives-default">True</property>
220 <property name="valign">center</property>
221 <property name="use-underline">True</property>
222 <child internal-child="accessible">
223 <object class="AtkObject" id="PB_PERCENT_NUMBERFORMAT-atkobject">
224 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT">Opens a dialog to select the percentage format.</property>
225 </object>
226 </child>
227 </object>
228 <packing>
229 <property name="left-attach">1</property>
230 <property name="top-attach">1</property>
231 </packing>
232 </child>
233 <child>
234 <object class="GtkLabel" id="CT_LABEL_DIAL">
235 <property name="can-focus">False</property>
236 <property name="no-show-all">True</property>
237 <property name="label" translatable="yes" context="dlg_DataLabel|CT_LABEL_DIAL">ABCD</property>
238 <attributes>
239 <attribute name="weight" value="bold"/>
240 </attributes>
241 </object>
242 <packing>
243 <property name="left-attach">1</property>
244 <property name="top-attach">3</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkLabel" id="STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE">
249 <property name="can-focus">False</property>
250 <property name="label" translatable="yes" context="dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE">Number Format for Percentage Value</property>
251 </object>
252 <packing>
253 <property name="left-attach">1</property>
254 <property name="top-attach">2</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkCheckButton" id="CB_DATA_SERIES_NAME">
259 <property name="label" translatable="yes" context="dlg_DataLabel|CB_DATA_SERIES_NAME">_Series name</property>
260 <property name="visible">True</property>
261 <property name="can-focus">True</property>
262 <property name="receives-default">False</property>
263 <property name="use-underline">True</property>
264 <property name="draw-indicator">True</property>
265 <child internal-child="accessible">
266 <object class="AtkObject" id="CB_DATA_SERIES_NAME-atkobject">
267 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME">Shows the data series name in the label.</property>
268 </object>
269 </child>
270 </object>
271 <packing>
272 <property name="left-attach">0</property>
273 <property name="top-attach">3</property>
274 </packing>
275 </child>
276 <child>
277 <placeholder/>
278 </child>
279 <child>
280 <placeholder/>
281 </child>
282 </object>
283 </child>
284 <child type="label">
285 <object class="GtkLabel" id="label1">
286 <property name="visible">True</property>
287 <property name="can-focus">False</property>
288 <property name="label" translatable="yes" context="dlg_DataLabel|label1">Text Attributes</property>
289 <property name="xalign">0</property>
290 <attributes>
291 <attribute name="weight" value="bold"/>
292 </attributes>
293 </object>
294 </child>
295 </object>
296 <packing>
297 <property name="expand">False</property>
298 <property name="fill">True</property>
299 <property name="position">0</property>
300 </packing>
301 </child>
302 <child>
303 <object class="GtkFrame" id="frame4">
304 <property name="visible">True</property>
305 <property name="can-focus">False</property>
306 <property name="label-xalign">0</property>
307 <property name="shadow-type">none</property>
308 <child>
309 <!-- n-columns=2 n-rows=2 -->
310 <object class="GtkGrid" id="grid2">
311 <property name="visible">True</property>
312 <property name="can-focus">False</property>
313 <property name="margin-start">12</property>
314 <property name="margin-top">6</property>
315 <property name="row-spacing">6</property>
316 <property name="column-spacing">12</property>
317 <property name="row-homogeneous">True</property>
318 <child>
319 <object class="GtkLabel" id="FT_LABEL_PLACEMENT">
320 <property name="visible">True</property>
321 <property name="can-focus">False</property>
322 <property name="label" translatable="yes" context="dlg_DataLabel|FT_LABEL_PLACEMENT">Place_ment</property>
323 <property name="use-underline">True</property>
324 <property name="mnemonic-widget">LB_LABEL_PLACEMENT</property>
325 <property name="xalign">0</property>
326 </object>
327 <packing>
328 <property name="left-attach">0</property>
329 <property name="top-attach">1</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkComboBoxText" id="LB_LABEL_PLACEMENT">
334 <property name="visible">True</property>
335 <property name="can-focus">False</property>
336 <property name="valign">center</property>
337 <items>
338 <item id="0" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Best fit</item>
339 <item id="1" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Center</item>
340 <item id="2" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Above</item>
341 <item id="3" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Top left</item>
342 <item id="4" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Left</item>
343 <item id="5" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Bottom left</item>
344 <item id="6" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Below</item>
345 <item id="7" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Bottom right</item>
346 <item id="8" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Right</item>
347 <item id="9" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Top right</item>
348 <item id="10" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Inside</item>
349 <item id="11" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Outside</item>
350 <item id="12" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Near origin</item>
351 </items>
352 <child internal-child="accessible">
353 <object class="AtkObject" id="LB_LABEL_PLACEMENT-atkobject">
354 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_LABEL_PLACEMENT">Selects the placement of data labels relative to the objects.</property>
355 </object>
356 </child>
357 </object>
358 <packing>
359 <property name="left-attach">1</property>
360 <property name="top-attach">1</property>
361 </packing>
362 </child>
363 <child>
364 <object class="GtkLabel" id="FT_TEXT_SEPARATOR">
365 <property name="visible">True</property>
366 <property name="can-focus">False</property>
367 <property name="label" translatable="yes" context="dlg_DataLabel|FT_TEXT_SEPARATOR">_Separator</property>
368 <property name="use-underline">True</property>
369 <property name="mnemonic-widget">LB_TEXT_SEPARATOR</property>
370 <property name="xalign">0</property>
371 </object>
372 <packing>
373 <property name="left-attach">0</property>
374 <property name="top-attach">0</property>
375 </packing>
376 </child>
377 <child>
378 <object class="GtkComboBoxText" id="LB_TEXT_SEPARATOR">
379 <property name="visible">True</property>
380 <property name="can-focus">False</property>
381 <property name="valign">center</property>
382 <items>
383 <item id="0" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">Space</item>
384 <item id="1" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">Comma</item>
385 <item id="2" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">Semicolon</item>
386 <item id="3" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">New line</item>
387 <item id="4" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">Period</item>
388 </items>
389 <child internal-child="accessible">
390 <object class="AtkObject" id="LB_TEXT_SEPARATOR-atkobject">
391 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_TEXT_SEPARATOR">Selects the separator between multiple text strings for the same object.</property>
392 </object>
393 </child>
394 </object>
395 <packing>
396 <property name="left-attach">1</property>
397 <property name="top-attach">0</property>
398 </packing>
399 </child>
400 </object>
401 </child>
402 <child type="label">
403 <object class="GtkLabel" id="label6">
404 <property name="visible">True</property>
405 <property name="can-focus">False</property>
406 <property name="label" translatable="yes" context="dlg_DataLabel|label1">Attribute Options</property>
407 <property name="xalign">0</property>
408 <attributes>
409 <attribute name="weight" value="bold"/>
410 </attributes>
411 </object>
412 </child>
413 </object>
414 <packing>
415 <property name="expand">False</property>
416 <property name="fill">True</property>
417 <property name="position">1</property>
418 </packing>
419 </child>
420 </object>
421 <packing>
422 <property name="expand">False</property>
423 <property name="fill">True</property>
424 <property name="position">0</property>
425 </packing>
426 </child>
427 <child>
428 <object class="GtkBox" id="box_right">
429 <property name="visible">True</property>
430 <property name="can-focus">False</property>
431 <property name="orientation">vertical</property>
432 <child>
433 <object class="GtkFrame" id="frame2">
434 <property name="visible">True</property>
435 <property name="can-focus">False</property>
436 <property name="label-xalign">0</property>
437 <property name="shadow-type">none</property>
438 <child>
439 <object class="GtkBox" id="box5">
440 <property name="visible">True</property>
441 <property name="can-focus">False</property>
442 <property name="margin-start">12</property>
443 <property name="margin-top">6</property>
444 <property name="orientation">vertical</property>
445 <property name="spacing">6</property>
446 <child>
447 <object class="GtkBox" id="boxORIENTATION">
448 <property name="visible">True</property>
449 <property name="can-focus">False</property>
450 <property name="spacing">12</property>
451 <child>
452 <object class="GtkDrawingArea" id="CT_DIAL">
453 <property name="visible">True</property>
454 <property name="can-focus">False</property>
455 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
456 <child internal-child="accessible">
457 <object class="AtkObject" id="CT_DIAL-atkobject">
458 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CT_DIAL">Click in the dial to set the text orientation for the data labels.</property>
459 </object>
460 </child>
461 </object>
462 <packing>
463 <property name="expand">False</property>
464 <property name="fill">True</property>
465 <property name="position">0</property>
466 </packing>
467 </child>
468 <child>
469 <object class="GtkSpinButton" id="NF_LABEL_DEGREES">
470 <property name="visible">True</property>
471 <property name="can-focus">True</property>
472 <property name="valign">center</property>
473 <property name="activates-default">True</property>
474 <property name="truncate-multiline">True</property>
475 <property name="adjustment">adjustmentDEGREE</property>
476 <property name="wrap">True</property>
477 <child internal-child="accessible">
478 <object class="AtkObject" id="NF_LABEL_DEGREES-atkobject">
479 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|NF_LABEL_DEGREES">Enter the counterclockwise rotation angle for the data labels.</property>
480 </object>
481 </child>
482 </object>
483 <packing>
484 <property name="expand">False</property>
485 <property name="fill">True</property>
486 <property name="position">1</property>
487 </packing>
488 </child>
489 <child>
490 <object class="GtkLabel" id="FT_LABEL_DEGREES">
491 <property name="visible">True</property>
492 <property name="can-focus">False</property>
493 <property name="label" translatable="yes" context="dlg_DataLabel|FT_LABEL_DEGREES">_Degrees</property>
494 <property name="use-underline">True</property>
495 </object>
496 <packing>
497 <property name="expand">False</property>
498 <property name="fill">True</property>
499 <property name="position">2</property>
500 </packing>
501 </child>
502 </object>
503 <packing>
504 <property name="expand">False</property>
505 <property name="fill">True</property>
506 <property name="position">0</property>
507 </packing>
508 </child>
509 <child>
510 <object class="GtkBox" id="boxTXT_DIRECTION">
511 <property name="visible">True</property>
512 <property name="can-focus">False</property>
513 <property name="spacing">12</property>
514 <child>
515 <object class="GtkLabel" id="FT_LABEL_TEXTDIR">
516 <property name="visible">True</property>
517 <property name="can-focus">False</property>
518 <property name="label" translatable="yes" context="dlg_DataLabel|FT_LABEL_TEXTDIR">Te_xt direction</property>
519 <property name="use-underline">True</property>
520 <property name="mnemonic-widget">LB_LABEL_TEXTDIR</property>
521 </object>
522 <packing>
523 <property name="expand">False</property>
524 <property name="fill">True</property>
525 <property name="position">0</property>
526 </packing>
527 </child>
528 <child>
529 <object class="GtkComboBoxText" id="LB_LABEL_TEXTDIR">
530 <property name="visible">True</property>
531 <property name="can-focus">False</property>
532 <property name="no-show-all">True</property>
533 <child internal-child="accessible">
534 <object class="AtkObject" id="LB_LABEL_TEXTDIR-atkobject">
535 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_LABEL_TEXTDIR">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
536 </object>
537 </child>
538 </object>
539 <packing>
540 <property name="expand">False</property>
541 <property name="fill">True</property>
542 <property name="position">1</property>
543 </packing>
544 </child>
545 </object>
546 <packing>
547 <property name="expand">False</property>
548 <property name="fill">True</property>
549 <property name="position">1</property>
550 </packing>
551 </child>
552 </object>
553 </child>
554 <child type="label">
555 <object class="GtkLabel" id="label2">
556 <property name="visible">True</property>
557 <property name="can-focus">False</property>
558 <property name="label" translatable="yes" context="dlg_DataLabel|label2">Rotate Text</property>
559 <property name="xalign">0</property>
560 <attributes>
561 <attribute name="weight" value="bold"/>
562 </attributes>
563 </object>
564 </child>
565 </object>
566 <packing>
567 <property name="expand">False</property>
568 <property name="fill">True</property>
569 <property name="position">0</property>
570 </packing>
571 </child>
572 <child>
573 <object class="GtkFrame" id="frame3">
574 <property name="visible">True</property>
575 <property name="can-focus">False</property>
576 <property name="label-xalign">0</property>
577 <property name="shadow-type">none</property>
578 <child>
579 <object class="GtkBox" id="box6">
580 <property name="visible">True</property>
581 <property name="can-focus">False</property>
582 <property name="margin-start">12</property>
583 <property name="margin-top">6</property>
584 <property name="orientation">vertical</property>
585 <child>
586 <object class="GtkCheckButton" id="CB_CUSTOM_LEADER_LINES">
587 <property name="label" translatable="yes" context="dlg_DataLabel|CB_CUSTOM_LEADER_LINES">_Connect displaced data labels to data points</property>
588 <property name="visible">True</property>
589 <property name="can-focus">True</property>
590 <property name="receives-default">False</property>
591 <property name="use-underline">True</property>
592 <property name="draw-indicator">True</property>
593 <child internal-child="accessible">
594 <object class="AtkObject" id="CB_CUSTOM_LEADER_LINES-atkobject">
595 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_CUSTOM_LEADER_LINES">Draws a line connecting the data labels to the data points</property>
596 </object>
597 </child>
598 </object>
599 <packing>
600 <property name="expand">False</property>
601 <property name="fill">True</property>
602 <property name="position">0</property>
603 </packing>
604 </child>
605 </object>
606 </child>
607 <child type="label">
608 <object class="GtkLabel" id="label3">
609 <property name="visible">True</property>
610 <property name="can-focus">False</property>
611 <property name="label" translatable="yes" context="dlg_DataLabel|label3">Leader Lines</property>
612 <property name="xalign">0</property>
613 <attributes>
614 <attribute name="weight" value="bold"/>
615 </attributes>
616 </object>
617 </child>
618 </object>
619 <packing>
620 <property name="expand">False</property>
621 <property name="fill">True</property>
622 <property name="padding">12</property>
623 <property name="position">1</property>
624 </packing>
625 </child>
626 <child>
627 <placeholder/>
628 </child>
629 </object>
630 <packing>
631 <property name="expand">False</property>
632 <property name="fill">True</property>
633 <property name="position">1</property>
634 </packing>
635 </child>
636 <child>
637 <placeholder/>
638 </child>
639 <child internal-child="accessible">
640 <object class="AtkObject" id="dlg_DataLabel-atkobject">
641 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|dlg_DataLabel">Opens the Data Labels dialog, which enables you to set the data labels.</property>
642 </object>
643 </child>
644 </object>
645 <packing>
646 <property name="expand">False</property>
647 <property name="fill">True</property>
648 <property name="position">1</property>
649 </packing>
650 </child>
651 </object>
652 </child>
653 <action-widgets>
654 <action-widget response="-5">ok</action-widget>
655 <action-widget response="-6">cancel</action-widget>
656 <action-widget response="-11">help</action-widget>
657 </action-widgets>
658 <child internal-child="accessible">
659 <object class="AtkObject" id="dlg_DataLabels-atkobject">
660 <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|dlg_DataLabels">Opens the Data Labels dialog, which enables you to set the data labels.</property>
661 </object>
662 </child>
663 </object>
664 <object class="GtkSizeGroup" id="sizegroup1">
665 <widgets>
666 <widget name="FT_TEXT_SEPARATOR"/>
667 <widget name="FT_LABEL_PLACEMENT"/>
668 </widgets>
669 </object>
670 <object class="GtkSizeGroup" id="sizegroup2">
671 <widgets>
672 <widget name="LB_TEXT_SEPARATOR"/>
673 <widget name="LB_LABEL_PLACEMENT"/>
674 </widgets>
675 </object>
676 </interface>