-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDevExpress.XtraCharts.v15.2.UI.xml
1926 lines (1384 loc) · 67.2 KB
/
DevExpress.XtraCharts.v15.2.UI.xml
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
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraCharts.v15.2.UI</name>
</assembly>
<members>
<member name="T:DevExpress.XtraCharts.ChartControl">
<summary>
<para>The Chart Control for Windows Forms applications.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.#ctor">
<summary>
<para>Initializes a new instance of the ChartControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.About">
<summary>
<para>Invokes the chart's <b>About</b> dialog box.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AllowGesture">
<summary>
<para>Gets or sets a value which specifies whether an end-user can interact with the chart using a touchscreen device.
</para>
</summary>
<value><b>true</b>, if a chart interaction via a touchscreen device is allowed; otherwiise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AnnotationRepository">
<summary>
<para>Provides centralized access to all annotations that are present in the ChartControl.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control's annotations.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Annotations">
<summary>
<para>Provides access to the annotations collection of the ChartControl.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the chart's collection of annotations.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceName">
<summary>
<para>Gets or sets the name of the appearance which is currently being used to draw the chart elements.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the appearance name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceNameSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the <see cref="P:DevExpress.XtraCharts.ChartControl.AppearanceName"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceRepository">
<summary>
<para>Provides access to the repository of a chart's appearances.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoBindingSettingsEnabled">
<summary>
<para>Specifies whether or not the chart's <i>data binding</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
</summary>
<value><b>true</b> to automatically adjust the chart's binding settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoLayout">
<summary>
<para>Gets or sets a value, which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.
</para>
</summary>
<value><b>true</b>, to apply the adaptive layout algorithm to the chart; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoLayoutSettingsEnabled">
<summary>
<para>Specifies whether or not the chart's <i>layout</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
</summary>
<value><b>true</b> to automatically adjust the chart's layout settings; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisScaleChanged">
<summary>
<para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisVisualRangeChanged">
<summary>
<para>Occurs when the axis visual range has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisWholeRangeChanged">
<summary>
<para>Occurs when the axis whole range has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackColor">
<summary>
<para>Gets or sets the chart control's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImage">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImage"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> value which represents the background image for a control.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImageLayout">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout"/> property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.ImageLayout"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackImage">
<summary>
<para>Gets the background image settings of the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the chart control's background image.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BeginInit">
<summary>
<para>Starts the ChartControl's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the view type of the series to be generated.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.DataSource"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> class descendant that contains initial settings for series that will be generated when binding a chart to data.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.DataSource"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Border">
<summary>
<para>Gets the chart control's border style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BorderOptions">
<summary>
<para>Gets the chart control's border style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.BoundDataChanged">
<summary>
<para>Occurs every time a chart control generates its series points from the underlying data source.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CacheToMemory">
<summary>
<para>Gets or sets a value indicating if the chart should cache its data to the system memory.
</para>
</summary>
<value><b>true</b> if the chart should cache its data to the memory; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Int32,System.Int32)">
<summary>
<para>Returns information on the chart elements located at the point with the specified x and y coordinates.
</para>
</summary>
<param name="x">
An integer value which specifies the x-coordinate of the test point relative to the chart's top-left corner.
</param>
<param name="y">
An integer value which specifies the y-coordinate of the test point relative to the chart's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Drawing.Point)">
<summary>
<para>Returns information on the chart elements located at the specified point.
</para>
</summary>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure, which specifies the test point coordinates relative to the chart's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearCache">
<summary>
<para>Releases all memory resources used by the chart to cache its data in case the <see cref="P:DevExpress.XtraCharts.ChartControl.CacheToMemory"/> is <b>true</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection">
<summary>
<para>Deselects all chart elements at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection(System.Boolean)">
<summary>
<para>Deselects all selected chart elements; optionally deselects hot-tracked elements as well.
</para>
</summary>
<param name="clearHot">
<b>true</b> to deselect hot-tracked elements; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.Clone">
<summary>
<para>Creates a copy of the current ChartControl object.
</para>
</summary>
<returns>A ChartControl object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CrosshairEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart.
</para>
</summary>
<value><b>Default</b> - a crosshair cursor's state (enabled/disabled) is automatically determined based on the type of diagram currently displayed on a chart; <b>True</b> - a crosshair cursor is enabled for a chart; <b>False</b> - a crosshair cursor is disabled.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CrosshairOptions">
<summary>
<para>Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairOptions"/> object which represents crosshair cursor options on a diagram.
</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel">
<summary>
<para>Occurs before axis label items are drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair">
<summary>
<para>Occurs before crosshair items are drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint">
<summary>
<para>Occurs before a series point is drawn when the chart's contents is being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings">
<summary>
<para>Occurs after automatic settings are applied to a chart's data source.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legend's layout properties.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode">
<summary>
<para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout">
<summary>
<para>Occurs after the adaptive layout is enabled for the chart control to customize the Simple Diagram's layout properties.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis' labels.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomPaint">
<summary>
<para>Occurs after all the chart's visual elements have been drawn.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataAdapter">
<summary>
<para>Gets or sets the data adapter used to populate the chart control's data source.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the chart's data adapter.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataBindings">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.DataBindings"/> property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value. Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataSource">
<summary>
<para>Gets or sets the chart control's data source.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the chart control's data source.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Diagram">
<summary>
<para>Gets the chart control's diagram and provides access to its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control's diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DisplayBounds">
<summary>
<para>Gets the bounding rectangle of the chart control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the chart control's boundaries.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DisplayUnits">
<summary>
<para>Gets the unit of measurement for the chart control's data.
</para>
</summary>
<value>A <see cref="T:System.Drawing.GraphicsUnit"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.EmptyChartText">
<summary>
<para>Provides access to the settings of the text to be displayed in the chart control, when it has no data to display.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.EndInit">
<summary>
<para>Ends the ChartControl's initialization.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.EndLoading">
<summary>
<para>Occurs when the Chart Control's object model is completely initialized.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports the chart's layout as HTML and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart's layout to an HTML document with the specified encoding and title and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.
</param>
<param name="compressed">
<b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart's layout to an HTML file with the specified encoding and title.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.
</param>
<param name="compressed">
<b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String)">
<summary>
<para>Exports the chart's layout a to the specified file as HTML.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a chart to the specified stream in HTML format using the specified HTML-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created chart is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a chart to the specified file path in HTML format using the specified HTML-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current chart and exports it to a stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the current chart is exported.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current chart and outputs it to the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path to where the image file will be created.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart's layout to an MHT document (Web archive, single file) on the specified path, with the specified title and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT document is exported.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
</param>
<param name="compressed">
<b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String)">
<summary>
<para>Exports the chart's layout to an MHT file (Web archive, single file) at the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart's layout to an MHT file (Web archive, single file) on the specified path, with the specified title.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
</param>
<param name="compressed">
<b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a chart to the specified stream in MHT format using the specified MHT-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a chart to the specified file path in MHT format using the specified MHT-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports the chart's layout to a PDF document and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String)">
<summary>
<para>Exports the chart's layout to the specified PDF file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the chart's data to the specified PDF file, with the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the chart's data to a PDF document and sends it to the specified stream, with the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports the chart's data to an RTF document, and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.String)">
<summary>
<para>Exports the chart's data to the specified RTF file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the RTF file will be created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream)">
<summary>
<para>Creates an XLS document with a chart inserted as an image and sends it to a stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String)">
<summary>
<para>Creates an XLS file with a chart inserted as an image.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the XLS file will be created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS file with a chart inserted as an image, with the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLS file will be created.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS document with a chart inserted as an image and sends it to a stream, with the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Creates an XLSX file with a chart inserted as an image, with the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLSX file will be created.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, containing the options for the resulting XLSX file.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.IO.Stream)">