DevExpress.XtraCharts.v17.2.UI.xml 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>DevExpress.XtraCharts.v17.2.UI</name>
  5. </assembly>
  6. <members>
  7. <member name="T:DevExpress.XtraCharts.ChartControl">
  8. <summary>
  9. <para>Visualizes data as bars, areas, lines and other shapes. See Chart Control.
  10. </para>
  11. </summary>
  12. </member>
  13. <member name="M:DevExpress.XtraCharts.ChartControl.#ctor">
  14. <summary>
  15. <para>Initializes a new instance of the ChartControl class with default settings.
  16. </para>
  17. </summary>
  18. </member>
  19. <member name="M:DevExpress.XtraCharts.ChartControl.About">
  20. <summary>
  21. <para>Invokes the chart's <b>About</b> dialog box.
  22. </para>
  23. </summary>
  24. </member>
  25. <member name="P:DevExpress.XtraCharts.ChartControl.AllowGesture">
  26. <summary>
  27. <para>Gets or sets a value which specifies whether an end-user can interact with the chart using a touchscreen device.
  28. </para>
  29. </summary>
  30. <value><b>true</b>, if a chart interaction via a touchscreen device is allowed; otherwiise - <b>false</b>.
  31. </value>
  32. </member>
  33. <member name="M:DevExpress.XtraCharts.ChartControl.Animate">
  34. <summary>
  35. <para>Starts the series animations.
  36. </para>
  37. </summary>
  38. </member>
  39. <member name="E:DevExpress.XtraCharts.ChartControl.AnimationEnded">
  40. <summary>
  41. <para>Occurs after animations end.
  42. </para>
  43. </summary>
  44. </member>
  45. <member name="P:DevExpress.XtraCharts.ChartControl.AnimationStartMode">
  46. <summary>
  47. <para>Gets or sets the series animation start mode.
  48. </para>
  49. </summary>
  50. <value>A <see cref="T:DevExpress.XtraCharts.ChartAnimationMode"/> enumeration value.
  51. </value>
  52. </member>
  53. <member name="P:DevExpress.XtraCharts.ChartControl.AnnotationRepository">
  54. <summary>
  55. <para>Provides centralized access to all annotations that are present in the ChartControl.
  56. </para>
  57. </summary>
  58. <value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control's annotations.
  59. </value>
  60. </member>
  61. <member name="P:DevExpress.XtraCharts.ChartControl.Annotations">
  62. <summary>
  63. <para>Provides access to the annotations collection of the ChartControl.
  64. </para>
  65. </summary>
  66. <value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the chart's collection of annotations.
  67. </value>
  68. </member>
  69. <member name="P:DevExpress.XtraCharts.ChartControl.AppearanceName">
  70. <summary>
  71. <para>Gets or sets the name of the appearance which is currently being used to draw the chart elements.
  72. </para>
  73. </summary>
  74. <value>A <see cref="T:System.String"/> value that is the appearance name.
  75. </value>
  76. </member>
  77. <member name="P:DevExpress.XtraCharts.ChartControl.AppearanceNameSerializable">
  78. <summary>
  79. <para>For internal use. This property is used to support serialization of the <see cref="P:DevExpress.XtraCharts.ChartControl.AppearanceName"/> property.
  80. </para>
  81. </summary>
  82. <value>A <see cref="T:System.String"/> value.
  83. </value>
  84. </member>
  85. <member name="P:DevExpress.XtraCharts.ChartControl.AppearanceRepository">
  86. <summary>
  87. <para>Provides access to the repository of a chart's appearances.
  88. </para>
  89. </summary>
  90. <value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.
  91. </value>
  92. </member>
  93. <member name="P:DevExpress.XtraCharts.ChartControl.AutoBindingSettingsEnabled">
  94. <summary>
  95. <para>Specifies whether or not the chart's <i>data binding</i> is automatically adjusted during the creation of a Pivot Chart.
  96. </para>
  97. </summary>
  98. <value><b>true</b> to automatically adjust the chart's binding settings; otherwise, <b>false</b>.
  99. </value>
  100. </member>
  101. <member name="P:DevExpress.XtraCharts.ChartControl.AutoLayout">
  102. <summary>
  103. <para>Gets or sets a value, which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.
  104. </para>
  105. </summary>
  106. <value><b>true</b>, to apply the adaptive layout algorithm to the chart; otherwise, <b>false</b>.
  107. </value>
  108. </member>
  109. <member name="P:DevExpress.XtraCharts.ChartControl.AutoLayoutSettingsEnabled">
  110. <summary>
  111. <para>Specifies whether or not the chart's <i>layout</i> is automatically adjusted during the creation of a Pivot Chart.
  112. </para>
  113. </summary>
  114. <value><b>true</b> to automatically adjust the chart's layout settings; otherwise, <b>false</b>.
  115. </value>
  116. </member>
  117. <member name="E:DevExpress.XtraCharts.ChartControl.AxisScaleChanged">
  118. <summary>
  119. <para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.
  120. </para>
  121. </summary>
  122. </member>
  123. <member name="E:DevExpress.XtraCharts.ChartControl.AxisVisualRangeChanged">
  124. <summary>
  125. <para>Occurs when the axis visual range has been changed.
  126. </para>
  127. </summary>
  128. </member>
  129. <member name="E:DevExpress.XtraCharts.ChartControl.AxisWholeRangeChanged">
  130. <summary>
  131. <para>Occurs when the axis whole range has been changed.
  132. </para>
  133. </summary>
  134. </member>
  135. <member name="P:DevExpress.XtraCharts.ChartControl.BackColor">
  136. <summary>
  137. <para>Gets or sets the chart control's background color.
  138. </para>
  139. </summary>
  140. <value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control's background color.
  141. </value>
  142. </member>
  143. <member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImage">
  144. <summary>
  145. <para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImage"/> property.
  146. </para>
  147. </summary>
  148. <value>A <see cref="T:System.Drawing.Image"/> value which represents the background image for a control.
  149. </value>
  150. </member>
  151. <member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImageLayout">
  152. <summary>
  153. <para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout"/> property.
  154. </para>
  155. </summary>
  156. <value>A <see cref="T:System.Windows.Forms.ImageLayout"/> enumeration value.
  157. </value>
  158. </member>
  159. <member name="P:DevExpress.XtraCharts.ChartControl.BackImage">
  160. <summary>
  161. <para>Gets the background image settings of the chart control.
  162. </para>
  163. </summary>
  164. <value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the chart control's background image.
  165. </value>
  166. </member>
  167. <member name="M:DevExpress.XtraCharts.ChartControl.BeginInit">
  168. <summary>
  169. <para>Starts the ChartControl's initialization. Initialization occurs at runtime.
  170. </para>
  171. </summary>
  172. </member>
  173. <member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String[])">
  174. <summary>
  175. <para>Binds a chart to data.
  176. </para>
  177. </summary>
  178. <param name="viewType">
  179. A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the view type of the series to be generated.
  180. </param>
  181. <param name="dataSource">
  182. 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.
  183. </param>
  184. <param name="seriesDataMember">
  185. 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.
  186. </param>
  187. <param name="argumentDataMember">
  188. 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.
  189. </param>
  190. <param name="valueDataMembers">
  191. 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.
  192. </param>
  193. </member>
  194. <member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String[])">
  195. <summary>
  196. <para>Binds a chart to data.
  197. </para>
  198. </summary>
  199. <param name="view">
  200. 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.
  201. </param>
  202. <param name="dataSource">
  203. 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.
  204. </param>
  205. <param name="seriesDataMember">
  206. 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.
  207. </param>
  208. <param name="argumentDataMember">
  209. 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.
  210. </param>
  211. <param name="valueDataMembers">
  212. 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.
  213. </param>
  214. </member>
  215. <member name="P:DevExpress.XtraCharts.ChartControl.Border">
  216. <summary>
  217. <para>Gets the chart control's border style.
  218. </para>
  219. </summary>
  220. <value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
  221. </value>
  222. </member>
  223. <member name="P:DevExpress.XtraCharts.ChartControl.BorderOptions">
  224. <summary>
  225. <para>Gets the chart control's border style.
  226. </para>
  227. </summary>
  228. <value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
  229. </value>
  230. </member>
  231. <member name="E:DevExpress.XtraCharts.ChartControl.BoundDataChanged">
  232. <summary>
  233. <para>Occurs every time a chart control generates its series points from the underlying data source.
  234. </para>
  235. </summary>
  236. </member>
  237. <member name="P:DevExpress.XtraCharts.ChartControl.CacheToMemory">
  238. <summary>
  239. <para>Gets or sets a value indicating if the chart should cache its data to the system memory.
  240. </para>
  241. </summary>
  242. <value><b>true</b> if the chart should cache its data to the memory; otherwise, <b>false</b>.
  243. </value>
  244. </member>
  245. <member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Int32,System.Int32)">
  246. <summary>
  247. <para>Returns information on the chart elements located at the point with the specified x and y coordinates.
  248. </para>
  249. </summary>
  250. <param name="x">
  251. An integer value which specifies the x-coordinate of the test point relative to the chart's top-left corner.
  252. </param>
  253. <param name="y">
  254. An integer value which specifies the y-coordinate of the test point relative to the chart's top-left corner.
  255. </param>
  256. <returns>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the test point.
  257. </returns>
  258. </member>
  259. <member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Drawing.Point)">
  260. <summary>
  261. <para>Returns information on the chart elements located at the specified point.
  262. </para>
  263. </summary>
  264. <param name="point">
  265. A <see cref="T:System.Drawing.Point"/> structure, which specifies the test point coordinates relative to the chart's top-left corner.
  266. </param>
  267. <returns>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the test point.
  268. </returns>
  269. </member>
  270. <member name="M:DevExpress.XtraCharts.ChartControl.ClearCache">
  271. <summary>
  272. <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>.
  273. </para>
  274. </summary>
  275. </member>
  276. <member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection">
  277. <summary>
  278. <para>Deselects all chart elements at runtime.
  279. </para>
  280. </summary>
  281. </member>
  282. <member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection(System.Boolean)">
  283. <summary>
  284. <para>Deselects all selected chart elements; optionally deselects hot-tracked elements as well.
  285. </para>
  286. </summary>
  287. <param name="clearHot">
  288. <b>true</b> to deselect hot-tracked elements; otherwise, <b>false</b>.
  289. </param>
  290. </member>
  291. <member name="M:DevExpress.XtraCharts.ChartControl.Clone">
  292. <summary>
  293. <para>Creates a copy of the current ChartControl object.
  294. </para>
  295. </summary>
  296. <returns>A ChartControl object which is a copy of the current object.
  297. </returns>
  298. </member>
  299. <member name="P:DevExpress.XtraCharts.ChartControl.CrosshairEnabled">
  300. <summary>
  301. <para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart.
  302. </para>
  303. </summary>
  304. <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.
  305. </value>
  306. </member>
  307. <member name="P:DevExpress.XtraCharts.ChartControl.CrosshairOptions">
  308. <summary>
  309. <para>Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
  310. </para>
  311. </summary>
  312. <value>A <see cref="T:DevExpress.XtraCharts.CrosshairOptions"/> object which represents crosshair cursor options on a diagram.
  313. </value>
  314. </member>
  315. <member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel">
  316. <summary>
  317. <para>Occurs before axis label items are drawn when the chart's contents are being drawn.
  318. </para>
  319. </summary>
  320. </member>
  321. <member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair">
  322. <summary>
  323. <para>Occurs before crosshair items are drawn when the chart's contents are being drawn.
  324. </para>
  325. </summary>
  326. </member>
  327. <member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries">
  328. <summary>
  329. <para>Occurs before a series is drawn when the chart's contents are being drawn.
  330. </para>
  331. </summary>
  332. </member>
  333. <member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint">
  334. <summary>
  335. <para>Occurs before a series point is drawn when the chart's contents is being drawn.
  336. </para>
  337. </summary>
  338. </member>
  339. <member name="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings">
  340. <summary>
  341. <para>Occurs after automatic settings are applied to a chart's data source.
  342. </para>
  343. </summary>
  344. </member>
  345. <member name="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend">
  346. <summary>
  347. <para>Occurs before automatic settings are applied to the legend's layout properties.
  348. </para>
  349. </summary>
  350. </member>
  351. <member name="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode">
  352. <summary>
  353. <para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
  354. </para>
  355. </summary>
  356. </member>
  357. <member name="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout">
  358. <summary>
  359. <para>Occurs after the adaptive layout is enabled for the chart control to customize the Simple Diagram's layout properties.
  360. </para>
  361. </summary>
  362. </member>
  363. <member name="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels">
  364. <summary>
  365. <para>Occurs after automatic layout settings are applied to the X-axis' labels.
  366. </para>
  367. </summary>
  368. </member>
  369. <member name="E:DevExpress.XtraCharts.ChartControl.CustomPaint">
  370. <summary>
  371. <para>Occurs after all the chart's visual elements have been drawn.
  372. </para>
  373. </summary>
  374. </member>
  375. <member name="P:DevExpress.XtraCharts.ChartControl.DataAdapter">
  376. <summary>
  377. <para>Gets or sets the data adapter used to populate the chart control's data source.
  378. </para>
  379. </summary>
  380. <value>A <see cref="T:System.Object"/> which represents the chart's data adapter.
  381. </value>
  382. </member>
  383. <member name="P:DevExpress.XtraCharts.ChartControl.DataBindings">
  384. <summary>
  385. <para>Overrides the <see cref="P:System.Windows.Forms.Control.DataBindings"/> property.
  386. </para>
  387. </summary>
  388. <value>A <see cref="T:System.Object"/> value. Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
  389. </value>
  390. </member>
  391. <member name="P:DevExpress.XtraCharts.ChartControl.DataSource">
  392. <summary>
  393. <para>Gets or sets the chart control's data source.
  394. </para>
  395. </summary>
  396. <value>A <see cref="T:System.Object"/> representing the chart control's data source.
  397. </value>
  398. </member>
  399. <member name="P:DevExpress.XtraCharts.ChartControl.Diagram">
  400. <summary>
  401. <para>Gets the chart control's diagram and provides access to its settings.
  402. </para>
  403. </summary>
  404. <value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control's diagram.
  405. </value>
  406. </member>
  407. <member name="P:DevExpress.XtraCharts.ChartControl.DisplayBounds">
  408. <summary>
  409. <para>Gets the bounding rectangle of the chart control.
  410. </para>
  411. </summary>
  412. <value>A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the chart control's boundaries.
  413. </value>
  414. </member>
  415. <member name="P:DevExpress.XtraCharts.ChartControl.DisplayUnits">
  416. <summary>
  417. <para>Gets the unit of measurement for the chart control's data.
  418. </para>
  419. </summary>
  420. <value>A <see cref="T:System.Drawing.GraphicsUnit"/> value.
  421. </value>
  422. </member>
  423. <member name="P:DevExpress.XtraCharts.ChartControl.EmptyChartText">
  424. <summary>
  425. <para>Provides access to the settings of the text to be displayed in the chart control, when it has no data to display.
  426. </para>
  427. </summary>
  428. <value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.
  429. </value>
  430. </member>
  431. <member name="M:DevExpress.XtraCharts.ChartControl.EndInit">
  432. <summary>
  433. <para>Ends the ChartControl's initialization.
  434. </para>
  435. </summary>
  436. </member>
  437. <member name="E:DevExpress.XtraCharts.ChartControl.EndLoading">
  438. <summary>
  439. <para>Occurs when the Chart Control's object model is completely initialized.
  440. </para>
  441. </summary>
  442. </member>
  443. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream)">
  444. <summary>
  445. <para>Exports the chart's layout as HTML and sends it to the specified stream.
  446. </para>
  447. </summary>
  448. <param name="stream">
  449. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  450. </param>
  451. </member>
  452. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,System.String,System.String,System.Boolean)">
  453. <summary>
  454. <para>Exports the chart's layout to an HTML document with the specified encoding and title and sends it to the specified stream.
  455. </para>
  456. </summary>
  457. <param name="stream">
  458. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  459. </param>
  460. <param name="htmlCharSet">
  461. A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. "UTF-8").
  462. </param>
  463. <param name="title">
  464. A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.
  465. </param>
  466. <param name="compressed">
  467. <b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
  468. </param>
  469. </member>
  470. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,System.String,System.String,System.Boolean)">
  471. <summary>
  472. <para>Exports the chart's layout to an HTML file with the specified encoding and title.
  473. </para>
  474. </summary>
  475. <param name="filePath">
  476. 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.
  477. </param>
  478. <param name="htmlCharSet">
  479. A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. "UTF-8").
  480. </param>
  481. <param name="title">
  482. A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.
  483. </param>
  484. <param name="compressed">
  485. <b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
  486. </param>
  487. </member>
  488. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String)">
  489. <summary>
  490. <para>Exports the chart's layout a to the specified file as HTML.
  491. </para>
  492. </summary>
  493. <param name="filePath">
  494. 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.
  495. </param>
  496. </member>
  497. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
  498. <summary>
  499. <para>Exports a chart to the specified stream in HTML format using the specified HTML-specific options.
  500. </para>
  501. </summary>
  502. <param name="stream">
  503. A <see cref="T:System.IO.Stream"/> object to which the created chart is exported.
  504. </param>
  505. <param name="options">
  506. A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.
  507. </param>
  508. </member>
  509. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
  510. <summary>
  511. <para>Exports a chart to the specified file path in HTML format using the specified HTML-specific options.
  512. </para>
  513. </summary>
  514. <param name="filePath">
  515. 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.
  516. </param>
  517. <param name="options">
  518. A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.
  519. </param>
  520. </member>
  521. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
  522. <summary>
  523. <para>Creates an image file in the specified format from the current chart and exports it to a stream.
  524. </para>
  525. </summary>
  526. <param name="stream">
  527. A <see cref="T:System.IO.Stream"/> object to which the current chart is exported.
  528. </param>
  529. <param name="format">
  530. A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.
  531. </param>
  532. </member>
  533. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
  534. <summary>
  535. <para>Creates an image file in the specified format from the current chart and outputs it to the specified path.
  536. </para>
  537. </summary>
  538. <param name="filePath">
  539. A <see cref="T:System.String"/> containing the full path to where the image file will be created.
  540. </param>
  541. <param name="format">
  542. A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.
  543. </param>
  544. </member>
  545. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,System.String,System.String,System.Boolean)">
  546. <summary>
  547. <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.
  548. </para>
  549. </summary>
  550. <param name="stream">
  551. A <see cref="T:System.IO.Stream"/> object to which the created MHT document is exported.
  552. </param>
  553. <param name="htmlCharSet">
  554. A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. "UTF-8").
  555. </param>
  556. <param name="title">
  557. A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
  558. </param>
  559. <param name="compressed">
  560. <b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
  561. </param>
  562. </member>
  563. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String)">
  564. <summary>
  565. <para>Exports the chart's layout to an MHT file (Web archive, single file) at the specified path.
  566. </para>
  567. </summary>
  568. <param name="filePath">
  569. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.
  570. </param>
  571. </member>
  572. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,System.String,System.String,System.Boolean)">
  573. <summary>
  574. <para>Exports the chart's layout to an MHT file (Web archive, single file) on the specified path, with the specified title.
  575. </para>
  576. </summary>
  577. <param name="filePath">
  578. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.
  579. </param>
  580. <param name="htmlCharSet">
  581. A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. "UTF-8").
  582. </param>
  583. <param name="title">
  584. A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
  585. </param>
  586. <param name="compressed">
  587. <b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
  588. </param>
  589. </member>
  590. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
  591. <summary>
  592. <para>Exports a chart to the specified stream in MHT format using the specified MHT-specific options.
  593. </para>
  594. </summary>
  595. <param name="stream">
  596. A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
  597. </param>
  598. <param name="options">
  599. A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.
  600. </param>
  601. </member>
  602. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
  603. <summary>
  604. <para>Exports a chart to the specified file path in MHT format using the specified MHT-specific options.
  605. </para>
  606. </summary>
  607. <param name="filePath">
  608. A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
  609. </param>
  610. <param name="options">
  611. A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.
  612. </param>
  613. </member>
  614. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream)">
  615. <summary>
  616. <para>Exports the chart's layout to a PDF document and sends it to the specified stream.
  617. </para>
  618. </summary>
  619. <param name="stream">
  620. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  621. </param>
  622. </member>
  623. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String)">
  624. <summary>
  625. <para>Exports the chart's layout to the specified PDF file.
  626. </para>
  627. </summary>
  628. <param name="filePath">
  629. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.
  630. </param>
  631. </member>
  632. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
  633. <summary>
  634. <para>Exports the chart's data to the specified PDF file, with the specified options.
  635. </para>
  636. </summary>
  637. <param name="filePath">
  638. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.
  639. </param>
  640. <param name="options">
  641. A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.
  642. </param>
  643. </member>
  644. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
  645. <summary>
  646. <para>Exports the chart's data to a PDF document and sends it to the specified stream, with the specified options.
  647. </para>
  648. </summary>
  649. <param name="stream">
  650. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  651. </param>
  652. <param name="options">
  653. A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.
  654. </param>
  655. </member>
  656. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.IO.Stream)">
  657. <summary>
  658. <para>Exports the chart's data to an RTF document, and sends it to the specified stream.
  659. </para>
  660. </summary>
  661. <param name="stream">
  662. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  663. </param>
  664. </member>
  665. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.String)">
  666. <summary>
  667. <para>Exports the chart's data to the specified RTF file.
  668. </para>
  669. </summary>
  670. <param name="filePath">
  671. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the RTF file will be created.
  672. </param>
  673. </member>
  674. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToSvg(System.IO.Stream)">
  675. <summary>
  676. <para>Exports a chart to the specified stream in the SVG format.
  677. </para>
  678. </summary>
  679. <param name="stream">
  680. A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.
  681. </param>
  682. </member>
  683. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToSvg(System.String)">
  684. <summary>
  685. <para>Exports a chart to the specified file in the SVG format.
  686. </para>
  687. </summary>
  688. <param name="filePath">
  689. The value defining the path including the file name and extension, where the file should be created.
  690. </param>
  691. </member>
  692. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream)">
  693. <summary>
  694. <para>Creates an XLS document with a chart inserted as an image and sends it to a stream.
  695. </para>
  696. </summary>
  697. <param name="stream">
  698. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  699. </param>
  700. </member>
  701. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String)">
  702. <summary>
  703. <para>Creates an XLS file with a chart inserted as an image.
  704. </para>
  705. </summary>
  706. <param name="filePath">
  707. 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.
  708. </param>
  709. </member>
  710. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
  711. <summary>
  712. <para>Creates an XLS file with a chart inserted as an image, with the specified options.
  713. </para>
  714. </summary>
  715. <param name="filePath">
  716. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLS file will be created.
  717. </param>
  718. <param name="options">
  719. An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.
  720. </param>
  721. </member>
  722. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
  723. <summary>
  724. <para>Creates an XLS document with a chart inserted as an image and sends it to a stream, with the specified options.
  725. </para>
  726. </summary>
  727. <param name="stream">
  728. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  729. </param>
  730. <param name="options">
  731. An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.
  732. </param>
  733. </member>
  734. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
  735. <summary>
  736. <para>Creates an XLSX file with a chart inserted as an image, with the specified options.
  737. </para>
  738. </summary>
  739. <param name="filePath">
  740. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLSX file will be created.
  741. </param>
  742. <param name="options">
  743. An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, containing the options for the resulting XLSX file.
  744. </param>
  745. </member>
  746. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.IO.Stream)">
  747. <summary>
  748. <para>Creates an XLSX document with a chart inserted as an image and sends it to a stream.
  749. </para>
  750. </summary>
  751. <param name="stream">
  752. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  753. </param>
  754. </member>
  755. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
  756. <summary>
  757. <para>Creates an XLSX document with a chart inserted as an image and sends it to a stream, with the specified options.
  758. </para>
  759. </summary>
  760. <param name="stream">
  761. A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
  762. </param>
  763. <param name="options">
  764. An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, containing the options for the resulting XLSX file.
  765. </param>
  766. </member>
  767. <member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.String)">
  768. <summary>
  769. <para>Creates an XLSX file with a chart inserted as an image.
  770. </para>
  771. </summary>
  772. <param name="filePath">
  773. A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLS file will be created.
  774. </param>
  775. </member>
  776. <member name="P:DevExpress.XtraCharts.ChartControl.FillStyle">
  777. <summary>
  778. <para>Gets the chart control's background fill style.
  779. </para>
  780. </summary>
  781. <value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
  782. </value>
  783. </member>
  784. <member name="P:DevExpress.XtraCharts.ChartControl.Font">
  785. <summary>
  786. <para>Overrides the <see cref="P:System.Windows.Forms.Control.Font"/> property.
  787. </para>
  788. </summary>
  789. <value>A <see cref="T:System.Drawing.Font"/> value. Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
  790. </value>
  791. </member>
  792. <member name="P:DevExpress.XtraCharts.ChartControl.ForeColor">
  793. <summary>
  794. <para>Overrides the <see cref="P:System.Windows.Forms.Control.ForeColor"/> property.
  795. </para>
  796. </summary>
  797. <value>A <see cref="T:System.Drawing.Color"/> value. Always returns <see cref="F:System.Drawing.Color.Empty"/>.
  798. </value>
  799. </member>
  800. <member name="M:DevExpress.XtraCharts.ChartControl.GetAppearanceNames">
  801. <summary>
  802. <para>Returns an array of strings that represent the names of all the appearances in the Chart.
  803. </para>
  804. </summary>
  805. <returns>An array of <see cref="T:System.String"/> values which represent the appearances' names.
  806. </returns>
  807. </member>
  808. <member name="M:DevExpress.XtraCharts.ChartControl.GetLocalizedAppearanceNames">
  809. <summary>
  810. <para>Returns an array of localized names of appearances.
  811. </para>
  812. </summary>
  813. <returns>An array of <see cref="T:System.String"/> objects representing localized appearance names.
  814. </returns>
  815. </member>
  816. <member name="M:DevExpress.XtraCharts.ChartControl.GetLocalizedPaletteNames">
  817. <summary>
  818. <para>Returns an array of localized names of palettes.
  819. </para>
  820. </summary>
  821. <returns>An array of <see cref="T:System.String"/> objects representing localized palette names.
  822. </returns>
  823. </member>
  824. <member name="M:DevExpress.XtraCharts.ChartControl.GetPaletteEntries(System.Int32)">
  825. <summary>
  826. <para>Gets the colors that comprise the palette.
  827. </para>
  828. </summary>
  829. <param name="count">
  830. An integer value, representing the number of entries to return.
  831. </param>
  832. <returns>An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects.
  833. </returns>
  834. </member>
  835. <member name="M:DevExpress.XtraCharts.ChartControl.GetPaletteNames">
  836. <summary>
  837. <para>Returns an array of strings that represent the names of all the palettes in the Chart.
  838. </para>
  839. </summary>
  840. <returns>An array of <see cref="T:System.String"/> values that represent the palettes names.
  841. </returns>
  842. </member>
  843. <member name="M:DevExpress.XtraCharts.ChartControl.GetSeriesByName(System.String)">
  844. <summary>
  845. <para>Gets a series within the chart's series collection by its name.
  846. </para>
  847. </summary>
  848. <param name="seriesName">
  849. A <see cref="T:System.String"/> which specifies the name of the series to find.
  850. </param>
  851. <returns>A <see cref="T:DevExpress.XtraCharts.Series"/> object that represents the series with the specified name.
  852. </returns>
  853. </member>
  854. <member name="M:DevExpress.XtraCharts.ChartControl.GetToolTipController">
  855. <summary>
  856. <para>Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Chart control.
  857. </para>
  858. </summary>
  859. <returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Chart control.
  860. </returns>
  861. </member>
  862. <member name="P:DevExpress.XtraCharts.ChartControl.HardwareAcceleration">
  863. <summary>
  864. <para>Gets or sets a value indicating whether a ChartControl uses a Video Card's resources (if any are available) when drawing 3D-charts.
  865. </para>
  866. </summary>
  867. <value><b>true</b> if hardware acceleration is enabled; otherwise, <b>false</b>.
  868. </value>
  869. </member>
  870. <member name="M:DevExpress.XtraCharts.ChartControl.HitTest(System.Int32,System.Int32)">
  871. <summary>
  872. <para>Returns specific chart elements, which are located under the test point.
  873. </para>
  874. </summary>
  875. <param name="x">
  876. An integer value that specifies the x coordinate of the test point.
  877. </param>
  878. <param name="y">
  879. An integer value that specifies the y coordinate of the test point.
  880. </param>
  881. <returns>An array of <see cref="T:System.Object"/>s, that represent the chart elements located under the test point.
  882. </returns>
  883. </member>
  884. <member name="P:DevExpress.XtraCharts.ChartControl.IndicatorsPaletteName">
  885. <summary>
  886. <para>Specifies the palette that is used to paint all indicators that exist in a chart control.
  887. </para>
  888. </summary>
  889. <value>A <see cref="T:System.String"/> value, specifying the palette name.
  890. </value>
  891. </member>
  892. <member name="P:DevExpress.XtraCharts.ChartControl.IndicatorsPaletteRepository">
  893. <summary>
  894. <para>Gets the indicators palette repository of the chart.
  895. </para>
  896. </summary>
  897. <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the indicators palette repository of the chart.
  898. </value>
  899. </member>
  900. <member name="P:DevExpress.XtraCharts.ChartControl.IsPrintingAvailable">
  901. <summary>
  902. <para>Indicates whether or not the chart can be printed and exported.
  903. </para>
  904. </summary>
  905. <value><b>true</b> if the Chart can be printed; otherwise, <b>false</b>.
  906. </value>
  907. </member>
  908. <member name="P:DevExpress.XtraCharts.ChartControl.Legend">
  909. <summary>
  910. <para>Provides access to the chart control's legend.
  911. </para>
  912. </summary>
  913. <value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that represents the chart control's legend.
  914. </value>
  915. </member>
  916. <member name="E:DevExpress.XtraCharts.ChartControl.LegendItemChecked">
  917. <summary>
  918. <para>Occurs when a legend item is checked in the legend checkbox.
  919. </para>
  920. </summary>
  921. </member>
  922. <member name="P:DevExpress.XtraCharts.ChartControl.Legends">
  923. <summary>
  924. <para>Returns a collection of additional legends.
  925. </para>
  926. </summary>
  927. <value>A collection of <see cref="T:DevExpress.XtraCharts.Legend"/> objects.
  928. </value>
  929. </member>
  930. <member name="M:DevExpress.XtraCharts.ChartControl.LoadFromFile(System.String)">
  931. <summary>
  932. <para>Restores the chart's layout from the specified file.
  933. </para>
  934. </summary>
  935. <param name="path">
  936. A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.
  937. </param>
  938. </member>
  939. <member name="M:DevExpress.XtraCharts.ChartControl.LoadFromStream(System.IO.Stream)">
  940. <summary>
  941. <para>Restores the chart's layout from the specified stream.
  942. </para>
  943. </summary>
  944. <param name="stream">
  945. A <see cref="T:System.IO.Stream"/> descendant from which settings are read.
  946. </param>
  947. </member>
  948. <member name="P:DevExpress.XtraCharts.ChartControl.LookAndFeel">
  949. <summary>
  950. <para>Provides access to the settings that specify the look and feel of the Chart control.
  951. </para>
  952. </summary>
  953. <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the Chart control's look and feel.
  954. </value>
  955. </member>
  956. <member name="E:DevExpress.XtraCharts.ChartControl.ObjectHotTracked">
  957. <summary>
  958. <para>Occurs before any chart element is hot-tracked at runtime.
  959. </para>
  960. </summary>
  961. </member>
  962. <member name="E:DevExpress.XtraCharts.ChartControl.ObjectSelected">
  963. <summary>
  964. <para>Occurs before any chart element is selected at runtime.
  965. </para>
  966. </summary>
  967. </member>
  968. <member name="P:DevExpress.XtraCharts.ChartControl.OptionsPrint">
  969. <summary>
  970. <para>Provides access to the chart's printing options.
  971. </para>
  972. </summary>
  973. <value>A <see cref="T:DevExpress.XtraCharts.Printing.ChartOptionsPrint"/> object which provides access to the chart's printing options.
  974. </value>
  975. </member>
  976. <member name="P:DevExpress.XtraCharts.ChartControl.Padding">
  977. <summary>
  978. <para>Specifies the internal space between the chart control's content (the diagram and legend) and its edge, in pixels.
  979. </para>
  980. </summary>
  981. <value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the chart's inner indents, measured in pixels.
  982. </value>
  983. </member>
  984. <member name="P:DevExpress.XtraCharts.ChartControl.PaletteBaseColorNumber">
  985. <summary>
  986. <para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.
  987. </para>
  988. </summary>
  989. <value>An integer value representing a 1-based color number.
  990. </value>
  991. </member>
  992. <member name="P:DevExpress.XtraCharts.ChartControl.PaletteName">
  993. <summary>
  994. <para>Gets or sets the name of the palette currently used to draw the chart's series.
  995. </para>
  996. </summary>
  997. <value>A <see cref="T:System.String"/> value which represents the palette name.
  998. </value>
  999. </member>
  1000. <member name="P:DevExpress.XtraCharts.ChartControl.PaletteRepository">
  1001. <summary>
  1002. <para>Gets the palette repository of the chart.
  1003. </para>
  1004. </summary>
  1005. <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the palette repository of the chart.
  1006. </value>
  1007. </member>
  1008. <member name="E:DevExpress.XtraCharts.ChartControl.PieSeriesPointExploded">
  1009. <summary>
  1010. <para>Fires when a pie slice, representing a series point, is moved to or from the pie center.
  1011. </para>
  1012. </summary>
  1013. </member>
  1014. <member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeLegend">
  1015. <summary>
  1016. <para>Occurs before automatic settings are applied to the legend's layout properties.
  1017. </para>
  1018. </summary>
  1019. </member>
  1020. <member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeResolveOverlappingMode">
  1021. <summary>
  1022. <para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
  1023. </para>
  1024. </summary>
  1025. </member>
  1026. <member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeXAxisLabels">
  1027. <summary>
  1028. <para>Occurs after automatic layout settings are applied to the X-axis' labels.
  1029. </para>
  1030. </summary>
  1031. </member>
  1032. <member name="P:DevExpress.XtraCharts.ChartControl.PivotGridDataSourceOptions">
  1033. <summary>
  1034. <para>Provides access to the settings that determine the Chart's behavior after it has bridged with a Pivot Grid.
  1035. </para>
  1036. </summary>
  1037. <value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.
  1038. </value>
  1039. </member>
  1040. <member name="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesExcluded">
  1041. <summary>
  1042. <para>Occurs after a chart has been bound to a Pivot Grid.
  1043. </para>
  1044. </summary>
  1045. </member>
  1046. <member name="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesPointsExcluded">
  1047. <summary>
  1048. <para>Occurs after a chart has been bound to a Pivot Grid.
  1049. </para>
  1050. </summary>
  1051. </member>
  1052. <member name="M:DevExpress.XtraCharts.ChartControl.Print">
  1053. <summary>
  1054. <para>Prints the chart.
  1055. </para>
  1056. </summary>
  1057. </member>
  1058. <member name="M:DevExpress.XtraCharts.ChartControl.Print(DevExpress.XtraCharts.Printing.PrintSizeMode)">
  1059. <summary>
  1060. <para>Prints the Chart using the specified size mode.
  1061. </para>
  1062. </summary>
  1063. <param name="sizeMode">
  1064. A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.
  1065. </param>
  1066. </member>
  1067. <member name="E:DevExpress.XtraCharts.ChartControl.QueryCursor">
  1068. <summary>
  1069. <para>Occurs when there is a request to display the cursor.
  1070. </para>
  1071. </summary>
  1072. </member>
  1073. <member name="M:DevExpress.XtraCharts.ChartControl.RefreshData">
  1074. <summary>
  1075. <para>Reloads data from the underlying data source and repaints the diagram area.
  1076. </para>
  1077. </summary>
  1078. </member>
  1079. <member name="P:DevExpress.XtraCharts.ChartControl.RefreshDataOnRepaint">
  1080. <summary>
  1081. <para>Gets or sets a value indicating whether to refresh data in the underlying data source every time a chart is repainted.
  1082. </para>
  1083. </summary>
  1084. <value><b>true</b> to refresh data on every repainting; otherwise, <b>false</b>.
  1085. </value>
  1086. </member>
  1087. <member name="M:DevExpress.XtraCharts.ChartControl.RegisterSummaryFunction(System.String,System.String,DevExpress.XtraCharts.ScaleType,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
  1088. <summary>
  1089. <para>Registers the custom summary function with the specified settings.
  1090. </para>
  1091. </summary>
  1092. <param name="name">
  1093. A <see cref="T:System.String"/> value containing the function's name.
  1094. </param>
  1095. <param name="displayName">
  1096. A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.
  1097. </param>
  1098. <param name="resultScaleType">
  1099. A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function's result.
  1100. </param>
  1101. <param name="resultDimension">
  1102. An integer value representing the dimension of the resulting series point's values.
  1103. </param>
  1104. <param name="argumentDescriptions">
  1105. An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.
  1106. </param>
  1107. <param name="function">
  1108. A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.
  1109. </param>
  1110. </member>
  1111. <member name="M:DevExpress.XtraCharts.ChartControl.RegisterSummaryFunction(System.String,System.String,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
  1112. <summary>
  1113. <para>Registers the custom summary function with the specified settings.
  1114. </para>
  1115. </summary>
  1116. <param name="name">
  1117. A <see cref="T:System.String"/> value containing the function's name.
  1118. </param>
  1119. <param name="displayName">
  1120. A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.
  1121. </param>
  1122. <param name="resultDimension">
  1123. An integer value representing the dimension of the resulting series point's values.
  1124. </param>
  1125. <param name="argumentDescriptions">
  1126. An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.
  1127. </param>
  1128. <param name="function">
  1129. A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.
  1130. </param>
  1131. </member>
  1132. <member name="M:DevExpress.XtraCharts.ChartControl.ResetLegendPointOptions">
  1133. <summary>
  1134. <para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions"/> for each series and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesBase.PointOptions"/>.
  1135. </para>
  1136. </summary>
  1137. </member>
  1138. <member name="M:DevExpress.XtraCharts.ChartControl.ResetLegendTextPattern">
  1139. <summary>
  1140. <para>Resets the text pattern applied to the legend items via the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendTextPattern"/> property.
  1141. </para>
  1142. </summary>
  1143. </member>
  1144. <member name="M:DevExpress.XtraCharts.ChartControl.ResetSummaryFunctions">
  1145. <summary>
  1146. <para>Resets the collection of the chart's summary functions.
  1147. </para>
  1148. </summary>
  1149. </member>
  1150. <member name="P:DevExpress.XtraCharts.ChartControl.RightToLeft">
  1151. <summary>
  1152. <para>Gets or sets a value indicating whether chart elements are aligned using right-to-left alignment.
  1153. </para>
  1154. </summary>
  1155. <value>A <see cref="T:System.Windows.Forms.RightToLeft"/> enumeration value.
  1156. </value>
  1157. </member>
  1158. <member name="P:DevExpress.XtraCharts.ChartControl.RuntimeHitTesting">
  1159. <summary>
  1160. <para>Specifies whether or not hit-testing is enabled for a Chart control.
  1161. </para>
  1162. </summary>
  1163. <value><b>true</b>, if a chart provides hit information at runtime; otherwise, <b>false</b>.
  1164. </value>
  1165. </member>
  1166. <member name="P:DevExpress.XtraCharts.ChartControl.RuntimeRotation">
  1167. <summary>
  1168. <para>Gets or sets a value indicating if the 3D Chart's diagram can be rotated by end-users at runtime via the mouse pointer.
  1169. </para>
  1170. </summary>
  1171. <value><b>true</b> if rotation is enabled; otherwise, <b>false</b>.
  1172. </value>
  1173. </member>
  1174. <member name="P:DevExpress.XtraCharts.ChartControl.RuntimeSelection">
  1175. <summary>
  1176. <para>Gets or sets a value indicating if chart elements can be selected by end-users at runtime.
  1177. </para>
  1178. </summary>
  1179. <value><b>true</b> if selection is enabled; otherwise, <b>false</b>.
  1180. </value>
  1181. </member>
  1182. <member name="P:DevExpress.XtraCharts.ChartControl.RuntimeSeriesSelectionMode">
  1183. <summary>
  1184. <para>Gets or sets the value specifying which diagram element is selected by the end-user's click.
  1185. </para>
  1186. </summary>
  1187. <value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration value, specifying the selected element.
  1188. </value>
  1189. </member>
  1190. <member name="M:DevExpress.XtraCharts.ChartControl.SaveToFile(System.String)">
  1191. <summary>
  1192. <para>Saves the chart's layout to the specified file.
  1193. </para>
  1194. </summary>
  1195. <param name="path">
  1196. A <see cref="T:System.String"/> value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.
  1197. </param>
  1198. </member>
  1199. <member name="M:DevExpress.XtraCharts.ChartControl.SaveToStream(System.IO.Stream)">
  1200. <summary>
  1201. <para>Saves the chart's layout to the specified stream.
  1202. </para>
  1203. </summary>
  1204. <param name="stream">
  1205. A <see cref="T:System.IO.Stream"/> descendant to which the chart's layout is written.
  1206. </param>
  1207. </member>
  1208. <member name="E:DevExpress.XtraCharts.ChartControl.Scroll">
  1209. <summary>
  1210. <para>Occurs when an end-user scrolls the ChartControl.
  1211. </para>
  1212. </summary>
  1213. </member>
  1214. <member name="E:DevExpress.XtraCharts.ChartControl.Scroll3D">
  1215. <summary>
  1216. <para>Occurs when an end-user scrolls the 3D diagram.
  1217. </para>
  1218. </summary>
  1219. </member>
  1220. <member name="P:DevExpress.XtraCharts.ChartControl.SelectedItems">
  1221. <summary>
  1222. <para>Gets the collection of selected items (chart points and series) and business data objects (in the case of using a data source) of the ChartControl object.
  1223. </para>
  1224. </summary>
  1225. <value>A list which contains selected chart points, series and business data objects (in the case of using a data source).
  1226. </value>
  1227. </member>
  1228. <member name="E:DevExpress.XtraCharts.ChartControl.SelectedItemsChanged">
  1229. <summary>
  1230. <para>Occurs after the selection of a chart item has been changed.
  1231. </para>
  1232. </summary>
  1233. </member>
  1234. <member name="P:DevExpress.XtraCharts.ChartControl.SelectionMode">
  1235. <summary>
  1236. <para>Gets or sets a value which specifies how the chart elements are selected.
  1237. </para>
  1238. </summary>
  1239. <value>An <see cref="T:DevExpress.XtraCharts.ElementSelectionMode"/> enumeration member specifying the chart's selection behavior.
  1240. </value>
  1241. </member>
  1242. <member name="P:DevExpress.XtraCharts.ChartControl.Series">
  1243. <summary>
  1244. <para>Provides access to the chart control's collection of series objects.
  1245. </para>
  1246. </summary>
  1247. <value>A <see cref="T:DevExpress.XtraCharts.SeriesCollection"/> object that represents the collection of series.
  1248. </value>
  1249. </member>
  1250. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember">
  1251. <summary>
  1252. <para>Gets or sets the name of the data field that contains names for automatically generated series.
  1253. </para>
  1254. </summary>
  1255. <value>A <see cref="T:System.String"/> value that specifies the data field's name.
  1256. </value>
  1257. </member>
  1258. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesNameTemplate">
  1259. <summary>
  1260. <para>Gets the settings used to name data bound series.
  1261. </para>
  1262. </summary>
  1263. <value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.
  1264. </value>
  1265. </member>
  1266. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesSelectionMode">
  1267. <summary>
  1268. <para>Gets or sets a value specifying how the series is selected in the chart control.
  1269. </para>
  1270. </summary>
  1271. <value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration member specifying the selection behavior of a series.
  1272. </value>
  1273. </member>
  1274. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesSerializable">
  1275. <summary>
  1276. <para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> property.
  1277. </para>
  1278. </summary>
  1279. <value>An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects.
  1280. </value>
  1281. </member>
  1282. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesSorting">
  1283. <summary>
  1284. <para>Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.
  1285. </para>
  1286. </summary>
  1287. <value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
  1288. </value>
  1289. </member>
  1290. <member name="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate">
  1291. <summary>
  1292. <para>Gets the template settings for bound series.
  1293. </para>
  1294. </summary>
  1295. <value>A <see cref="T:DevExpress.XtraCharts.SeriesBase"/> object that contains the template settings for bound series.
  1296. </value>
  1297. </member>
  1298. <member name="M:DevExpress.XtraCharts.ChartControl.SetObjectSelection(System.Object)">
  1299. <summary>
  1300. <para>Selects the specified chart element at runtime.
  1301. </para>
  1302. </summary>
  1303. <param name="obj">
  1304. A <see cref="T:System.Object"/> which specifies the chart element to select.
  1305. </param>
  1306. </member>
  1307. <member name="M:DevExpress.XtraCharts.ChartControl.ShowPrintPreview">
  1308. <summary>
  1309. <para>Invokes the Print Preview Form, which shows the print preview of the chart.
  1310. </para>
  1311. </summary>
  1312. </member>
  1313. <member name="M:DevExpress.XtraCharts.ChartControl.ShowPrintPreview(DevExpress.XtraCharts.Printing.PrintSizeMode)">
  1314. <summary>
  1315. <para>Invokes the Print Preview Form, which shows the print preview of the chart using the specified zoom settings.
  1316. </para>
  1317. </summary>
  1318. <param name="sizeMode">
  1319. A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.
  1320. </param>
  1321. </member>
  1322. <member name="M:DevExpress.XtraCharts.ChartControl.ShowRibbonPrintPreview">
  1323. <summary>
  1324. <para>Invokes the Ribbon Print Preview Form, which shows the print preview of the chart.
  1325. </para>
  1326. </summary>
  1327. </member>
  1328. <member name="P:DevExpress.XtraCharts.ChartControl.SideBySideBarDistanceFixed">
  1329. <summary>
  1330. <para>Gets or sets the fixed distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
  1331. </para>
  1332. </summary>
  1333. <value>An integer value which represents the fixed distance between bars, measured in pixels.
  1334. </value>
  1335. </member>
  1336. <member name="P:DevExpress.XtraCharts.ChartControl.SideBySideBarDistanceVariable">
  1337. <summary>
  1338. <para>Gets or sets the variable distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
  1339. </para>
  1340. </summary>
  1341. <value>A <see cref="T:System.Double"/> value which represents the variable bar distance between bars, measured in fractions of <b>axis units</b>.
  1342. </value>
  1343. </member>
  1344. <member name="P:DevExpress.XtraCharts.ChartControl.SideBySideEqualBarWidth">
  1345. <summary>
  1346. <para>Gets or sets a value indicating whether all bars of a series should have equal width in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
  1347. </para>
  1348. </summary>
  1349. <value><b>true</b> if all bars of the same series should always have equal width; otherwise, <b>false</b>.
  1350. </value>
  1351. </member>
  1352. <member name="P:DevExpress.XtraCharts.ChartControl.SmallChartText">
  1353. <summary>
  1354. <para>Gets the settings for the text to be displayed in the chart control, when it's too small to fit the diagram.
  1355. </para>
  1356. </summary>
  1357. <value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, representing the small chart text options.
  1358. </value>
  1359. </member>
  1360. <member name="E:DevExpress.XtraCharts.ChartControl.SmallChartTextShowing">
  1361. <summary>
  1362. <para>Occurs when the control size does not allow displaying a readable chart.
  1363. </para>
  1364. </summary>
  1365. </member>
  1366. <member name="P:DevExpress.XtraCharts.ChartControl.StackedStepAreaInvertedStep">
  1367. <summary>
  1368. <para>Gets or sets the value indicating whether or not Stacked Step areas are plotted using inverted step.
  1369. </para>
  1370. </summary>
  1371. <value><b>true</b> if series should be plotted using inverted step; otherwise <b>false</b>
  1372. </value>
  1373. </member>
  1374. <member name="P:DevExpress.XtraCharts.ChartControl.Tag">
  1375. <summary>
  1376. <para>Overrides the <see cref="P:System.Windows.Forms.Control.Tag"/> property.
  1377. </para>
  1378. </summary>
  1379. <value>A <see cref="T:System.Object"/> value. Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
  1380. </value>
  1381. </member>
  1382. <member name="P:DevExpress.XtraCharts.ChartControl.Text">
  1383. <summary>
  1384. <para>Overrides the <see cref="P:System.Windows.Forms.Control.Text"/> property.
  1385. </para>
  1386. </summary>
  1387. <value>A <see cref="T:System.String"/> value. Always returns <see cref="F:System.String.Empty"/>.
  1388. </value>
  1389. </member>
  1390. <member name="P:DevExpress.XtraCharts.ChartControl.Titles">
  1391. <summary>
  1392. <para>Gets the collection of chart titles.
  1393. </para>
  1394. </summary>
  1395. <value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that represents the collection of chart titles.
  1396. </value>
  1397. </member>
  1398. <member name="P:DevExpress.XtraCharts.ChartControl.ToolTipController">
  1399. <summary>
  1400. <para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.
  1401. </para>
  1402. </summary>
  1403. <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object.
  1404. </value>
  1405. </member>
  1406. <member name="P:DevExpress.XtraCharts.ChartControl.ToolTipEnabled">
  1407. <summary>
  1408. <para>Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
  1409. </para>
  1410. </summary>
  1411. <value><b>Default</b> - a tooltip's state (enabled/disabled) is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> - a tooltip is enabled in a chart; <b>False</b> - a tooltip is disabled.
  1412. </value>
  1413. </member>
  1414. <member name="P:DevExpress.XtraCharts.ChartControl.ToolTipOptions">
  1415. <summary>
  1416. <para>Gets the tooltip settings allowing you to specify its position and appearance on a diagram.
  1417. </para>
  1418. </summary>
  1419. <value>A <see cref="T:DevExpress.XtraCharts.ToolTipOptions"/> object descendant which represents tooltip options on a diagram.
  1420. </value>
  1421. </member>
  1422. <member name="M:DevExpress.XtraCharts.ChartControl.UnregisterSummaryFunction(System.String)">
  1423. <summary>
  1424. <para>Unregisters the summary function with the specified name.
  1425. </para>
  1426. </summary>
  1427. <param name="name">
  1428. A <see cref="T:System.String"/> value representing the name of the summary function to be unregistered.
  1429. </param>
  1430. </member>
  1431. <member name="E:DevExpress.XtraCharts.ChartControl.Zoom">
  1432. <summary>
  1433. <para>Occurs when an end-user zooms in or out of the ChartControl.
  1434. </para>
  1435. </summary>
  1436. </member>
  1437. <member name="E:DevExpress.XtraCharts.ChartControl.Zoom3D">
  1438. <summary>
  1439. <para>Occurs when an end-user zooms in or out of the 3D diagram.
  1440. </para>
  1441. </summary>
  1442. </member>
  1443. </members>
  1444. </doc>