This file is indexed.

/usr/share/gtk-doc/html/goffice-0.10/GogPlot.html is in libgoffice-0.10-doc 0.10.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GogPlot</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GOffice Reference Manual">
<link rel="up" href="ch02.html" title="Abstract Base Classes">
<link rel="prev" href="GogOutlinedView.html" title="GogOutlinedView">
<link rel="next" href="GogSeries.html" title="GogSeries">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GogOutlinedView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GOffice Reference Manual</th>
<td><a accesskey="n" href="GogSeries.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GogPlot.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#GogPlot.description" class="shortcut">Description</a>
                   | 
                  <a href="#GogPlot.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#GogPlot.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="GogPlot"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GogPlot.top_of_page"></a>GogPlot</span></h2>
<p>GogPlot — A plot.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GogPlot.synopsis"></a><h2>Synopsis</h2>
<a name="GogPlotView"></a><pre class="synopsis">                    <a class="link" href="GogPlot.html#GogPlot-struct" title="GogPlot">GogPlot</a>;
                    <a class="link" href="GogPlot.html#GogPlotClass" title="GogPlotClass">GogPlotClass</a>;
                    <a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc">GogPlotDesc</a>;
                    <a class="link" href="GogPlot.html#GogPlotView-struct" title="GogPlotView">GogPlotView</a>;
                    <a class="link" href="GogPlot.html#GogPlotViewClass" title="GogPlotViewClass">GogPlotViewClass</a>;
#define             <a class="link" href="GogPlot.html#GOG-PLOT-GET-CLASS:CAPS" title="GOG_PLOT_GET_CLASS()">GOG_PLOT_GET_CLASS</a>                  (o)
                    <a class="link" href="GogPlot.html#GogPlotBoundInfo" title="GogPlotBoundInfo">GogPlotBoundInfo</a>;
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-axis-clear" title="gog_plot_axis_clear ()">gog_plot_axis_clear</a>                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> filter</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GogPlot.html#gog-plot-axis-set-assign" title="gog_plot_axis_set_assign ()">gog_plot_axis_set_assign</a>            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> type</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GogPlot.html#gog-plot-axis-set-is-valid" title="gog_plot_axis_set_is_valid ()">gog_plot_axis_set_is_valid</a>          (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> type</code></em>);
<a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="returnvalue">GogAxisSet</span></a>          <a class="link" href="GogPlot.html#gog-plot-axis-set-pref" title="gog_plot_axis_set_pref ()">gog_plot_axis_set_pref</a>              (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-clear-series" title="gog_plot_clear_series ()">gog_plot_clear_series</a>               (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);
<a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc"><span class="returnvalue">GogPlotDesc</span></a> const * <a class="link" href="GogPlot.html#gog-plot-description" title="gog_plot_description ()">gog_plot_description</a>                (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-foreach-elem" title="gog_plot_foreach_elem ()">gog_plot_foreach_elem</a>               (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_visible</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogChart.html#GogEnumFunc" title="GogEnumFunc ()"><span class="type">GogEnumFunc</span></a> handler</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
<a class="link" href="GogAxis.html" title="GogAxis"><span class="returnvalue">GogAxis</span></a> *           <a class="link" href="GogPlot.html#gog-plot-get-axis" title="gog_plot_get_axis ()">gog_plot_get_axis</a>                   (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a> type</code></em>);
<a class="link" href="GOData.html" title="GOData"><span class="returnvalue">GOData</span></a> *            <a class="link" href="GogPlot.html#gog-plot-get-axis-bounds" title="gog_plot_get_axis_bounds ()">gog_plot_get_axis_bounds</a>            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a> axis</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogPlot.html#GogPlotBoundInfo" title="GogPlotBoundInfo"><span class="type">GogPlotBoundInfo</span></a> *bounds</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-get-cardinality" title="gog_plot_get_cardinality ()">gog_plot_get_cardinality</a>            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned</span> *full</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned</span> *visible</code></em>);
<span class="returnvalue">double</span>              <a class="link" href="GogPlot.html#gog-plot-get-percent-value" title="gog_plot_get_percent_value ()">gog_plot_get_percent_value</a>          (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned </span> series</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned </span> index</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> const *      <a class="link" href="GogPlot.html#gog-plot-get-series" title="gog_plot_get_series ()">gog_plot_get_series</a>                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-guru-helper" title="gog_plot_guru_helper ()">gog_plot_guru_helper</a>                (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);
<a class="link" href="GogPlot.html" title="GogPlot"><span class="returnvalue">GogPlot</span></a> *           <a class="link" href="GogPlot.html#gog-plot-new-by-name" title="gog_plot_new_by_name ()">gog_plot_new_by_name</a>                (<em class="parameter"><code><span class="type">char</span> const *id</code></em>);
<a class="link" href="GogPlot.html" title="GogPlot"><span class="returnvalue">GogPlot</span></a> *           <a class="link" href="GogPlot.html#gog-plot-new-by-type" title="gog_plot_new_by_type ()">gog_plot_new_by_type</a>                (<em class="parameter"><code><a class="link" href="goffice-0.10-Families-and-types.html#GogPlotType" title="GogPlotType"><span class="type">GogPlotType</span></a> const *type</code></em>);
<a class="link" href="GogSeries.html" title="GogSeries"><span class="returnvalue">GogSeries</span></a> *         <a class="link" href="GogPlot.html#gog-plot-new-series" title="gog_plot_new_series ()">gog_plot_new_series</a>                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-request-cardinality-update" title="gog_plot_request_cardinality_update ()">gog_plot_request_cardinality_update</a> (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-set-axis" title="gog_plot_set_axis ()">gog_plot_set_axis</a>                   (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html" title="GogAxis"><span class="type">GogAxis</span></a> *axis</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GogPlot.html#gog-plot-supports-vary-style-by-element" title="gog_plot_supports_vary_style_by_element ()">gog_plot_supports_vary_style_by_element</a>
                                                        (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-update-3d" title="gog_plot_update_3d ()">gog_plot_update_3d</a>                  (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GogPlot.html#gog-plot-update-cardinality" title="gog_plot_update_cardinality ()">gog_plot_update_cardinality</a>         (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">int</span> index_num</code></em>);
<span class="returnvalue">int</span>                 <a class="link" href="GogPlot.html#gog-plot-view-get-data-at-point" title="gog_plot_view_get_data_at_point ()">gog_plot_view_get_data_at_point</a>     (<em class="parameter"><code><a class="link" href="GogPlot.html#GogPlotView"><span class="type">GogPlotView</span></a> *view</code></em>,
                                                         <em class="parameter"><code><span class="type">double</span> x</code></em>,
                                                         <em class="parameter"><code><span class="type">double</span> y</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogSeries.html" title="GogSeries"><span class="type">GogSeries</span></a> **series</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GogPlot.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----<a class="link" href="GogObject.html" title="GogObject">GogObject</a>
         +----GogPlot
</pre>
<pre class="synopsis">
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----<a class="link" href="GogView.html" title="GogView">GogView</a>
         +----GogPlotView
</pre>
</div>
<div class="refsect1">
<a name="GogPlot.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="GogPlot.html#GogPlot--bubble-axis" title='The "bubble-axis" property'>bubble-axis</a>"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--circ-axis" title='The "circ-axis" property'>circ-axis</a>"                <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--color-axis" title='The "color-axis" property'>color-axis</a>"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--guru-hints" title='The "guru-hints" property'>guru-hints</a>"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--interpolation" title='The "interpolation" property'>interpolation</a>"            <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--plot-group" title='The "plot-group" property'>plot-group</a>"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--pseudo-3d-axis" title='The "pseudo-3d-axis" property'>pseudo-3d-axis</a>"           <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--radial-axis" title='The "radial-axis" property'>radial-axis</a>"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--vary-style-by-element" title='The "vary-style-by-element" property'>vary-style-by-element</a>"    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--x-axis" title='The "x-axis" property'>x-axis</a>"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--y-axis" title='The "y-axis" property'>y-axis</a>"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
  "<a class="link" href="GogPlot.html#GogPlot--z-axis" title='The "z-axis" property'>z-axis</a>"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
</pre>
</div>
<div class="refsect1">
<a name="GogPlot.description"></a><h2>Description</h2>
<p>
This is the object that visualizes data.
To manipulate the data shown in the plot, use <a class="link" href="GogPlot.html#gog-plot-new-series" title="gog_plot_new_series ()"><code class="function">gog_plot_new_series()</code></a> and
<a class="link" href="GogPlot.html#gog-plot-clear-series" title="gog_plot_clear_series ()"><code class="function">gog_plot_clear_series()</code></a>
</p>
<p>
Plots are implemented as plug-ins, so make sure the plug-in system is
initialized before trying to create one. See <a class="link" href="GOPlugin.html#go-plugins-init" title="go_plugins_init ()"><code class="function">go_plugins_init()</code></a>
</p>
<p>
GOffice ships a number of common plot implementations by default.
</p>
</div>
<div class="refsect1">
<a name="GogPlot.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GogPlot-struct"></a><h3>GogPlot</h3>
<pre class="programlisting">typedef struct _GogPlot GogPlot;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlotClass"></a><h3>GogPlotClass</h3>
<pre class="programlisting">typedef struct {
	GogObjectClass base;

	GogPlotDesc desc;
	GType		series_type;

	GogAxisSet axis_set;

	/* Virtuals */

	GOData	  *(*axis_get_bounds) 	(GogPlot *plot, GogAxisType axis,
					 GogPlotBoundInfo *bounds);

	gboolean   (*supports_vary_style_by_element) (GogPlot const *plot);

	/* %TRUE if the plot prefers to display series in reverse order for
	 * legends (e.g. stacked plots want top element to be the last series) */
	gboolean   (*enum_in_reverse) (GogPlot const *plot);

	void       (*foreach_elem)    	(GogPlot *plot, gboolean only_visible,
					 GogEnumFunc handler, gpointer data);

	void       (*update_3d)		(GogPlot *plot);
	void	   (*guru_helper) (GogPlot *plot, char const *hint);
	double	   (*get_percent)       (GogPlot *plot, unsigned series, unsigned index);
} GogPlotClass;
</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><a class="link" href="GogObject.html#GogObjectClass" title="GogObjectClass"><span class="type">GogObjectClass</span></a> <em class="structfield"><code><a name="GogPlotClass.base"></a>base</code></em>;</span></p></td>
<td></td>
</tr>
<tr>
<td><p><span class="term"><a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc"><span class="type">GogPlotDesc</span></a> <em class="structfield"><code><a name="GogPlotClass.desc"></a>desc</code></em>;</span></p></td>
<td><a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc"><span class="type">GogPlotDesc</span></a></td>
</tr>
<tr>
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> <em class="structfield"><code><a name="GogPlotClass.series-type"></a>series_type</code></em>;</span></p></td>
<td>series type.</td>
</tr>
<tr>
<td><p><span class="term"><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> <em class="structfield"><code><a name="GogPlotClass.axis-set"></a>axis_set</code></em>;</span></p></td>
<td>set of use axes.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.axis-get-bounds"></a>axis_get_bounds</code></em> ()</span></p></td>
<td>requests the axis bounds</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.supports-vary-style-by-element"></a>supports_vary_style_by_element</code></em> ()</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if each element has its own style.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.enum-in-reverse"></a>enum_in_reverse</code></em> ()</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the plot prefers to display series in reverse
order for legends (e.g. stacked plots want top element to be the
last series.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.foreach-elem"></a>foreach_elem</code></em> ()</span></p></td>
<td>enumerates the elements visible in the legend.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.update-3d"></a>update_3d</code></em> ()</span></p></td>
<td>updates 3D (and contour) plots.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.guru-helper"></a>guru_helper</code></em> ()</span></p></td>
<td>customizes a new plot in the graph editor dialog.</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotClass.get-percent"></a>get_percent</code></em> ()</span></p></td>
<td>get the value as a percentage.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="GogPlotDesc"></a><h3>GogPlotDesc</h3>
<pre class="programlisting">typedef struct {
	unsigned  num_series_max;
	GogSeriesDesc series;
} GogPlotDesc;
</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><a class="link" href="GogSeries.html#GogSeriesDesc" title="GogSeriesDesc"><span class="type">GogSeriesDesc</span></a> <em class="structfield"><code><a name="GogPlotDesc.series"></a>series</code></em>;</span></p></td>
<td>series description.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="GogPlotView-struct"></a><h3>GogPlotView</h3>
<pre class="programlisting">typedef struct _GogPlotView GogPlotView;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlotViewClass"></a><h3>GogPlotViewClass</h3>
<pre class="programlisting">typedef struct {
	GogViewClass base;
	int     (*get_data_at_point)    (GogPlotView *view, double x, double y, GogSeries **series);
} GogPlotViewClass;
</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><a class="link" href="GogView.html#GogViewClass" title="GogViewClass"><span class="type">GogViewClass</span></a> <em class="structfield"><code><a name="GogPlotViewClass.base"></a>base</code></em>;</span></p></td>
<td></td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="GogPlotViewClass.get-data-at-point"></a>get_data_at_point</code></em> ()</span></p></td>
<td>returns the data index at the given position, -1 if none.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="GOG-PLOT-GET-CLASS:CAPS"></a><h3>GOG_PLOT_GET_CLASS()</h3>
<pre class="programlisting">#define GOG_PLOT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOG_TYPE_PLOT, GogPlotClass))
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlotBoundInfo"></a><h3>GogPlotBoundInfo</h3>
<pre class="programlisting">typedef struct {
	struct _GogPlotBound {
		double minima, maxima;
	} val, logical;
	gboolean is_discrete;
	gboolean center_on_ticks;
	GOFormat *fmt;

	const GODateConventions *date_conv;
} GogPlotBoundInfo;
</pre>
<p>
Used by plots to give formating informations to each axis.
GogPlotBoundInfo::val are the values limits, GogPlotBoundInfo::logical are
the actual needed display limits.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GogPlotBoundInfo.is-discrete"></a>is_discrete</code></em>;</span></p></td>
<td>whether the data are discrete.</td>
</tr>
<tr>
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GogPlotBoundInfo.center-on-ticks"></a>center_on_ticks</code></em>;</span></p></td>
<td>whether to center data on ticks.</td>
</tr>
<tr>
<td><p><span class="term"><a class="link" href="GOFormat.html" title="GOFormat"><span class="type">GOFormat</span></a> *<em class="structfield"><code><a name="GogPlotBoundInfo.fmt"></a>fmt</code></em>;</span></p></td>
<td>
<a class="link" href="GOFormat.html" title="GOFormat"><span class="type">GOFormat</span></a> to use.</td>
</tr>
<tr>
<td><p><span class="term">const <a class="link" href="GODateConventions.html" title="GODateConventions"><span class="type">GODateConventions</span></a> *<em class="structfield"><code><a name="GogPlotBoundInfo.date-conv"></a>date_conv</code></em>;</span></p></td>
<td>the used <a class="link" href="GODateConventions.html" title="GODateConventions"><span class="type">GODateConventions</span></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-axis-clear"></a><h3>gog_plot_axis_clear ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_axis_clear                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> filter</code></em>);</pre>
<p>
A utility method to clear all existing axis associations flagged by <em class="parameter"><code>filter</code></em>
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>filter</code></em> :</span></p></td>
<td><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-axis-set-assign"></a><h3>gog_plot_axis_set_assign ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gog_plot_axis_set_assign            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> type</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-axis-set-is-valid"></a><h3>gog_plot_axis_set_is_valid ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gog_plot_axis_set_is_valid          (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="type">GogAxisSet</span></a> type</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-axis-set-pref"></a><h3>gog_plot_axis_set_pref ()</h3>
<pre class="programlisting"><a class="link" href="GogAxis.html#GogAxisSet" title="enum GogAxisSet"><span class="returnvalue">GogAxisSet</span></a>          gog_plot_axis_set_pref              (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-clear-series"></a><h3>gog_plot_clear_series ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_clear_series               (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-description"></a><h3>gog_plot_description ()</h3>
<pre class="programlisting"><a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc"><span class="returnvalue">GogPlotDesc</span></a> const * gog_plot_description                (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the <a class="link" href="GogPlot.html#GogPlotDesc" title="GogPlotDesc"><span class="type">GogPlotDesc</span></a> for <em class="parameter"><code>plot</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-foreach-elem"></a><h3>gog_plot_foreach_elem ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_foreach_elem               (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_visible</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogChart.html#GogEnumFunc" title="GogEnumFunc ()"><span class="type">GogEnumFunc</span></a> handler</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<p>
Executes <em class="parameter"><code>funcfor</code></em> each plot element. Used to build a legend.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>only_visible</code></em> :</span></p></td>
<td>whether to restrict to visible elements.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>handler</code></em> :</span></p></td>
<td>
<a class="link" href="GogChart.html#GogEnumFunc" title="GogEnumFunc ()"><span class="type">GogEnumFunc</span></a>. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>user data for <em class="parameter"><code>func</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-get-axis"></a><h3>gog_plot_get_axis ()</h3>
<pre class="programlisting"><a class="link" href="GogAxis.html" title="GogAxis"><span class="returnvalue">GogAxis</span></a> *           gog_plot_get_axis                   (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a> type</code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
<td><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the axis if any. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-get-axis-bounds"></a><h3>gog_plot_get_axis_bounds ()</h3>
<pre class="programlisting"><a class="link" href="GOData.html" title="GOData"><span class="returnvalue">GOData</span></a> *            gog_plot_get_axis_bounds            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a> axis</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogPlot.html#GogPlotBoundInfo" title="GogPlotBoundInfo"><span class="type">GogPlotBoundInfo</span></a> *bounds</code></em>);</pre>
<p>
Queries <em class="parameter"><code>plot</code></em> for its axis preferences for <em class="parameter"><code>axis</code></em> and stores the results in
<em class="parameter"><code>bounds</code></em>.  All elements of <em class="parameter"><code>bounds</code></em> are initialized to sane values before the
query _EXCEPT_ ::fmt.  The caller is responsible for initializing it.  This
is done so that once on plot has selected a format the others need not do
the lookup too if so desired.
</p>
<p>
Caller is responsible for unrefing ::fmt.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td><a class="link" href="GogAxis.html#GogAxisType" title="enum GogAxisType"><span class="type">GogAxisType</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>bounds</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html#GogPlotBoundInfo" title="GogPlotBoundInfo"><span class="type">GogPlotBoundInfo</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The data providing the bound (does not add a ref). <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-get-cardinality"></a><h3>gog_plot_get_cardinality ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_get_cardinality            (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned</span> *full</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned</span> *visible</code></em>);</pre>
<p>
Return the number of logical elements in the plot.
See <em class="parameter"><code>gog_chart_get_cardinality</code></em>.
</p>
<p>
<em class="parameter"><code>full</code></em> and <em class="parameter"><code>visible</code></em> may be NULL.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>full</code></em> :</span></p></td>
<td>placeholder for full cardinality</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
<td>placeholder for visible cardinality</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-get-percent-value"></a><h3>gog_plot_get_percent_value ()</h3>
<pre class="programlisting"><span class="returnvalue">double</span>              gog_plot_get_percent_value          (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned </span> series</code></em>,
                                                         <em class="parameter"><code><span class="type">unsigned </span> index</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-get-series"></a><h3>gog_plot_get_series ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> const *      gog_plot_get_series                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>(transfer none) (element-type GogSeries) : A list of the series in <em class="parameter"><code>plot</code></em>.  Do not modify or free the list.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-guru-helper"></a><h3>gog_plot_guru_helper ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_guru_helper                (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-new-by-name"></a><h3>gog_plot_new_by_name ()</h3>
<pre class="programlisting"><a class="link" href="GogPlot.html" title="GogPlot"><span class="returnvalue">GogPlot</span></a> *           gog_plot_new_by_name                (<em class="parameter"><code><span class="type">char</span> const *id</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-new-by-type"></a><h3>gog_plot_new_by_type ()</h3>
<pre class="programlisting"><a class="link" href="GogPlot.html" title="GogPlot"><span class="returnvalue">GogPlot</span></a> *           gog_plot_new_by_type                (<em class="parameter"><code><a class="link" href="goffice-0.10-Families-and-types.html#GogPlotType" title="GogPlotType"><span class="type">GogPlotType</span></a> const *type</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-new-series"></a><h3>gog_plot_new_series ()</h3>
<pre class="programlisting"><a class="link" href="GogSeries.html" title="GogSeries"><span class="returnvalue">GogSeries</span></a> *         gog_plot_new_series                 (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new GogSeries of a type consistent with <em class="parameter"><code>plot</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-request-cardinality-update"></a><h3>gog_plot_request_cardinality_update ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_request_cardinality_update (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-set-axis"></a><h3>gog_plot_set_axis ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_set_axis                   (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogAxis.html" title="GogAxis"><span class="type">GogAxis</span></a> *axis</code></em>);</pre>
<p>
Connect <em class="parameter"><code>axis</code></em> and <em class="parameter"><code>plot</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td><a class="link" href="GogAxis.html" title="GogAxis"><span class="type">GogAxis</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-supports-vary-style-by-element"></a><h3>gog_plot_supports_vary_style_by_element ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gog_plot_supports_vary_style_by_element
                                                        (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> const *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-update-3d"></a><h3>gog_plot_update_3d ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_update_3d                  (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-update-cardinality"></a><h3>gog_plot_update_cardinality ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gog_plot_update_cardinality         (<em class="parameter"><code><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a> *plot</code></em>,
                                                         <em class="parameter"><code><span class="type">int</span> index_num</code></em>);</pre>
<p>
Update cardinality and cache result. See <em class="parameter"><code>gog_chart_get_cardinality</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html" title="GogPlot"><span class="type">GogPlot</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>index_num</code></em> :</span></p></td>
<td>index offset for this plot</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gog-plot-view-get-data-at-point"></a><h3>gog_plot_view_get_data_at_point ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span>                 gog_plot_view_get_data_at_point     (<em class="parameter"><code><a class="link" href="GogPlot.html#GogPlotView"><span class="type">GogPlotView</span></a> *view</code></em>,
                                                         <em class="parameter"><code><span class="type">double</span> x</code></em>,
                                                         <em class="parameter"><code><span class="type">double</span> y</code></em>,
                                                         <em class="parameter"><code><a class="link" href="GogSeries.html" title="GogSeries"><span class="type">GogSeries</span></a> **series</code></em>);</pre>
<p>
Search a data represented at (<em class="parameter"><code>x</code></em>,<em class="parameter"><code>y</code></em>) in <em class="parameter"><code>view</code></em> and set <em class="parameter"><code>series</code></em> on success.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td><a class="link" href="GogPlot.html#GogPlotView"><span class="type">GogPlotView</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>x position</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>y position</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>series</code></em> :</span></p></td>
<td>where to store the series</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>index of the found data in <em class="parameter"><code>series</code></em> or -1.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="GogPlot.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GogPlot--bubble-axis"></a><h3>The <code class="literal">"bubble-axis"</code> property</h3>
<pre class="programlisting">  "bubble-axis"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to bubble axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--circ-axis"></a><h3>The <code class="literal">"circ-axis"</code> property</h3>
<pre class="programlisting">  "circ-axis"                <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to circular axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--color-axis"></a><h3>The <code class="literal">"color-axis"</code> property</h3>
<pre class="programlisting">  "color-axis"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to color axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--guru-hints"></a><h3>The <code class="literal">"guru-hints"</code> property</h3>
<pre class="programlisting">  "guru-hints"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
<p>Semicolon separated list of hints for automatic addition of objects in guru dialog.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--interpolation"></a><h3>The <code class="literal">"interpolation"</code> property</h3>
<pre class="programlisting">  "interpolation"            <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
<p>Default type of series line interpolation.</p>
<p>Default value: "linear"</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--plot-group"></a><h3>The <code class="literal">"plot-group"</code> property</h3>
<pre class="programlisting">  "plot-group"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
<p>Name of plot group if any.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--pseudo-3d-axis"></a><h3>The <code class="literal">"pseudo-3d-axis"</code> property</h3>
<pre class="programlisting">  "pseudo-3d-axis"           <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to pseudo-3D axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--radial-axis"></a><h3>The <code class="literal">"radial-axis"</code> property</h3>
<pre class="programlisting">  "radial-axis"              <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to radial axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--vary-style-by-element"></a><h3>The <code class="literal">"vary-style-by-element"</code> property</h3>
<pre class="programlisting">  "vary-style-by-element"    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
<p>Use a different style for each segment.</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--x-axis"></a><h3>The <code class="literal">"x-axis"</code> property</h3>
<pre class="programlisting">  "x-axis"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to X axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--y-axis"></a><h3>The <code class="literal">"y-axis"</code> property</h3>
<pre class="programlisting">  "y-axis"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to Y axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GogPlot--z-axis"></a><h3>The <code class="literal">"z-axis"</code> property</h3>
<pre class="programlisting">  "z-axis"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
<p>Reference to Z axis.</p>
<p>Allowed values: &lt;= G_MAXLONG</p>
<p>Default value: 0</p>
</div>
</div>
<div class="refsect1">
<a name="GogPlot.see-also"></a><h2>See Also</h2>
<a class="link" href="GogChart.html" title="GogChart"><span class="type">GogChart</span></a>, <a class="link" href="GogSeries.html" title="GogSeries"><span class="type">GogSeries</span></a>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>