DevExpress.XtraGauges.v20.1.Core.xml 166 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <assembly>
  4. <name>DevExpress.XtraGauges.v20.1.Core</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.XtraGauges.Base">
  8. <summary>
  9. <para>Contains base classes for the ASPxGauges and XtraGauges Suites.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.XtraGauges.Base.GaugeCollection">
  13. <summary>
  14. <para>The base class for many collections used in gauges.</para>
  15. </summary>
  16. </member>
  17. <member name="M:DevExpress.XtraGauges.Base.GaugeCollection.#ctor">
  18. <summary>
  19. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Base.GaugeCollection"/> class with the default settings.</para>
  20. </summary>
  21. </member>
  22. <member name="M:DevExpress.XtraGauges.Base.GaugeCollection.ShallowClear">
  23. <summary>
  24. <para>For internal use only.</para>
  25. </summary>
  26. </member>
  27. <member name="N:DevExpress.XtraGauges.Core">
  28. <summary>
  29. <para>Contains classes that implement the basic functionality of the XtraGauges Suite.</para>
  30. </summary>
  31. </member>
  32. <member name="N:DevExpress.XtraGauges.Core.Base">
  33. <summary>
  34. <para>Contains base classes for ASPxGauges and XtraGauges Suites.</para>
  35. </summary>
  36. </member>
  37. <member name="T:DevExpress.XtraGauges.Core.Base.BaseObject">
  38. <summary>
  39. <para>The base object for other classes used in gauges.</para>
  40. </summary>
  41. </member>
  42. <member name="M:DevExpress.XtraGauges.Core.Base.BaseObject.BeginUpdate">
  43. <summary>
  44. <para>Locks the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
  45. </summary>
  46. </member>
  47. <member name="M:DevExpress.XtraGauges.Core.Base.BaseObject.CancelUpdate">
  48. <summary>
  49. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
  50. </summary>
  51. </member>
  52. <member name="E:DevExpress.XtraGauges.Core.Base.BaseObject.Changed">
  53. <summary>
  54. <para>Occurs after any property of the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"/> object has been changed.</para>
  55. </summary>
  56. </member>
  57. <member name="M:DevExpress.XtraGauges.Core.Base.BaseObject.Dispose">
  58. <summary>
  59. <para>Disposes the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"/> object.</para>
  60. </summary>
  61. </member>
  62. <member name="E:DevExpress.XtraGauges.Core.Base.BaseObject.Disposed">
  63. <summary>
  64. <para>Occurs after the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"/> has been disposed of.</para>
  65. </summary>
  66. </member>
  67. <member name="M:DevExpress.XtraGauges.Core.Base.BaseObject.EndUpdate">
  68. <summary>
  69. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Base.BaseObject"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
  70. </summary>
  71. </member>
  72. <member name="P:DevExpress.XtraGauges.Core.Base.BaseObject.IsDisposing">
  73. <summary>
  74. <para>Gets whether the form is currently being disposed of.</para>
  75. </summary>
  76. <value>true if the form is currently being disposed of; otherwise, false.</value>
  77. </member>
  78. <member name="P:DevExpress.XtraGauges.Core.Base.BaseObject.IsUpdateLocked">
  79. <summary>
  80. <para>Gets whether the object has been locked for updating.</para>
  81. </summary>
  82. <value>true if the object is locked; otherwise, false.</value>
  83. </member>
  84. <member name="T:DevExpress.XtraGauges.Core.Base.ColorScheme">
  85. <summary>
  86. <para>An object that allows you to paint multiple gauge elements at once using the same color.</para>
  87. </summary>
  88. </member>
  89. <member name="M:DevExpress.XtraGauges.Core.Base.ColorScheme.#ctor">
  90. <summary>
  91. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/> class with the default settings.</para>
  92. </summary>
  93. </member>
  94. <member name="P:DevExpress.XtraGauges.Core.Base.ColorScheme.Color">
  95. <summary>
  96. <para>Gets or sets the color that all target gauge elements should be painted.</para>
  97. </summary>
  98. <value>A <see cref="T:System.Drawing.Color"/> object that all target gauge elements should be painted.</value>
  99. </member>
  100. <member name="M:DevExpress.XtraGauges.Core.Base.ColorScheme.GetColor(DevExpress.XtraGauges.Base.IGauge,DevExpress.XtraGauges.Core.Base.TargetElement)">
  101. <summary>
  102. <para></para>
  103. </summary>
  104. <param name="owner"></param>
  105. <param name="element"></param>
  106. <returns></returns>
  107. </member>
  108. <member name="E:DevExpress.XtraGauges.Core.Base.ColorScheme.PropertyChanged">
  109. <summary>
  110. <para>Occurs whenever any of these <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/>&#39;s properties changes its value.</para>
  111. </summary>
  112. </member>
  113. <member name="M:DevExpress.XtraGauges.Core.Base.ColorScheme.Reset">
  114. <summary>
  115. <para>Restores default values for all <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/> properties.</para>
  116. </summary>
  117. </member>
  118. <member name="M:DevExpress.XtraGauges.Core.Base.ColorScheme.ShouldSerialize">
  119. <summary>
  120. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  121. </summary>
  122. <returns></returns>
  123. </member>
  124. <member name="P:DevExpress.XtraGauges.Core.Base.ColorScheme.TargetElements">
  125. <summary>
  126. <para>Gets or sets which gauge elements this <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/> affects.</para>
  127. </summary>
  128. <value>A <see cref="T:DevExpress.XtraGauges.Core.Base.TargetElement"/> enumerator value that specifies which gauge elements this <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/> affects.</value>
  129. </member>
  130. <member name="M:DevExpress.XtraGauges.Core.Base.ColorScheme.ToString">
  131. <summary>
  132. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  133. </summary>
  134. <returns></returns>
  135. </member>
  136. <member name="T:DevExpress.XtraGauges.Core.Base.TargetElement">
  137. <summary>
  138. <para>Provides members that specify which gauge elements should be painted using a custom color scheme.</para>
  139. </summary>
  140. </member>
  141. <member name="F:DevExpress.XtraGauges.Core.Base.TargetElement.Empty">
  142. <summary>
  143. <para>The current color scheme will not be applied.</para>
  144. </summary>
  145. </member>
  146. <member name="F:DevExpress.XtraGauges.Core.Base.TargetElement.ImageIndicator">
  147. <summary>
  148. <para>The current color scheme will be applied to all image indicator elements in the target gauge.</para>
  149. </summary>
  150. </member>
  151. <member name="F:DevExpress.XtraGauges.Core.Base.TargetElement.Label">
  152. <summary>
  153. <para>The current color scheme will be applied to all labels in the target gauge.</para>
  154. </summary>
  155. </member>
  156. <member name="F:DevExpress.XtraGauges.Core.Base.TargetElement.RangeBar">
  157. <summary>
  158. <para>The current color scheme will be applied to all range bar elements in the target gauge.</para>
  159. </summary>
  160. </member>
  161. <member name="N:DevExpress.XtraGauges.Core.Drawing">
  162. <summary>
  163. <para>Contains classes that support the painting mechanism for gauges.</para>
  164. </summary>
  165. </member>
  166. <member name="T:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject">
  167. <summary>
  168. <para>Represents the base class for gradient brushes used to paint gauge elements.</para>
  169. </summary>
  170. </member>
  171. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.EndColor">
  172. <summary>
  173. <para>Gets or sets the color of the gradient brush at the end point.</para>
  174. </summary>
  175. <value>A Color value that specifies the color of the gradient brush at the end point.</value>
  176. </member>
  177. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStops">
  178. <summary>
  179. <para>Gets or sets the brush&#39;s gradient stops.</para>
  180. </summary>
  181. <value>A <see cref="T:DevExpress.XtraGauges.Core.Drawing.GradientStopCollection"/> object that contains the brush&#39;s gradient stops.</value>
  182. </member>
  183. <member name="T:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer">
  184. <summary>
  185. <para></para>
  186. </summary>
  187. </member>
  188. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer.#ctor">
  189. <summary>
  190. <para></para>
  191. </summary>
  192. </member>
  193. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer.Compare(DevExpress.XtraGauges.Core.Drawing.GradientStop,DevExpress.XtraGauges.Core.Drawing.GradientStop)">
  194. <summary>
  195. <para></para>
  196. </summary>
  197. <param name="x"></param>
  198. <param name="y"></param>
  199. <returns></returns>
  200. </member>
  201. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer.Compare(System.Object,System.Object)">
  202. <summary>
  203. <para></para>
  204. </summary>
  205. <param name="x"></param>
  206. <param name="y"></param>
  207. <returns></returns>
  208. </member>
  209. <member name="F:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer.Default">
  210. <summary>
  211. <para></para>
  212. </summary>
  213. <value></value>
  214. </member>
  215. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.GradientStopsComparer.GetDifference(DevExpress.XtraGauges.Core.Drawing.GradientStop,DevExpress.XtraGauges.Core.Drawing.GradientStop)">
  216. <summary>
  217. <para></para>
  218. </summary>
  219. <param name="x"></param>
  220. <param name="y"></param>
  221. <returns></returns>
  222. </member>
  223. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.IsDifferFrom(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  224. <summary>
  225. <para>Returns whether the current object has different settings than the specified one.</para>
  226. </summary>
  227. <param name="source">An object to be compared with the current object.</param>
  228. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  229. </member>
  230. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseGradientBrushObject.StartColor">
  231. <summary>
  232. <para>Gets or sets the color of the gradient brush at the start point.</para>
  233. </summary>
  234. <value>A Color value that specifies the color of the gradient brush at the start point.</value>
  235. </member>
  236. <member name="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance">
  237. <summary>
  238. <para>Provides appearance settings used to paint scales.</para>
  239. </summary>
  240. </member>
  241. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.#ctor">
  242. <summary>
  243. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> class.</para>
  244. </summary>
  245. </member>
  246. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance)">
  247. <summary>
  248. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> class by copying settings of the specified <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> object.</para>
  249. </summary>
  250. <param name="appearance">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> object whose settings are copied to the created object.</param>
  251. </member>
  252. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BrushObject,DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  253. <summary>
  254. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> class with the specified brush.</para>
  255. </summary>
  256. <param name="border">An object used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.Brush"/> property.</param>
  257. <param name="content">This parameter is ignored.</param>
  258. </member>
  259. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.Brush">
  260. <summary>
  261. <para>Gets or sets the brush used to paint the scale.</para>
  262. </summary>
  263. <value>A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance"/> descendant used to paint the scale.</value>
  264. </member>
  265. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.Width">
  266. <summary>
  267. <para>Gets or sets the scale&#39;s width.</para>
  268. </summary>
  269. <value>A Single value that specifies the scale&#39;s width.</value>
  270. </member>
  271. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseScaleAppearance.XtraCreateBrush(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  272. <summary>
  273. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  274. </summary>
  275. <param name="e"></param>
  276. <returns></returns>
  277. </member>
  278. <member name="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance">
  279. <summary>
  280. <para>Provides appearance settings used to paint various shapes.</para>
  281. </summary>
  282. </member>
  283. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.#ctor">
  284. <summary>
  285. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> class.</para>
  286. </summary>
  287. </member>
  288. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance)">
  289. <summary>
  290. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> class by copying settings of the specified <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> object.</para>
  291. </summary>
  292. <param name="appearance">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> object whose settings are copied to the created object.</param>
  293. </member>
  294. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BrushObject,DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  295. <summary>
  296. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> class with the specified brushes.</para>
  297. </summary>
  298. <param name="border">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BrushObject"/> used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.BorderBrush"/> property.</param>
  299. <param name="content">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BrushObject"/> used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.ContentBrush"/> property.</param>
  300. </member>
  301. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.BorderBrush">
  302. <summary>
  303. <para>Gets or sets the brush used to paint the object&#39;s border.</para>
  304. </summary>
  305. <value>A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> descendant used to paint the object&#39;s border.</value>
  306. </member>
  307. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.BorderWidth">
  308. <summary>
  309. <para>Gets or sets the border&#39;s width.</para>
  310. </summary>
  311. <value>A Single value that specifies the border&#39;s width.</value>
  312. </member>
  313. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.ContentBrush">
  314. <summary>
  315. <para>Gets or sets the brush used to paint the object&#39;s interior region.</para>
  316. </summary>
  317. <value>A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> descendant used to paint the object&#39;s interior region.</value>
  318. </member>
  319. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.XtraCreateBorderBrush(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  320. <summary>
  321. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  322. </summary>
  323. <param name="e"></param>
  324. <returns></returns>
  325. </member>
  326. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance.XtraCreateContentBrush(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  327. <summary>
  328. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  329. </summary>
  330. <param name="e"></param>
  331. <returns></returns>
  332. </member>
  333. <member name="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance">
  334. <summary>
  335. <para>Contains appearance settings used to paint text labels within gauges.</para>
  336. </summary>
  337. </member>
  338. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.#ctor">
  339. <summary>
  340. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance"/> class.</para>
  341. </summary>
  342. </member>
  343. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance)">
  344. <summary>
  345. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance"/> class by copying settings of the specified <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance"/> object.</para>
  346. </summary>
  347. <param name="appearance">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance"/> object whose settings are copied to the created object.</param>
  348. </member>
  349. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.#ctor(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  350. <summary>
  351. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance"/> class with the specified brush.</para>
  352. </summary>
  353. <param name="brush">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BrushObject"/> used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.TextBrush"/> property.</param>
  354. </member>
  355. <member name="F:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.DefaultFont">
  356. <summary>
  357. <para>The default font for text labels within gauges.</para>
  358. </summary>
  359. <value></value>
  360. </member>
  361. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.Font">
  362. <summary>
  363. <para>Gets or sets the font attributes.</para>
  364. </summary>
  365. <value>A <see cref="T:System.Drawing.Font"/> object that specifies the font attributes.</value>
  366. </member>
  367. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.Format">
  368. <summary>
  369. <para>Gets or sets text formatting settings.</para>
  370. </summary>
  371. <value>A DevExpress.XtraGauges.Core.Drawing.StringFormatObject value that contains text formatting settings.</value>
  372. </member>
  373. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.Spacing">
  374. <summary>
  375. <para>Gets or sets the outer indents of a text region.</para>
  376. </summary>
  377. <value>A DevExpress.XtraGauges.Core.Base.TextSpacing value that contains spacing settings.</value>
  378. </member>
  379. <member name="P:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.TextBrush">
  380. <summary>
  381. <para>Gets or sets the brush used to paint text.</para>
  382. </summary>
  383. <value>A BrushObject descendant used to paint text.</value>
  384. </member>
  385. <member name="M:DevExpress.XtraGauges.Core.Drawing.BaseTextAppearance.XtraCreateTextBrush(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  386. <summary>
  387. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  388. </summary>
  389. <param name="e"></param>
  390. <returns></returns>
  391. </member>
  392. <member name="T:DevExpress.XtraGauges.Core.Drawing.BrushObject">
  393. <summary>
  394. <para>Represents the base class for brushes used to paint gauge elements.</para>
  395. </summary>
  396. </member>
  397. <member name="M:DevExpress.XtraGauges.Core.Drawing.BrushObject.Accept(DevExpress.XtraGauges.Core.Drawing.IColorShader)">
  398. <summary>
  399. <para>Applies the specified shader to the current brush.</para>
  400. </summary>
  401. <param name="shader">A shader to be applied to the brush.</param>
  402. </member>
  403. <member name="M:DevExpress.XtraGauges.Core.Drawing.BrushObject.Assign(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  404. <summary>
  405. <para>Copies settings of the specified object to the current object.</para>
  406. </summary>
  407. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BrushObject"/> object whose settings are copied to the current object.</param>
  408. </member>
  409. <member name="P:DevExpress.XtraGauges.Core.Drawing.BrushObject.BrushRect">
  410. <summary>
  411. <para>Gets or sets the rectangle to paint by the brush.</para>
  412. </summary>
  413. <value>A RectangleF2D value that specifies the rectangle to paint by the brush.</value>
  414. </member>
  415. <member name="F:DevExpress.XtraGauges.Core.Drawing.BrushObject.DefaultRectangle">
  416. <summary>
  417. <para>Returns the default value for the <see cref="P:DevExpress.XtraGauges.Core.Drawing.BrushObject.BrushRect"/> property.</para>
  418. </summary>
  419. <value></value>
  420. </member>
  421. <member name="F:DevExpress.XtraGauges.Core.Drawing.BrushObject.Empty">
  422. <summary>
  423. <para>Represents an empty brush.</para>
  424. </summary>
  425. <value></value>
  426. </member>
  427. <member name="M:DevExpress.XtraGauges.Core.Drawing.BrushObject.GetBrush(DevExpress.XtraGauges.Core.Base.RectangleF2D)">
  428. <summary>
  429. <para>Gets a System.Drawing.Brush object that is set up in the same manner as the current object.</para>
  430. </summary>
  431. <param name="rect">A rectangle that defines the region for the brush.</param>
  432. <returns>A System.Drawing.Brush object that is set up in the same manner as the current object.</returns>
  433. </member>
  434. <member name="M:DevExpress.XtraGauges.Core.Drawing.BrushObject.GetPen(System.Single)">
  435. <summary>
  436. <para>Gets a System.Drawing.Pen object that is set up in the same manner as the current object.</para>
  437. </summary>
  438. <param name="width">A Single value that identifies the pen&#39;s width.</param>
  439. <returns>A System.Drawing.Pen object that is set up in the same manner as the current object.</returns>
  440. </member>
  441. <member name="M:DevExpress.XtraGauges.Core.Drawing.BrushObject.IsDifferFrom(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  442. <summary>
  443. <para>Returns whether the current object has different settings than the specified one.</para>
  444. </summary>
  445. <param name="source">An object to be compared with the current object.</param>
  446. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  447. </member>
  448. <member name="P:DevExpress.XtraGauges.Core.Drawing.BrushObject.IsEmpty">
  449. <summary>
  450. <para>Gets whether the current brush object is empty.</para>
  451. </summary>
  452. <value>true if the current brush object is empty; otherwise, false.</value>
  453. </member>
  454. <member name="P:DevExpress.XtraGauges.Core.Drawing.BrushObject.Transform">
  455. <summary>
  456. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  457. </summary>
  458. <value></value>
  459. </member>
  460. <member name="T:DevExpress.XtraGauges.Core.Drawing.GradientStopCollection">
  461. <summary>
  462. <para>Represents a collection of gradient stops.</para>
  463. </summary>
  464. </member>
  465. <member name="M:DevExpress.XtraGauges.Core.Drawing.GradientStopCollection.#ctor">
  466. <summary>
  467. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.GradientStopCollection"/> class.</para>
  468. </summary>
  469. </member>
  470. <member name="T:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject">
  471. <summary>
  472. <para>Paints an area with a linear gradient.</para>
  473. </summary>
  474. </member>
  475. <member name="M:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.#ctor">
  476. <summary>
  477. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject"/> class.</para>
  478. </summary>
  479. </member>
  480. <member name="M:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.#ctor(DevExpress.XtraGauges.Core.Base.PointF2D,DevExpress.XtraGauges.Core.Base.PointF2D)">
  481. <summary>
  482. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject"/> class with the specified points.</para>
  483. </summary>
  484. <param name="startPoint">A PointF2D structure that is used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.StartPoint"/> property.</param>
  485. <param name="endPoint">A PointF2D structure that is used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.EndPoint"/> property.</param>
  486. </member>
  487. <member name="M:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.#ctor(System.String)">
  488. <summary>
  489. <para>Creates a <see cref="T:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject"/> object based on the specified string data.</para>
  490. </summary>
  491. <param name="dataTag">A string that contains data used to initialize the created <see cref="T:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject"/> object.</param>
  492. </member>
  493. <member name="P:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.EndPoint">
  494. <summary>
  495. <para>Gets or sets the ending two-dimensional coordinates of the linear gradient.</para>
  496. </summary>
  497. <value>A PointF2D structure that specifies the ending two-dimensional coordinates of the linear gradient.</value>
  498. </member>
  499. <member name="M:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.IsDifferFrom(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  500. <summary>
  501. <para>Returns whether the current object has different settings than the specified one.</para>
  502. </summary>
  503. <param name="source">An object to be compared with the current object.</param>
  504. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  505. </member>
  506. <member name="P:DevExpress.XtraGauges.Core.Drawing.LinearGradientBrushObject.StartPoint">
  507. <summary>
  508. <para>Gets or sets the starting two-dimensional coordinates of the linear gradient.</para>
  509. </summary>
  510. <value>A PointF2D structure that specifies the starting two-dimensional coordinates of the linear gradient.</value>
  511. </member>
  512. <member name="T:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject">
  513. <summary>
  514. <para>Paints an area with a solid color.</para>
  515. </summary>
  516. </member>
  517. <member name="M:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.#ctor">
  518. <summary>
  519. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject"/> class.</para>
  520. </summary>
  521. </member>
  522. <member name="M:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.#ctor(System.Drawing.Color)">
  523. <summary>
  524. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject"/> class with the specified brush color.</para>
  525. </summary>
  526. <param name="brushColor">The color used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.Color"/> property.</param>
  527. </member>
  528. <member name="M:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.#ctor(System.String)">
  529. <summary>
  530. <para>Creates a <see cref="T:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject"/> object based on the specified string data.</para>
  531. </summary>
  532. <param name="dataTag">A string that contains data used to initialize the created <see cref="T:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject"/> object.</param>
  533. </member>
  534. <member name="P:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.Color">
  535. <summary>
  536. <para>Gets or sets the color of the current brush.</para>
  537. </summary>
  538. <value>A Color that represents the color of this brush.</value>
  539. </member>
  540. <member name="M:DevExpress.XtraGauges.Core.Drawing.SolidBrushObject.IsDifferFrom(DevExpress.XtraGauges.Core.Drawing.BrushObject)">
  541. <summary>
  542. <para>Returns whether the current object has different settings than the specified one.</para>
  543. </summary>
  544. <param name="source">An object to be compared with the current object.</param>
  545. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  546. </member>
  547. <member name="N:DevExpress.XtraGauges.Core.Localization">
  548. <summary>
  549. <para>Contains classes and enumerations that are intended to localize the User Interface of DevExpress ASP.NET Gauges and WinForms Gauges.</para>
  550. </summary>
  551. </member>
  552. <member name="T:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer">
  553. <summary>
  554. <para>A base class that provides necessary functionality for custom localizers of ASP.NET Gauges and WinForms Gauges.</para>
  555. </summary>
  556. </member>
  557. <member name="M:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer.#ctor">
  558. <summary>
  559. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer"/> class with the default settings.</para>
  560. </summary>
  561. </member>
  562. <member name="P:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer.Active">
  563. <summary>
  564. <para>Gets or sets a localizer object providing localization of the user interface at runtime.</para>
  565. </summary>
  566. <value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.</value>
  567. </member>
  568. <member name="M:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer.CreateDefaultLocalizer">
  569. <summary>
  570. <para>Returns a localizer object, which provides resources based on the thread&#39;s language and regional settings (culture).</para>
  571. </summary>
  572. <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread&#39;s culture.</returns>
  573. </member>
  574. <member name="M:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer.CreateResXLocalizer">
  575. <summary>
  576. <para>Returns a localizer object, which provides resources based on the thread&#39;s language and regional settings (culture).</para>
  577. </summary>
  578. <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread&#39;s culture.</returns>
  579. </member>
  580. <member name="M:DevExpress.XtraGauges.Core.Localization.GaugesCoreLocalizer.GetString(DevExpress.XtraGauges.Core.Localization.GaugesCoreStringId)">
  581. <summary>
  582. <para>Returns a localized string for the given string identifier.</para>
  583. </summary>
  584. <param name="id">A DevExpress.XtraGauges.Core.Localization.GaugesCoreStringId enumeration value identifying the string to localize.</param>
  585. <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
  586. </member>
  587. <member name="T:DevExpress.XtraGauges.Core.Localization.GaugesCoreResXLocalizer">
  588. <summary>
  589. <para>A default localizer to translate resources for ASP.NET Gauges and WinForms Gauges.</para>
  590. </summary>
  591. </member>
  592. <member name="M:DevExpress.XtraGauges.Core.Localization.GaugesCoreResXLocalizer.#ctor">
  593. <summary>
  594. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Localization.GaugesCoreResXLocalizer"/> class with the default settings.</para>
  595. </summary>
  596. </member>
  597. <member name="N:DevExpress.XtraGauges.Core.Model">
  598. <summary>
  599. <para>Contains base classes for gauge elements.</para>
  600. </summary>
  601. </member>
  602. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScale">
  603. <summary>
  604. <para>Represents the base class for scales within circular gauges.</para>
  605. </summary>
  606. </member>
  607. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.#ctor">
  608. <summary>
  609. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> class.</para>
  610. </summary>
  611. </member>
  612. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.#ctor(System.String)">
  613. <summary>
  614. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> class.</para>
  615. </summary>
  616. <param name="name">A string that specifies the name of the created component.</param>
  617. </member>
  618. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.Animating">
  619. <summary>
  620. <para>Occurs before the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object starts animation.</para>
  621. </summary>
  622. </member>
  623. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.AnimationCompleted">
  624. <summary>
  625. <para>Occurs after the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object finishes animation.</para>
  626. </summary>
  627. </member>
  628. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Appearance">
  629. <summary>
  630. <para>Provides access to appearance settings of the scale.</para>
  631. </summary>
  632. <value>A BaseScaleAppearance object that provides corresponding appearance settings.</value>
  633. </member>
  634. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.Assign(DevExpress.XtraGauges.Core.Model.ArcScale)">
  635. <summary>
  636. <para>Copies settings of the specified object to the current object.</para>
  637. </summary>
  638. <param name="source">An <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object whose settings are copied to the current object.</param>
  639. </member>
  640. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.AutoRescaling">
  641. <summary>
  642. <para>Gets or sets whether the scale&#39;s range of values is automatically expanded when the scale&#39;s current Value reaches either the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/>.</para>
  643. </summary>
  644. <value>true if the auto-expanding of the scale&#39;s minimum and maximum values is enabled; otherwise, false.</value>
  645. </member>
  646. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Center">
  647. <summary>
  648. <para>Gets or sets the center of the scale arc.</para>
  649. </summary>
  650. <value>A point that represents the center of the scale arc, in relative coordinates.</value>
  651. </member>
  652. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.CreateLabel">
  653. <summary>
  654. <para>Creates a label object of the type that is compatible with the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object.</para>
  655. </summary>
  656. <returns>A label object.</returns>
  657. </member>
  658. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.CreateRange">
  659. <summary>
  660. <para>Creates a range object of the type that is compatible with the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object.</para>
  661. </summary>
  662. <returns>A range object.</returns>
  663. </member>
  664. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.CustomLogarithmicBase">
  665. <summary>
  666. <para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.Logarithmic"/> property is set to true and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.LogarithmicBase"/> is set to <see cref="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Custom"/>.</para>
  667. </summary>
  668. <value>A <see cref="T:System.Single"/> value which specifies the logarithmic base.</value>
  669. </member>
  670. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.CustomRescaling">
  671. <summary>
  672. <para>Allows you to implement a custom algorithm for adjusting the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> properties when the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.AutoRescaling"/> property is set to true.</para>
  673. </summary>
  674. </member>
  675. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.CustomTickmarkText">
  676. <summary>
  677. <para>Allows you to dynamically customize the text of tickmarks.</para>
  678. </summary>
  679. </member>
  680. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.EndAngle">
  681. <summary>
  682. <para>Gets or sets the angle at which the scale ends.</para>
  683. </summary>
  684. <value>The angle at which the scale ends, in degrees.</value>
  685. </member>
  686. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.GeometryChanged">
  687. <summary>
  688. <para>Fires after any of the following properties has changed: <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.Center"/>, <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.RadiusX"/>, <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.RadiusY"/>, <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.StartAngle"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.EndAngle"/>.</para>
  689. </summary>
  690. </member>
  691. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.GetInternalValue">
  692. <summary>
  693. <para>Gets the actual value that has been assigned to the scale.</para>
  694. </summary>
  695. <returns>A Single value that specifies the actual value that has been assigned to the scale.</returns>
  696. </member>
  697. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.IsAnimating">
  698. <summary>
  699. <para>Gets a value indicating that the arc scale is currently being animated.</para>
  700. </summary>
  701. <value>true, if the arc scale is being animated; otherwise, false.</value>
  702. </member>
  703. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScale)">
  704. <summary>
  705. <para>Returns whether the current object has different settings than the specified one.</para>
  706. </summary>
  707. <param name="source">An object to be compared with the current object.</param>
  708. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  709. </member>
  710. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.IsDiscrete">
  711. <summary>
  712. <para>This property is reserved for future use.</para>
  713. </summary>
  714. <value>A Boolean value.</value>
  715. </member>
  716. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.IsEmpty">
  717. <summary>
  718. <para>Gets whether the current object is identical to the some predefined empty <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object.</para>
  719. </summary>
  720. <value>true if the current object is identical to the some predefined empty <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScale"/> object.</value>
  721. </member>
  722. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.IsLogarithmic">
  723. <summary>
  724. <para>This property is reserved for future use.</para>
  725. </summary>
  726. <value>A Boolean value.</value>
  727. </member>
  728. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Labels">
  729. <summary>
  730. <para>Provides access to the collection of text labels displayed on the same layer as the current scale.</para>
  731. </summary>
  732. <value>A <see cref="T:DevExpress.XtraGauges.Core.Model.LabelCollection"/> object that contains text labels.</value>
  733. </member>
  734. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Logarithmic">
  735. <summary>
  736. <para>Gets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale.</para>
  737. </summary>
  738. <value>true, if the logarithmic scale should be used; otherwise, false.</value>
  739. </member>
  740. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.LogarithmicBase">
  741. <summary>
  742. <para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.Logarithmic"/> property is enabled.</para>
  743. </summary>
  744. <value>A <see cref="T:DevExpress.XtraGauges.Core.Model.LogarithmicBase"/> enumeration value which specifies the logarithmic base.</value>
  745. </member>
  746. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MajorTickCount">
  747. <summary>
  748. <para>Gets or sets the total number of major tickmarks displayed on a circular scale.</para>
  749. </summary>
  750. <value>An integer value that defines the total number of major tickmarks.</value>
  751. </member>
  752. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MajorTickmark">
  753. <summary>
  754. <para>Provides access to major tick marks&#39; display options.</para>
  755. </summary>
  756. <value>An object implementing the <see cref="T:DevExpress.XtraGauges.Core.Model.IMajorTickmark"/> interface that provides settings controlling the display of major tick marks.</value>
  757. </member>
  758. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue">
  759. <summary>
  760. <para>Gets or sets the maximum value of the circular scale.</para>
  761. </summary>
  762. <value>A <see cref="T:System.Single"/> value that is the maximum limit of the circular scale.</value>
  763. </member>
  764. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.MinMaxValueChanged">
  765. <summary>
  766. <para>Fires when the value of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> property is changed.</para>
  767. </summary>
  768. </member>
  769. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinorTickCount">
  770. <summary>
  771. <para>Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks.</para>
  772. </summary>
  773. <value>An integer value that defines the number of minor tickmarks between adjacent major tickmarks.</value>
  774. </member>
  775. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinorTickmark">
  776. <summary>
  777. <para>Provides access to minor tick marks&#39; display options.</para>
  778. </summary>
  779. <value>An object implementing the <see cref="T:DevExpress.XtraGauges.Core.Model.IMinorTickmark"/> interface that provides settings controlling the display of minor tick marks.</value>
  780. </member>
  781. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue">
  782. <summary>
  783. <para>Gets or sets the minimum value of the circular scale.</para>
  784. </summary>
  785. <value>A <see cref="T:System.Single"/> value that is the minimum limit of the circular scale.</value>
  786. </member>
  787. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.NeedleVector">
  788. <summary>
  789. <para>Identifies the current direction of a vector pointing to the current value.</para>
  790. </summary>
  791. <value>A PointF structure specifying the vector pointing to the current value.</value>
  792. </member>
  793. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Percent">
  794. <summary>
  795. <para>Gets the percent of the current value, in relation to the scale&#39;s minimum and maximum values.</para>
  796. </summary>
  797. <value>The percent of the current value in relation to the scale&#39;s minimum and maximum values.</value>
  798. </member>
  799. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.PercentToPoint(System.Single)">
  800. <summary>
  801. <para>Converts the specified percent value to the corresponding point along the scale.</para>
  802. </summary>
  803. <param name="percent">The percent value to be converted to a point along the scale. The percent value of 0 corresponds to the point on the scale at the angle specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.StartAngle"/>. The percent value of 100 corresponds to the point on the scale at the angle specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.EndAngle"/>.</param>
  804. <returns>A point along the scale between the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.StartAngle"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.EndAngle"/>, in relative coordinates.</returns>
  805. </member>
  806. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.PercentToValue(System.Single)">
  807. <summary>
  808. <para>Converts the specified percent to a value.</para>
  809. </summary>
  810. <param name="percent">The percent to be converted to a value.</param>
  811. <returns>The value corresponding to the specified percent.</returns>
  812. </member>
  813. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.PointToPercent(System.Drawing.PointF)">
  814. <summary>
  815. <para>Converts a point to a percent value.</para>
  816. </summary>
  817. <param name="point">A point, in relative coordinates.</param>
  818. <returns>The percent value of the specified point. If the point belongs to the radius specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.StartAngle"/>, the percent value of 0 is returned. If the point belongs to the radius specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.EndAngle"/>, the percent value of 100 is returned.</returns>
  819. </member>
  820. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.PointToValue(System.Drawing.PointF)">
  821. <summary>
  822. <para></para>
  823. </summary>
  824. <param name="point"></param>
  825. <returns></returns>
  826. </member>
  827. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.RadiusX">
  828. <summary>
  829. <para>Gets or sets the X radius of the scale arc.</para>
  830. </summary>
  831. <value>The X radius of the scale arc, in relative coordinates.</value>
  832. </member>
  833. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.RadiusY">
  834. <summary>
  835. <para>Gets or sets the Y radius of the scale arc.</para>
  836. </summary>
  837. <value>The Y radius of the scale arc, in relative coordinates.</value>
  838. </member>
  839. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Ranges">
  840. <summary>
  841. <para>Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale.</para>
  842. </summary>
  843. <value>A RangeCollection object that represents a collection of ranges.</value>
  844. </member>
  845. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.RescalingBestValues">
  846. <summary>
  847. <para>Enables an algorithm for smart adjustment of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> properties when the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.AutoRescaling"/> property is set to true.</para>
  848. </summary>
  849. <value>true if the algorithm for the smart adjustment of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> properties is enabled; otherwise, false.</value>
  850. </member>
  851. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.RescalingThresholdMax">
  852. <summary>
  853. <para>Specifies the threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> takes place. This property is in effect if the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.AutoRescaling"/> property is set to true.</para>
  854. </summary>
  855. <value>The threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MaxValue"/> takes place.</value>
  856. </member>
  857. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.RescalingThresholdMin">
  858. <summary>
  859. <para>Specifies the threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> takes place. This property is in effect if the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.AutoRescaling"/> property is set to true.</para>
  860. </summary>
  861. <value>The threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.MinValue"/> takes place.</value>
  862. </member>
  863. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.ScaleLength">
  864. <summary>
  865. <para>Gets the length of the scale.</para>
  866. </summary>
  867. <value>The scale&#39;s length.</value>
  868. </member>
  869. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.StartAngle">
  870. <summary>
  871. <para>Gets or sets the angle at which the scale starts.</para>
  872. </summary>
  873. <value>The angle at which the scale starts, in degrees.</value>
  874. </member>
  875. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.TickCount">
  876. <summary>
  877. <para>Gets the total number of major and minor tick marks on the scale.</para>
  878. </summary>
  879. <value>An integer value that specifies the total number of major and minor tick marks on the scale.</value>
  880. </member>
  881. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.UseColorScheme">
  882. <summary>
  883. <para>Gets or sets whether this scale should use Color Schemes.</para>
  884. </summary>
  885. <value>true if this scale should use Color Schemes; otherwise, false.</value>
  886. </member>
  887. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScale.Value">
  888. <summary>
  889. <para>Gets or sets the scale&#39;s current value.</para>
  890. </summary>
  891. <value>The scale&#39;s current value.</value>
  892. </member>
  893. <member name="E:DevExpress.XtraGauges.Core.Model.ArcScale.ValueChanged">
  894. <summary>
  895. <para>Fires after the scale&#39;s current value (<see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.Value"/>) has been changed.</para>
  896. </summary>
  897. </member>
  898. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.ValueToPercent(System.Single)">
  899. <summary>
  900. <para>Returns the percent of the specified value in relation to the scale&#39;s minimum and maximum values.</para>
  901. </summary>
  902. <param name="value">The value whose percent is to be returned.</param>
  903. <returns>The percent of the specified value in relation to the scale&#39;s minimum and maximum values.</returns>
  904. </member>
  905. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.XtraCreateLabelsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  906. <summary>
  907. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  908. </summary>
  909. <param name="e">An XtraItemEventArgs object.</param>
  910. <returns>An object.</returns>
  911. </member>
  912. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScale.XtraCreateRangesItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  913. <summary>
  914. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  915. </summary>
  916. <param name="e">An XtraItemEventArgs object.</param>
  917. <returns>An object.</returns>
  918. </member>
  919. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer">
  920. <summary>
  921. <para>Represents the base class for background layers within circular gauges.</para>
  922. </summary>
  923. </member>
  924. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.#ctor">
  925. <summary>
  926. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer"/> class.</para>
  927. </summary>
  928. </member>
  929. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.#ctor(System.String)">
  930. <summary>
  931. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer"/> class.</para>
  932. </summary>
  933. <param name="name">A string that specifies the name of the created component.</param>
  934. </member>
  935. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.ArcScale">
  936. <summary>
  937. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer"/> object is linked.</para>
  938. </summary>
  939. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  940. </member>
  941. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer)">
  942. <summary>
  943. <para>Copies settings of the specified object to the current object.</para>
  944. </summary>
  945. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer"/> object whose settings are copied to the current object.</param>
  946. </member>
  947. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer)">
  948. <summary>
  949. <para>Returns whether the current object has different settings than the specified one.</para>
  950. </summary>
  951. <param name="source">An object to be compared with the current object.</param>
  952. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  953. </member>
  954. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.Scale">
  955. <summary>
  956. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer"/> object is linked.</para>
  957. </summary>
  958. <value>An IScale object that represents the scale to which the current object is linked.</value>
  959. </member>
  960. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.ScaleCenterPos">
  961. <summary>
  962. <para>Gets or sets the position of the scale&#39;s center relative to the layer&#39;s left-top corner.</para>
  963. </summary>
  964. <value>A PointF2D structure that specifies the position of the scale&#39;s center relative to the layer&#39;s left-top corner, in fractions.</value>
  965. </member>
  966. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.Shape">
  967. <summary>
  968. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  969. </summary>
  970. <value>A BaseShape object that represents the current shape.</value>
  971. </member>
  972. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.ShapeType">
  973. <summary>
  974. <para>Gets or sets the object&#39;s painting style.</para>
  975. </summary>
  976. <value>A BackgroundLayerShapeType value that represents the object&#39;s painting style.</value>
  977. </member>
  978. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayer.Size">
  979. <summary>
  980. <para>Gets or sets the size of the layer.</para>
  981. </summary>
  982. <value>A SizeF structure that represents the size of the layer, in relative coordinates.</value>
  983. </member>
  984. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer">
  985. <summary>
  986. <para>Represents the base class for effect layers within circular gauges.</para>
  987. </summary>
  988. </member>
  989. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.#ctor">
  990. <summary>
  991. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer"/> class.</para>
  992. </summary>
  993. </member>
  994. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.#ctor(System.String)">
  995. <summary>
  996. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer"/> class.</para>
  997. </summary>
  998. <param name="name">A string that specifies the name of the created component.</param>
  999. </member>
  1000. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.ArcScale">
  1001. <summary>
  1002. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer"/> object is linked.</para>
  1003. </summary>
  1004. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  1005. </member>
  1006. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer)">
  1007. <summary>
  1008. <para>Copies settings of the specified object to the current object.</para>
  1009. </summary>
  1010. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer"/> object whose settings are copied to the current object.</param>
  1011. </member>
  1012. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer)">
  1013. <summary>
  1014. <para>Returns whether the current object has different settings than the specified one.</para>
  1015. </summary>
  1016. <param name="source">An object to be compared with the current object.</param>
  1017. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1018. </member>
  1019. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.Scale">
  1020. <summary>
  1021. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer"/> object is linked.</para>
  1022. </summary>
  1023. <value>An IScale object that represents the scale to which the current object is linked.</value>
  1024. </member>
  1025. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.ScaleCenterPos">
  1026. <summary>
  1027. <para>Gets or sets the position of the scale&#39;s center relative to the layer&#39;s left-top corner.</para>
  1028. </summary>
  1029. <value>A PointF2D structure that specifies the position of the scale&#39;s center, relative to the layer&#39;s left-top corner, in fractions.</value>
  1030. </member>
  1031. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.Shape">
  1032. <summary>
  1033. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1034. </summary>
  1035. <value>A BaseShape object that represents the current shape.</value>
  1036. </member>
  1037. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.ShapeType">
  1038. <summary>
  1039. <para>Gets or sets the object&#39;s painting style.</para>
  1040. </summary>
  1041. <value>An EffectLayerShapeType value that represents the object&#39;s painting style.</value>
  1042. </member>
  1043. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayer.Size">
  1044. <summary>
  1045. <para>Gets or sets the size of the layer.</para>
  1046. </summary>
  1047. <value>A SizeF structure that represents the size of the layer, in relative coordinates.</value>
  1048. </member>
  1049. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker">
  1050. <summary>
  1051. <para>Represents the base class for markers within circular gauges.</para>
  1052. </summary>
  1053. </member>
  1054. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.#ctor">
  1055. <summary>
  1056. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker"/> class.</para>
  1057. </summary>
  1058. </member>
  1059. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.#ctor(System.String)">
  1060. <summary>
  1061. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker"/> class.</para>
  1062. </summary>
  1063. <param name="name">A string that specifies the name of the created component.</param>
  1064. </member>
  1065. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.ArcScale">
  1066. <summary>
  1067. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker"/> object is linked.</para>
  1068. </summary>
  1069. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  1070. </member>
  1071. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleMarker)">
  1072. <summary>
  1073. <para>Copies settings of the specified object to the current object.</para>
  1074. </summary>
  1075. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker"/> object whose settings are copied to the current object.</param>
  1076. </member>
  1077. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleMarker)">
  1078. <summary>
  1079. <para>Returns whether the current object has different settings than the specified one.</para>
  1080. </summary>
  1081. <param name="source">An object to be compared with the current object.</param>
  1082. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1083. </member>
  1084. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.Scale">
  1085. <summary>
  1086. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleMarker"/> object is linked.</para>
  1087. </summary>
  1088. <value>An IScale object that represents the scale to which the current object is linked.</value>
  1089. </member>
  1090. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.Shape">
  1091. <summary>
  1092. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1093. </summary>
  1094. <value>A BaseShape object that represents the current shape.</value>
  1095. </member>
  1096. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.ShapeOffset">
  1097. <summary>
  1098. <para>Gets or sets the offset of the marker&#39;s center from the scale arc.</para>
  1099. </summary>
  1100. <value>The offset of the marker&#39;s center from the scale arc, in relative coordinates.</value>
  1101. </member>
  1102. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.ShapeScale">
  1103. <summary>
  1104. <para>Gets or sets the marker&#39;s scale along the X and Y axes.</para>
  1105. </summary>
  1106. <value>A Factor2D structure that specifies the marker&#39;s scale factors along the X and Y axes.</value>
  1107. </member>
  1108. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleMarker.ShapeType">
  1109. <summary>
  1110. <para>Gets or sets the object&#39;s painting style.</para>
  1111. </summary>
  1112. <value>A MarkerPointerShapeType value that represents the object&#39;s painting style.</value>
  1113. </member>
  1114. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle">
  1115. <summary>
  1116. <para>Represents the base class for needles within circular gauges.</para>
  1117. </summary>
  1118. </member>
  1119. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.#ctor">
  1120. <summary>
  1121. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle"/> class.</para>
  1122. </summary>
  1123. </member>
  1124. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.#ctor(System.String)">
  1125. <summary>
  1126. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle"/> class.</para>
  1127. </summary>
  1128. <param name="name">A string that specifies the name of the created component.</param>
  1129. </member>
  1130. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.ArcScale">
  1131. <summary>
  1132. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle"/> object is linked.</para>
  1133. </summary>
  1134. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  1135. </member>
  1136. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleNeedle)">
  1137. <summary>
  1138. <para>Copies settings of the specified object to the current object.</para>
  1139. </summary>
  1140. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle"/> object whose settings are copied to the current object.</param>
  1141. </member>
  1142. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.EndOffset">
  1143. <summary>
  1144. <para>Gets or sets the offset of the needle&#39;s end point from the scale arc.</para>
  1145. </summary>
  1146. <value>The offset of the needle&#39;s end point from the scale arc, in relative coordinates.</value>
  1147. </member>
  1148. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleNeedle)">
  1149. <summary>
  1150. <para>Returns whether the current object has different settings than the specified one.</para>
  1151. </summary>
  1152. <param name="source">An object to be compared with the current object.</param>
  1153. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1154. </member>
  1155. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.Scale">
  1156. <summary>
  1157. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle"/> object is linked.</para>
  1158. </summary>
  1159. <value>An IScale object that represents the scale to which the current object is linked.</value>
  1160. </member>
  1161. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.Shape">
  1162. <summary>
  1163. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1164. </summary>
  1165. <value>A BaseShape object that represents the current shape.</value>
  1166. </member>
  1167. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.ShapeType">
  1168. <summary>
  1169. <para>Gets or sets the object&#39;s painting style.</para>
  1170. </summary>
  1171. <value>A NeedleShapeType value that represents the object&#39;s painting style.</value>
  1172. </member>
  1173. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleNeedle.StartOffset">
  1174. <summary>
  1175. <para>Gets or sets the offset of the needle&#39;s starting point from the scale center.</para>
  1176. </summary>
  1177. <value>The offset of the needle&#39;s starting point from the scale center, in relative coordinates.</value>
  1178. </member>
  1179. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleRange">
  1180. <summary>
  1181. <para>Represents a custom range for a circular gauge.</para>
  1182. </summary>
  1183. </member>
  1184. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleRange.#ctor">
  1185. <summary>
  1186. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleRange"/> class.</para>
  1187. </summary>
  1188. </member>
  1189. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar">
  1190. <summary>
  1191. <para>Represents the base class for range bars within circular gauges.</para>
  1192. </summary>
  1193. </member>
  1194. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.#ctor">
  1195. <summary>
  1196. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar"/> class.</para>
  1197. </summary>
  1198. </member>
  1199. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.#ctor(System.String)">
  1200. <summary>
  1201. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar"/> class.</para>
  1202. </summary>
  1203. <param name="name">A string that specifies the name of the created component.</param>
  1204. </member>
  1205. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.ArcScale">
  1206. <summary>
  1207. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar"/> object is linked.</para>
  1208. </summary>
  1209. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  1210. </member>
  1211. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar)">
  1212. <summary>
  1213. <para>Copies settings of the specified object to the current object.</para>
  1214. </summary>
  1215. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar"/> object whose settings are copied to the current object.</param>
  1216. </member>
  1217. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar)">
  1218. <summary>
  1219. <para>Returns whether the current object has different settings than the specified one.</para>
  1220. </summary>
  1221. <param name="source">An object to be compared with the current object.</param>
  1222. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1223. </member>
  1224. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.RoundedCaps">
  1225. <summary>
  1226. <para>Gets or sets a value which specifies whether to show the rounded caps in the arc scale range bar.</para>
  1227. </summary>
  1228. <value>true if the rounded caps are shown in the arc scale range bar; otherwise, false.</value>
  1229. </member>
  1230. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleRangeBar.ShowBackground">
  1231. <summary>
  1232. <para>Gets or sets a value which specifies whether to show the background of the arc scale range bar.</para>
  1233. </summary>
  1234. <value>true, if the background is shown in the arc scale range bar; otherwise, false.</value>
  1235. </member>
  1236. <member name="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap">
  1237. <summary>
  1238. <para>Represents the base class for spindle caps within circular gauges.</para>
  1239. </summary>
  1240. </member>
  1241. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.#ctor">
  1242. <summary>
  1243. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap"/> class.</para>
  1244. </summary>
  1245. </member>
  1246. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.#ctor(System.String)">
  1247. <summary>
  1248. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap"/> class.</para>
  1249. </summary>
  1250. <param name="name">A string that specifies the name of the created component.</param>
  1251. </member>
  1252. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.ArcScale">
  1253. <summary>
  1254. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap"/> object is linked.</para>
  1255. </summary>
  1256. <value>An IArcScale object that represents the scale to which the current object is linked.</value>
  1257. </member>
  1258. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.Assign(DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap)">
  1259. <summary>
  1260. <para>Copies settings of the specified object to the current object.</para>
  1261. </summary>
  1262. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap"/> object whose settings are copied to the current object.</param>
  1263. </member>
  1264. <member name="M:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap)">
  1265. <summary>
  1266. <para>Returns whether the current object has different settings than the specified one.</para>
  1267. </summary>
  1268. <param name="source">An object to be compared with the current object.</param>
  1269. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1270. </member>
  1271. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.Scale">
  1272. <summary>
  1273. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap"/> object is linked.</para>
  1274. </summary>
  1275. <value>An IScale object that represents the scale to which the current object is linked.</value>
  1276. </member>
  1277. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.Shape">
  1278. <summary>
  1279. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1280. </summary>
  1281. <value>A BaseShape object that represents the current shape.</value>
  1282. </member>
  1283. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.ShapeType">
  1284. <summary>
  1285. <para>Gets or sets the object&#39;s painting style.</para>
  1286. </summary>
  1287. <value>A SpindleCapShapeType value that represents the object&#39;s painting style.</value>
  1288. </member>
  1289. <member name="P:DevExpress.XtraGauges.Core.Model.ArcScaleSpindleCap.Size">
  1290. <summary>
  1291. <para>Gets or sets the size of the layer.</para>
  1292. </summary>
  1293. <value>A SizeF structure that represents the size of the spindle cap, in relative coordinates.</value>
  1294. </member>
  1295. <member name="T:DevExpress.XtraGauges.Core.Model.BaseGauge">
  1296. <summary>
  1297. <para>Represents the base class for gauges.</para>
  1298. </summary>
  1299. </member>
  1300. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.#ctor">
  1301. <summary>
  1302. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"/> class.</para>
  1303. </summary>
  1304. </member>
  1305. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.#ctor(DevExpress.XtraGauges.Base.IGaugeContainer)">
  1306. <summary>
  1307. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"/> class with the specified container.</para>
  1308. </summary>
  1309. <param name="container">A container that will own the created gauge.</param>
  1310. </member>
  1311. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.ApplyStyles(DevExpress.XtraGauges.Core.Styles.StyleCollection)">
  1312. <summary>
  1313. <para>Applies the specified collection of styles to the current gauge.</para>
  1314. </summary>
  1315. <param name="styles">A DevExpress.XtraGauges.Core.Styles.StyleCollection object.</param>
  1316. </member>
  1317. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.ApplyTextSettings(DevExpress.XtraGauges.Core.TextSettings)">
  1318. <summary>
  1319. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  1320. </summary>
  1321. <param name="settings"></param>
  1322. </member>
  1323. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.BeginUpdate">
  1324. <summary>
  1325. <para>Locks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
  1326. </summary>
  1327. </member>
  1328. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.Bounds">
  1329. <summary>
  1330. <para>Gets or sets the gauge&#39;s bounds.</para>
  1331. </summary>
  1332. <value>A Rectangle that specifies the gauge&#39;s bounds.</value>
  1333. </member>
  1334. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.CancelUpdate">
  1335. <summary>
  1336. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
  1337. </summary>
  1338. </member>
  1339. <member name="E:DevExpress.XtraGauges.Core.Model.BaseGauge.Changed">
  1340. <summary>
  1341. <para>Fires when the object&#39;s properties are changed.</para>
  1342. </summary>
  1343. </member>
  1344. <member name="E:DevExpress.XtraGauges.Core.Model.BaseGauge.CustomDrawElement">
  1345. <summary>
  1346. <para>Occurs before every gauge element is drawn, allowing you to draw it in a custom manner.</para>
  1347. </summary>
  1348. </member>
  1349. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.EndUpdate">
  1350. <summary>
  1351. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
  1352. </summary>
  1353. </member>
  1354. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.GetColorScheme">
  1355. <summary>
  1356. <para>Gets the color scheme currently applied to this gauge.</para>
  1357. </summary>
  1358. <returns>A <see cref="T:DevExpress.XtraGauges.Core.Base.ColorScheme"/> object that specifies the color scheme currently applied to this gauge.</returns>
  1359. </member>
  1360. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.InitializeDefault">
  1361. <summary>
  1362. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  1363. </summary>
  1364. </member>
  1365. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.IsDisposing">
  1366. <summary>
  1367. <para>Gets whether the object is being disposed of.</para>
  1368. </summary>
  1369. <value>true if the object is being disposed of; otherwise, false</value>
  1370. </member>
  1371. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.MinimumSize">
  1372. <summary>
  1373. <para>Gets the gauge&#39;s minimum size.</para>
  1374. </summary>
  1375. <value>The gauge&#39;s minimum size.</value>
  1376. </member>
  1377. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.Model">
  1378. <summary>
  1379. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1380. </summary>
  1381. <value></value>
  1382. </member>
  1383. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.Name">
  1384. <summary>
  1385. <para>Gets or sets the gauge&#39;s name.</para>
  1386. </summary>
  1387. <value>A string that specifies the gauge&#39;s name.</value>
  1388. </member>
  1389. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.ParentCollectionName">
  1390. <summary>
  1391. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1392. </summary>
  1393. <value></value>
  1394. </member>
  1395. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.ParentName">
  1396. <summary>
  1397. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1398. </summary>
  1399. <value></value>
  1400. </member>
  1401. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.ProportionalStretch">
  1402. <summary>
  1403. <para>Gets or sets whether the gauge is proportionally zoomed when resizing.</para>
  1404. </summary>
  1405. <value>true if the gauge is proportionally zoomed when resizing; otherwise, false</value>
  1406. </member>
  1407. <member name="M:DevExpress.XtraGauges.Core.Model.BaseGauge.ReadTextSettings">
  1408. <summary>
  1409. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  1410. </summary>
  1411. <returns></returns>
  1412. </member>
  1413. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.Tag">
  1414. <summary>
  1415. <para>Gets or sets the object that contains data associated with the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseGauge"/> object.</para>
  1416. </summary>
  1417. <value>An <see cref="T:System.Object"/> that contains any arbitrary data.</value>
  1418. </member>
  1419. <member name="P:DevExpress.XtraGauges.Core.Model.BaseGauge.TypeNameEx">
  1420. <summary>
  1421. <para>Gets the type name of the current object.</para>
  1422. </summary>
  1423. <value>A string that specifies the type name of the current object.</value>
  1424. </member>
  1425. <member name="T:DevExpress.XtraGauges.Core.Model.BaseRange">
  1426. <summary>
  1427. <para>Represents the base class for custom ranges.</para>
  1428. </summary>
  1429. </member>
  1430. <member name="M:DevExpress.XtraGauges.Core.Model.BaseRange.#ctor">
  1431. <summary>
  1432. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseRange"/> class.</para>
  1433. </summary>
  1434. </member>
  1435. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.AppearanceRange">
  1436. <summary>
  1437. <para>Gets the appearance settings used to paint the current range object.</para>
  1438. </summary>
  1439. <value>A <see cref="T:DevExpress.XtraGauges.Core.Drawing.BaseShapeAppearance"/> object</value>
  1440. </member>
  1441. <member name="M:DevExpress.XtraGauges.Core.Model.BaseRange.Assign(DevExpress.XtraGauges.Core.Model.IRange)">
  1442. <summary>
  1443. <para>Copies settings of the specified object to the current object.</para>
  1444. </summary>
  1445. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.BaseRange"/> object whose settings are copied to the current object.</param>
  1446. </member>
  1447. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.EndThickness">
  1448. <summary>
  1449. <para>Gets or sets the range thickness at the end point, specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.BaseRange.EndValue"/> property.</para>
  1450. </summary>
  1451. <value>A Single value that specifies the range thickness at the end point, in relative coordinates.</value>
  1452. </member>
  1453. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.EndValue">
  1454. <summary>
  1455. <para>Gets or sets the absolute end value of the range.</para>
  1456. </summary>
  1457. <value>A Single value that specifies the absolute end value of the range.</value>
  1458. </member>
  1459. <member name="E:DevExpress.XtraGauges.Core.Model.BaseRange.Enter">
  1460. <summary>
  1461. <para>Fires when a scale&#39;s value falls into the current range.</para>
  1462. </summary>
  1463. </member>
  1464. <member name="M:DevExpress.XtraGauges.Core.Model.BaseRange.IsDifferFrom(DevExpress.XtraGauges.Core.Model.IRange)">
  1465. <summary>
  1466. <para>Returns whether the current object has different settings than the specified one.</para>
  1467. </summary>
  1468. <param name="source">An object to be compared with the current object.</param>
  1469. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1470. </member>
  1471. <member name="E:DevExpress.XtraGauges.Core.Model.BaseRange.Leave">
  1472. <summary>
  1473. <para>Fires when a scale&#39;s value leaves the current range.</para>
  1474. </summary>
  1475. </member>
  1476. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.Name">
  1477. <summary>
  1478. <para>Gets or sets the name of the range.</para>
  1479. </summary>
  1480. <value>A string that specifies the name of the range.</value>
  1481. </member>
  1482. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.Shape">
  1483. <summary>
  1484. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1485. </summary>
  1486. <value></value>
  1487. </member>
  1488. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.ShapeOffset">
  1489. <summary>
  1490. <para>Gets or sets the offset of the range&#39;s most distant edge from the scale arc.</para>
  1491. </summary>
  1492. <value>The offset of the range&#39;s most distant edge from the scale arc, in relative coordinates.</value>
  1493. </member>
  1494. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.StartThickness">
  1495. <summary>
  1496. <para>Gets or sets the thickness of the range at the starting point, specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.BaseRange.StartValue"/> property.</para>
  1497. </summary>
  1498. <value>A Single value that specifies the thickness of the range at the starting point, in relative coordinates.</value>
  1499. </member>
  1500. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRange.StartValue">
  1501. <summary>
  1502. <para>Gets or sets the absolute start value of the range.</para>
  1503. </summary>
  1504. <value>A Single value that specifies the absolute start value of the range.</value>
  1505. </member>
  1506. <member name="T:DevExpress.XtraGauges.Core.Model.BaseRangeBar">
  1507. <summary>
  1508. <para>The base class for Arc Scale and Linear Scale range bars.</para>
  1509. </summary>
  1510. </member>
  1511. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.ActualValue">
  1512. <summary>
  1513. <para>Gets the actual value of the range bar.</para>
  1514. </summary>
  1515. <value>A <see cref="T:System.Single"/> value that is the actual value of a range bar.</value>
  1516. </member>
  1517. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.AnchorValue">
  1518. <summary>
  1519. <para>Gets or sets the start value of the range.</para>
  1520. </summary>
  1521. <value>The start value of the range.</value>
  1522. </member>
  1523. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.Appearance">
  1524. <summary>
  1525. <para>Provides access to appearance settings of the range bar.</para>
  1526. </summary>
  1527. <value>A RangeBarAppearance object that provides corresponding appearance settings.</value>
  1528. </member>
  1529. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.EndOffset">
  1530. <summary>
  1531. <para>Gets or sets the offset of the range bar&#39;s most distant arc from the scale arc (in case of an arc scale) or the offset of the range bar&#39;s right edge from the scale axis (in case of a linear scale).</para>
  1532. </summary>
  1533. <value>The end offset of the range bar, in relative coordinates.</value>
  1534. </member>
  1535. <member name="M:DevExpress.XtraGauges.Core.Model.BaseRangeBar.LockValue(System.Single)">
  1536. <summary>
  1537. <para>Sets a custom end value for the range bar.</para>
  1538. </summary>
  1539. <param name="value">A custom end value for the range bar.</param>
  1540. </member>
  1541. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.Scale">
  1542. <summary>
  1543. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.BaseRangeBar"/> object is linked.</para>
  1544. </summary>
  1545. <value>An IScale object that is the scale to which the current object is linked.</value>
  1546. </member>
  1547. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.StartOffset">
  1548. <summary>
  1549. <para>Gets or sets the offset of the range bar&#39;s nearest arc from the scale center (in case of an arc scale) or the offset of the range bar&#39;s left edge from the scale axis (in case of a linear scale).</para>
  1550. </summary>
  1551. <value>The start offset of the range bar, in relative coordinates.</value>
  1552. </member>
  1553. <member name="M:DevExpress.XtraGauges.Core.Model.BaseRangeBar.UnlockValue">
  1554. <summary>
  1555. <para>Clears a custom ending value that has been set via the <see cref="M:DevExpress.XtraGauges.Core.Model.BaseRangeBar.LockValue(System.Single)"/> method.</para>
  1556. </summary>
  1557. </member>
  1558. <member name="P:DevExpress.XtraGauges.Core.Model.BaseRangeBar.Value">
  1559. <summary>
  1560. <para>Gets or sets the value of a range bar.</para>
  1561. </summary>
  1562. <value>A <see cref="T:System.Double"/> value that specifies the position of a range bar on the scale.</value>
  1563. </member>
  1564. <member name="T:DevExpress.XtraGauges.Core.Model.BaseScaleComponent">
  1565. <summary>
  1566. <para>The base class for all scale components.</para>
  1567. </summary>
  1568. </member>
  1569. <member name="T:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1">
  1570. <summary>
  1571. <para>The base class for all dependent scale components.</para>
  1572. </summary>
  1573. <typeparam name="TProvider"></typeparam>
  1574. </member>
  1575. <member name="M:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1.BeginUpdate">
  1576. <summary>
  1577. <para>Locks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
  1578. </summary>
  1579. </member>
  1580. <member name="M:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1.CancelUpdate">
  1581. <summary>
  1582. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
  1583. </summary>
  1584. </member>
  1585. <member name="M:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1.EndUpdate">
  1586. <summary>
  1587. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
  1588. </summary>
  1589. </member>
  1590. <member name="M:DevExpress.XtraGauges.Core.Model.BaseScaleDependentComponent`1.Update">
  1591. <summary>
  1592. <para>Invalidates the region occupied by the component.</para>
  1593. </summary>
  1594. </member>
  1595. <member name="T:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs">
  1596. <summary>
  1597. <para>Provides data for the <see cref="E:DevExpress.XtraGauges.Core.Model.ArcScale.CustomTickmarkText"/> and <see cref="E:DevExpress.XtraGauges.Core.Model.LinearScale.CustomTickmarkText"/> events.</para>
  1598. </summary>
  1599. </member>
  1600. <member name="M:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.#ctor(System.String,System.Single)">
  1601. <summary>
  1602. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs"/> class with the specified settings.</para>
  1603. </summary>
  1604. <param name="text">A string value used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.Text"/> property.</param>
  1605. <param name="value">A Single value used to initialize the <see cref="P:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.Value"/> property.</param>
  1606. </member>
  1607. <member name="P:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.Result">
  1608. <summary>
  1609. <para>Gets or sets the custom tickmark display string.</para>
  1610. </summary>
  1611. <value>A string that specifies the custom tickmark display string.</value>
  1612. </member>
  1613. <member name="P:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.Text">
  1614. <summary>
  1615. <para>Gets the initial tickmark display string.</para>
  1616. </summary>
  1617. <value>A string that specifies the initial tickmark display string.</value>
  1618. </member>
  1619. <member name="P:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs.Value">
  1620. <summary>
  1621. <para>Gets the current tickmark value.</para>
  1622. </summary>
  1623. <value>A Single value that specifies the current tickmark value.</value>
  1624. </member>
  1625. <member name="T:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventHandler">
  1626. <summary>
  1627. <para>Represents a method that handles the <see cref="E:DevExpress.XtraGauges.Core.Model.ArcScale.CustomTickmarkText"/> and <see cref="E:DevExpress.XtraGauges.Core.Model.LinearScale.CustomTickmarkText"/> events.</para>
  1628. </summary>
  1629. <param name="ea">A <see cref="T:DevExpress.XtraGauges.Core.Model.CustomTickmarkTextEventArgs"/> object that provides data for the events.</param>
  1630. </member>
  1631. <member name="T:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer">
  1632. <summary>
  1633. <para>Represents the base class for background layers within digital gauges.</para>
  1634. </summary>
  1635. </member>
  1636. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.#ctor">
  1637. <summary>
  1638. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer"/> class.</para>
  1639. </summary>
  1640. </member>
  1641. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.#ctor(System.String)">
  1642. <summary>
  1643. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer"/> class.</para>
  1644. </summary>
  1645. <param name="name">A string that specifies the name of the created component.</param>
  1646. </member>
  1647. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.Assign(DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer)">
  1648. <summary>
  1649. <para>Copies settings of the specified object to the current object.</para>
  1650. </summary>
  1651. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer"/> object whose settings are copied to the current object.</param>
  1652. </member>
  1653. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.BottomRight">
  1654. <summary>
  1655. <para>Gets or sets the position of the layer&#39;s right-bottom corner.</para>
  1656. </summary>
  1657. <value>The position of the layer&#39;s right-bottom corner, in relative coordinates.</value>
  1658. </member>
  1659. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer)">
  1660. <summary>
  1661. <para>Returns whether the current object has different settings than the specified one.</para>
  1662. </summary>
  1663. <param name="source">An object to be compared with the current object.</param>
  1664. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1665. </member>
  1666. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.Shape">
  1667. <summary>
  1668. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1669. </summary>
  1670. <value>A BaseShape object that represents the current shape.</value>
  1671. </member>
  1672. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.ShapeCenter">
  1673. <summary>
  1674. <para>Gets the shape used to paint the layer&#39;s center.</para>
  1675. </summary>
  1676. <value>A DevExpress.XtraGauges.Core.Drawing.BaseShape class descendant.</value>
  1677. </member>
  1678. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.ShapeFar">
  1679. <summary>
  1680. <para>Gets the shape used to paint the layer&#39;s most distant edge.</para>
  1681. </summary>
  1682. <value>A BaseShape object.</value>
  1683. </member>
  1684. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.ShapeNear">
  1685. <summary>
  1686. <para>Gets the shape used to paint the layer&#39;s nearest edge.</para>
  1687. </summary>
  1688. <value>A DevExpress.XtraGauges.Core.Drawing.BaseShape class descendant.</value>
  1689. </member>
  1690. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.ShapeType">
  1691. <summary>
  1692. <para>Gets or sets the object&#39;s painting style.</para>
  1693. </summary>
  1694. <value>A DigitalBackgroundShapeSetType value that represents the object&#39;s painting style.</value>
  1695. </member>
  1696. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayer.TopLeft">
  1697. <summary>
  1698. <para>Gets or sets the position of the layer&#39;s left-top corner.</para>
  1699. </summary>
  1700. <value>The position of the layer&#39;s left-top corner, in relative coordinates.</value>
  1701. </member>
  1702. <member name="T:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer">
  1703. <summary>
  1704. <para>Represents the base class for effect layers within digital gauges.</para>
  1705. </summary>
  1706. </member>
  1707. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.#ctor">
  1708. <summary>
  1709. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer"/> class.</para>
  1710. </summary>
  1711. </member>
  1712. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.#ctor(System.String)">
  1713. <summary>
  1714. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer"/> class.</para>
  1715. </summary>
  1716. <param name="name">A string that specifies the name of the created component.</param>
  1717. </member>
  1718. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.Assign(DevExpress.XtraGauges.Core.Model.DigitalEffectLayer)">
  1719. <summary>
  1720. <para>Copies settings of the specified object to the current object.</para>
  1721. </summary>
  1722. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer"/> object whose settings are copied to the current object.</param>
  1723. </member>
  1724. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.BottomRight">
  1725. <summary>
  1726. <para>Gets or sets the position of the layer&#39;s right-bottom corner.</para>
  1727. </summary>
  1728. <value>The position of the layer&#39;s right-bottom corner, in relative coordinates.</value>
  1729. </member>
  1730. <member name="M:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.DigitalEffectLayer)">
  1731. <summary>
  1732. <para>Returns whether the current object has different settings than the specified one.</para>
  1733. </summary>
  1734. <param name="source">An object to be compared with the current object.</param>
  1735. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1736. </member>
  1737. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.Shape">
  1738. <summary>
  1739. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  1740. </summary>
  1741. <value>A BaseShape object that represents the current shape.</value>
  1742. </member>
  1743. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.ShapeType">
  1744. <summary>
  1745. <para>Gets or sets the object&#39;s painting style.</para>
  1746. </summary>
  1747. <value>A DigitalEffectShapeType value that represents the object&#39;s painting style.</value>
  1748. </member>
  1749. <member name="P:DevExpress.XtraGauges.Core.Model.DigitalEffectLayer.TopLeft">
  1750. <summary>
  1751. <para>Gets or sets the position of the layer&#39;s left-top corner.</para>
  1752. </summary>
  1753. <value>The position of the layer&#39;s left-top corner, in relative coordinates.</value>
  1754. </member>
  1755. <member name="T:DevExpress.XtraGauges.Core.Model.DigitalGaugeDisplayMode">
  1756. <summary>
  1757. <para>Contains values that specify how text is digital gauges is rendered.</para>
  1758. </summary>
  1759. </member>
  1760. <member name="F:DevExpress.XtraGauges.Core.Model.DigitalGaugeDisplayMode.FourteenSegment">
  1761. <summary>
  1762. <para>Symbols are represented using the 14-segment style.</para>
  1763. </summary>
  1764. </member>
  1765. <member name="F:DevExpress.XtraGauges.Core.Model.DigitalGaugeDisplayMode.Matrix5x8">
  1766. <summary>
  1767. <para>Symbols are represented using the 5x8 matrix.</para>
  1768. </summary>
  1769. </member>
  1770. <member name="F:DevExpress.XtraGauges.Core.Model.DigitalGaugeDisplayMode.Matrix8x14">
  1771. <summary>
  1772. <para>Symbols are represented using the 8x14 matrix.</para>
  1773. </summary>
  1774. </member>
  1775. <member name="F:DevExpress.XtraGauges.Core.Model.DigitalGaugeDisplayMode.SevenSegment">
  1776. <summary>
  1777. <para>Symbols are represented using the 7-segment style.</para>
  1778. </summary>
  1779. </member>
  1780. <member name="T:DevExpress.XtraGauges.Core.Model.IMajorTickmark">
  1781. <summary>
  1782. <para>Identifies settings common to major tickmarks.</para>
  1783. </summary>
  1784. </member>
  1785. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.Addend">
  1786. <summary>
  1787. <para>Gets or sets the value added to the scale&#39;s values. The result is displayed by the tickmark labels.</para>
  1788. </summary>
  1789. <value>A Single value added to the scale&#39;s values.</value>
  1790. </member>
  1791. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.AllowTickOverlap">
  1792. <summary>
  1793. <para>Gets or sets whether minor tickmarks are displayed at the positions where major tickmarks are displayed.</para>
  1794. </summary>
  1795. <value>true if minor tickmarks are displayed at the positions where major tickmarks are displayed; otherwise, false.</value>
  1796. </member>
  1797. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.FormatString">
  1798. <summary>
  1799. <para>Gets or sets the format string used to format values of major tickmarks.</para>
  1800. </summary>
  1801. <value>A string used to format values of major tickmarks.</value>
  1802. </member>
  1803. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.Multiplier">
  1804. <summary>
  1805. <para>Gets or sets the multiplier value for the scale&#39;s values. The result is displayed by the tickmark labels.</para>
  1806. </summary>
  1807. <value>A Single value that specifies the multiplier for the scale&#39;s values.</value>
  1808. </member>
  1809. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShapeOffset">
  1810. <summary>
  1811. <para>Gets or sets the offset of the tick marks from the scale arc.</para>
  1812. </summary>
  1813. <value>A Single value that specifies the offset of the tick marks from the scale arc, in relative coordinates.</value>
  1814. </member>
  1815. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShapeScale">
  1816. <summary>
  1817. <para>Gets or sets the tickmark&#39;s scale along the X and Y axes.</para>
  1818. </summary>
  1819. <value>A Factor2D structure that specifies the tickmark&#39;s scale factors along the X and Y axes.</value>
  1820. </member>
  1821. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShapeType">
  1822. <summary>
  1823. <para>Gets or sets the object&#39;s paint style.</para>
  1824. </summary>
  1825. <value>A TickmarkShapeType value that specifies the object&#39;s paint style.</value>
  1826. </member>
  1827. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShowFirst">
  1828. <summary>
  1829. <para>Gets or sets whether the first tickmark is visible.</para>
  1830. </summary>
  1831. <value>A Boolean value that specifies whether the first tickmark is visible.</value>
  1832. </member>
  1833. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShowLast">
  1834. <summary>
  1835. <para>Gets or sets whether the last tickmark is visible.</para>
  1836. </summary>
  1837. <value>A Boolean value that specifies whether the last tickmark is visible.</value>
  1838. </member>
  1839. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShowText">
  1840. <summary>
  1841. <para>Gets or sets whether tickmark labels are visible.</para>
  1842. </summary>
  1843. <value>true if tickmark labels are visible; otherwise, false.</value>
  1844. </member>
  1845. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.ShowTick">
  1846. <summary>
  1847. <para>Gets or sets whether the tickmarks are visible.</para>
  1848. </summary>
  1849. <value>true if the tickmarks are visible; otherwise, false.</value>
  1850. </member>
  1851. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.Text">
  1852. <summary>
  1853. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1854. </summary>
  1855. <value></value>
  1856. </member>
  1857. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.TextOffset">
  1858. <summary>
  1859. <para>Gets or sets the offset of the tick mark labels from the scale arc.</para>
  1860. </summary>
  1861. <value>A Single value that specifies the offset of the labels from the scale arc, in relative coordinates.</value>
  1862. </member>
  1863. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.TextOrientation">
  1864. <summary>
  1865. <para>Gets or sets the text orientation.</para>
  1866. </summary>
  1867. <value>A DevExpress.XtraGauges.Core.Model.LabelOrientation value that identifies the text orientation.</value>
  1868. </member>
  1869. <member name="P:DevExpress.XtraGauges.Core.Model.IMajorTickmark.TextShape">
  1870. <summary>
  1871. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1872. </summary>
  1873. <value></value>
  1874. </member>
  1875. <member name="T:DevExpress.XtraGauges.Core.Model.IMinorTickmark">
  1876. <summary>
  1877. <para>Identifies settings common to minor tickmarks.</para>
  1878. </summary>
  1879. </member>
  1880. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShapeOffset">
  1881. <summary>
  1882. <para>Gets or sets the offset of the tick marks from the scale arc.</para>
  1883. </summary>
  1884. <value>A Single value that specifies the offset of the tick marks from the scale arc, in relative coordinates.</value>
  1885. </member>
  1886. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShapeScale">
  1887. <summary>
  1888. <para>Gets or sets the tickmark&#39;s scale along the X and Y axes.</para>
  1889. </summary>
  1890. <value>A Factor2D structure that specifies the tickmark&#39;s scale factors along the X and Y axes.</value>
  1891. </member>
  1892. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShapeType">
  1893. <summary>
  1894. <para>Gets or sets the object&#39;s paint style.</para>
  1895. </summary>
  1896. <value>A TickmarkShapeType value that specifies the object&#39;s paint style.</value>
  1897. </member>
  1898. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShowFirst">
  1899. <summary>
  1900. <para>Gets or sets whether the first tickmark is visible.</para>
  1901. </summary>
  1902. <value>A Boolean value that specifies whether the first tickmark is visible.</value>
  1903. </member>
  1904. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShowLast">
  1905. <summary>
  1906. <para>Gets or sets whether the last tickmark is visible.</para>
  1907. </summary>
  1908. <value>A Boolean value that specifies whether the last tickmark is visible.</value>
  1909. </member>
  1910. <member name="P:DevExpress.XtraGauges.Core.Model.IMinorTickmark.ShowTick">
  1911. <summary>
  1912. <para>Gets or sets whether the tickmarks are visible.</para>
  1913. </summary>
  1914. <value>true if the tickmarks are visible; otherwise, false.</value>
  1915. </member>
  1916. <member name="T:DevExpress.XtraGauges.Core.Model.Label">
  1917. <summary>
  1918. <para>Represents the base class for labels in gauges.</para>
  1919. </summary>
  1920. </member>
  1921. <member name="M:DevExpress.XtraGauges.Core.Model.Label.#ctor">
  1922. <summary>
  1923. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.Label"/> class.</para>
  1924. </summary>
  1925. </member>
  1926. <member name="M:DevExpress.XtraGauges.Core.Model.Label.#ctor(System.String)">
  1927. <summary>
  1928. <para>Initializes a new <see cref="T:DevExpress.XtraGauges.Core.Model.Label"/> object with the specified name.</para>
  1929. </summary>
  1930. <param name="name">A string that specifies the label&#39;s name. This value is assigned to the Name property.</param>
  1931. </member>
  1932. <member name="P:DevExpress.XtraGauges.Core.Model.Label.AllowHTMLString">
  1933. <summary>
  1934. <para>Gets or sets whether HTML tags can be used to format the <see cref="P:DevExpress.XtraGauges.Core.Model.Label.Text"/>.</para>
  1935. </summary>
  1936. <value>true if HTML formatting is supported for the label&#39;s text; otherwise, false.</value>
  1937. </member>
  1938. <member name="P:DevExpress.XtraGauges.Core.Model.Label.AppearanceBackground">
  1939. <summary>
  1940. <para>Contains appearance settings used to paint the label&#39;s background.</para>
  1941. </summary>
  1942. <value>A BaseShapeAppearance object that provides corresponding appearance settings.</value>
  1943. </member>
  1944. <member name="P:DevExpress.XtraGauges.Core.Model.Label.AppearanceText">
  1945. <summary>
  1946. <para>Contains appearance settings used to paint the label&#39;s text.</para>
  1947. </summary>
  1948. <value>A BaseTextAppearance object that provides corresponding appearance settings.</value>
  1949. </member>
  1950. <member name="M:DevExpress.XtraGauges.Core.Model.Label.Assign(DevExpress.XtraGauges.Core.Model.ILabel)">
  1951. <summary>
  1952. <para>Copies settings from the specified object to the current object.</para>
  1953. </summary>
  1954. <param name="source">An ILabel object whose settings are copied to the current object.</param>
  1955. </member>
  1956. <member name="M:DevExpress.XtraGauges.Core.Model.Label.Assign(DevExpress.XtraGauges.Core.Model.Label)">
  1957. <summary>
  1958. <para>Copies settings from the specified object to the current object.</para>
  1959. </summary>
  1960. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.Label"/> object whose settings are copied to the current object.</param>
  1961. </member>
  1962. <member name="P:DevExpress.XtraGauges.Core.Model.Label.FormatString">
  1963. <summary>
  1964. <para>Gets or sets the format string for the display text.</para>
  1965. </summary>
  1966. <value>A format string.</value>
  1967. </member>
  1968. <member name="M:DevExpress.XtraGauges.Core.Model.Label.IsDifferFrom(DevExpress.XtraGauges.Core.Model.ILabel)">
  1969. <summary>
  1970. <para>Returns whether the current object has different settings than the specified one.</para>
  1971. </summary>
  1972. <param name="source">An object to be compared with the current object.</param>
  1973. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1974. </member>
  1975. <member name="M:DevExpress.XtraGauges.Core.Model.Label.IsDifferFrom(DevExpress.XtraGauges.Core.Model.Label)">
  1976. <summary>
  1977. <para>Returns whether the current object has different settings than the specified one.</para>
  1978. </summary>
  1979. <param name="source">An object to be compared with the current object.</param>
  1980. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  1981. </member>
  1982. <member name="P:DevExpress.XtraGauges.Core.Model.Label.Name">
  1983. <summary>
  1984. <para>Gets or sets the label&#39;s name.</para>
  1985. </summary>
  1986. <value>A string that specifies the label&#39;s name.</value>
  1987. </member>
  1988. <member name="P:DevExpress.XtraGauges.Core.Model.Label.Position">
  1989. <summary>
  1990. <para>Gets or sets the position of the label&#39;s center within the parent gauge.</para>
  1991. </summary>
  1992. <value>A PointF2D structure that represents the position of the label&#39;s center within the parent gauge, in relative coordinates.</value>
  1993. </member>
  1994. <member name="P:DevExpress.XtraGauges.Core.Model.Label.Size">
  1995. <summary>
  1996. <para>Gets or sets the label&#39;s size.</para>
  1997. </summary>
  1998. <value>A SizeF structure that represents the label&#39;s size, in relative coordinates.</value>
  1999. </member>
  2000. <member name="P:DevExpress.XtraGauges.Core.Model.Label.Text">
  2001. <summary>
  2002. <para>Gets or sets the label&#39;s text.</para>
  2003. </summary>
  2004. <value>A string that specifies the label&#39;s text.</value>
  2005. </member>
  2006. <member name="P:DevExpress.XtraGauges.Core.Model.Label.TextOrientation">
  2007. <summary>
  2008. <para>Gets or sets the orientation of the label&#39;s text.</para>
  2009. </summary>
  2010. <value>A LabelOrientation value that specifies the orientation of the label&#39;s text.</value>
  2011. </member>
  2012. <member name="P:DevExpress.XtraGauges.Core.Model.Label.TextShape">
  2013. <summary>
  2014. <para>Gets the label&#39;s shape. This method supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2015. </summary>
  2016. <value>A TextShape object.</value>
  2017. </member>
  2018. <member name="T:DevExpress.XtraGauges.Core.Model.LabelCollection">
  2019. <summary>
  2020. <para>A collection that stores the scale value labels of a particular scale.</para>
  2021. </summary>
  2022. </member>
  2023. <member name="M:DevExpress.XtraGauges.Core.Model.LabelCollection.Assign(DevExpress.XtraGauges.Core.Model.LabelCollection)">
  2024. <summary>
  2025. <para>Copies all the elements from the <see cref="T:DevExpress.XtraGauges.Core.Model.LabelCollection"/> object passed as the parameter.</para>
  2026. </summary>
  2027. <param name="labels">A <see cref="T:DevExpress.XtraGauges.Core.Model.LabelCollection"/> object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> is thrown.</param>
  2028. </member>
  2029. <member name="M:DevExpress.XtraGauges.Core.Model.LabelCollection.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LabelCollection)">
  2030. <summary>
  2031. <para>Returns whether the current object has different settings than the specified one.</para>
  2032. </summary>
  2033. <param name="labels">An object to be compared with the current object.</param>
  2034. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2035. </member>
  2036. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScale">
  2037. <summary>
  2038. <para>Represents the base class for scales in linear gauges.</para>
  2039. </summary>
  2040. </member>
  2041. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.#ctor">
  2042. <summary>
  2043. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> class.</para>
  2044. </summary>
  2045. </member>
  2046. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.#ctor(System.String)">
  2047. <summary>
  2048. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> class.</para>
  2049. </summary>
  2050. <param name="name">A string that specifies the name of the created component.</param>
  2051. </member>
  2052. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.Animating">
  2053. <summary>
  2054. <para>Occurs before the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object starts animation.</para>
  2055. </summary>
  2056. </member>
  2057. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.AnimationCompleted">
  2058. <summary>
  2059. <para>Occurs after the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object finishes animation.</para>
  2060. </summary>
  2061. </member>
  2062. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Appearance">
  2063. <summary>
  2064. <para>Provides access to appearance settings of the scale.</para>
  2065. </summary>
  2066. <value>A BaseScaleAppearance object that provides corresponding appearance settings.</value>
  2067. </member>
  2068. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.Assign(DevExpress.XtraGauges.Core.Model.LinearScale)">
  2069. <summary>
  2070. <para>Copies settings of the specified object to the current object.</para>
  2071. </summary>
  2072. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object whose settings are copied to the current object.</param>
  2073. </member>
  2074. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.AutoRescaling">
  2075. <summary>
  2076. <para>Gets or sets whether the scale&#39;s range of values is automatically expanded when the scale&#39;s current Value reaches either the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/>.</para>
  2077. </summary>
  2078. <value>true if the auto-expanding of the scale&#39;s minimum and maximum values is enabled; otherwise, false.</value>
  2079. </member>
  2080. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.CreateLabel">
  2081. <summary>
  2082. <para>Creates a label object of the type that is compatible with the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object.</para>
  2083. </summary>
  2084. <returns>A label object.</returns>
  2085. </member>
  2086. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.CreateRange">
  2087. <summary>
  2088. <para>Creates a range object of the type that is compatible with the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object.</para>
  2089. </summary>
  2090. <returns>A range object.</returns>
  2091. </member>
  2092. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.CustomLogarithmicBase">
  2093. <summary>
  2094. <para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.Logarithmic"/> property is set to true and <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.LogarithmicBase"/> is set to <see cref="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Custom"/>.</para>
  2095. </summary>
  2096. <value>A <see cref="T:System.Single"/> value which specifies the logarithmic base.</value>
  2097. </member>
  2098. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.CustomRescaling">
  2099. <summary>
  2100. <para>Allows you to implement a custom algorithm for adjusting the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> properties when the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.AutoRescaling"/> property is set to true.</para>
  2101. </summary>
  2102. </member>
  2103. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.CustomTickmarkText">
  2104. <summary>
  2105. <para>Allows you to dynamically customize the text of tickmarks.</para>
  2106. </summary>
  2107. </member>
  2108. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint">
  2109. <summary>
  2110. <para>Gets or sets the ending point of the scale.</para>
  2111. </summary>
  2112. <value>An integer value that specifies the ending point of the scale, in relative coordinates.</value>
  2113. </member>
  2114. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.GeometryChanged">
  2115. <summary>
  2116. <para>Fires after any of the following properties has changed: <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>.</para>
  2117. </summary>
  2118. </member>
  2119. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.GetInternalValue">
  2120. <summary>
  2121. <para>Gets the actual value that has been assigned to the scale.</para>
  2122. </summary>
  2123. <returns>A Single value that specifies the actual value that has been assigned to the scale.</returns>
  2124. </member>
  2125. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.IsAnimating">
  2126. <summary>
  2127. <para>Gets a value indicating that the linear scale is currently being animated.</para>
  2128. </summary>
  2129. <value>true, if the linear scale is being animated; otherwise, false.</value>
  2130. </member>
  2131. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScale)">
  2132. <summary>
  2133. <para>Returns whether the current object has different settings than the specified one.</para>
  2134. </summary>
  2135. <param name="source">An object to be compared with the current object.</param>
  2136. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2137. </member>
  2138. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.IsDiscrete">
  2139. <summary>
  2140. <para>This property is reserved for future use.</para>
  2141. </summary>
  2142. <value>A Boolean value.</value>
  2143. </member>
  2144. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.IsEmpty">
  2145. <summary>
  2146. <para>Gets whether the current object is identical to the some predefined empty <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object.</para>
  2147. </summary>
  2148. <value>true if the current object is identical to the some predefined empty <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScale"/> object.</value>
  2149. </member>
  2150. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.IsLogarithmic">
  2151. <summary>
  2152. <para>This property is reserved for future use.</para>
  2153. </summary>
  2154. <value>A Boolean value.</value>
  2155. </member>
  2156. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Labels">
  2157. <summary>
  2158. <para>Provides access to the collection of text labels displayed on the same layer as the current scale.</para>
  2159. </summary>
  2160. <value>A <see cref="T:DevExpress.XtraGauges.Core.Model.LabelCollection"/> object that contains text labels.</value>
  2161. </member>
  2162. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Logarithmic">
  2163. <summary>
  2164. <para>Gets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale.</para>
  2165. </summary>
  2166. <value>true, if the logarithmic scale should be used; otherwise, false.</value>
  2167. </member>
  2168. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.LogarithmicBase">
  2169. <summary>
  2170. <para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.Logarithmic"/> property is enabled.</para>
  2171. </summary>
  2172. <value>A <see cref="T:DevExpress.XtraGauges.Core.Model.LogarithmicBase"/> enumeration value which specifies the logarithmic base.</value>
  2173. </member>
  2174. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MajorTickCount">
  2175. <summary>
  2176. <para>Gets or sets the total number of major tickmarks displayed on a linear scale.</para>
  2177. </summary>
  2178. <value>An integer value that defines the total number of major tickmarks.</value>
  2179. </member>
  2180. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MajorTickmark">
  2181. <summary>
  2182. <para>Provides access to major tick marks&#39; display options.</para>
  2183. </summary>
  2184. <value>An object implementing the <see cref="T:DevExpress.XtraGauges.Core.Model.IMajorTickmark"/> interface that provides settings controlling the display of major tick marks.</value>
  2185. </member>
  2186. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue">
  2187. <summary>
  2188. <para>Gets or sets the maximum value of the linear scale.</para>
  2189. </summary>
  2190. <value>A <see cref="T:System.Single"/> value that is the maximum limit of the linear scale.</value>
  2191. </member>
  2192. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.MinMaxValueChanged">
  2193. <summary>
  2194. <para>Fires when the value of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> or <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> property is changed.</para>
  2195. </summary>
  2196. </member>
  2197. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinorTickCount">
  2198. <summary>
  2199. <para>Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks.</para>
  2200. </summary>
  2201. <value>An integer value that defines the number of minor tickmarks between adjacent major tickmarks.</value>
  2202. </member>
  2203. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinorTickmark">
  2204. <summary>
  2205. <para>Provides access to minor tick marks&#39; display options.</para>
  2206. </summary>
  2207. <value>An object implementing the <see cref="T:DevExpress.XtraGauges.Core.Model.IMinorTickmark"/> interface that provides settings controlling the display of minor tick marks.</value>
  2208. </member>
  2209. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue">
  2210. <summary>
  2211. <para>Gets or sets the minimum value of the linear scale.</para>
  2212. </summary>
  2213. <value>A <see cref="T:System.Single"/> value that is the minimum limit of the linear scale.</value>
  2214. </member>
  2215. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Percent">
  2216. <summary>
  2217. <para>Gets the percent of the current value, in relation to the scale&#39;s minimum and maximum values.</para>
  2218. </summary>
  2219. <value>The percent of the current value in relation to the scale&#39;s minimum and maximum values.</value>
  2220. </member>
  2221. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.PercentToPoint(System.Single)">
  2222. <summary>
  2223. <para>Converts the specified percent value to the corresponding point along the scale, between the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>.</para>
  2224. </summary>
  2225. <param name="percent">The percent value to be converted to a point along the scale.</param>
  2226. <returns>A point along the scale between the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>, in relative coordinates.</returns>
  2227. </member>
  2228. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.PercentToValue(System.Single)">
  2229. <summary>
  2230. <para>Converts the specified percent to a value.</para>
  2231. </summary>
  2232. <param name="percent">The percent to be converted to a value.</param>
  2233. <returns>The value corresponding to the specified percent.</returns>
  2234. </member>
  2235. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.PointToPercent(System.Drawing.PointF)">
  2236. <summary>
  2237. <para>Converts the specified point along the scale to the corresponding percent value in relation to the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>.</para>
  2238. </summary>
  2239. <param name="point">A point along the scale between the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>, in relative coordinates.</param>
  2240. <returns>The percent value of the specified point in relation to the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.EndPoint"/>.</returns>
  2241. </member>
  2242. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.PointToValue(System.Drawing.PointF)">
  2243. <summary>
  2244. <para></para>
  2245. </summary>
  2246. <param name="point"></param>
  2247. <returns></returns>
  2248. </member>
  2249. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Ranges">
  2250. <summary>
  2251. <para>Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale.</para>
  2252. </summary>
  2253. <value>A RangeCollection object that represents a collection of ranges.</value>
  2254. </member>
  2255. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.RescalingBestValues">
  2256. <summary>
  2257. <para>Enables an algorithm for smart adjustment of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> properties when the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.AutoRescaling"/> property is set to true.</para>
  2258. </summary>
  2259. <value>true if the algorithm for the smart adjustment of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> and <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> properties is enabled; otherwise, false.</value>
  2260. </member>
  2261. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.RescalingThresholdMax">
  2262. <summary>
  2263. <para>Specifies the threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> takes place. This property is in effect if the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.AutoRescaling"/> property is set to true.</para>
  2264. </summary>
  2265. <value>The threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MaxValue"/> takes place.</value>
  2266. </member>
  2267. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.RescalingThresholdMin">
  2268. <summary>
  2269. <para>Specifies the threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> takes place. This property is in effect if the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.AutoRescaling"/> property is set to true.</para>
  2270. </summary>
  2271. <value>The threshold, in percents, where the automatic correction of the <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.MinValue"/> takes place.</value>
  2272. </member>
  2273. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.ScaleLength">
  2274. <summary>
  2275. <para>Gets the length of the scale, determined by its minimum and maximum value.</para>
  2276. </summary>
  2277. <value>The length of the scale.</value>
  2278. </member>
  2279. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.StartPoint">
  2280. <summary>
  2281. <para>Gets or sets the starting point of the scale.</para>
  2282. </summary>
  2283. <value>An integer value that specifies the starting point of the scale, in relative coordinates.</value>
  2284. </member>
  2285. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.TickCount">
  2286. <summary>
  2287. <para>Gets the total number of major and minor tick marks on the scale.</para>
  2288. </summary>
  2289. <value>An integer value that specifies the total number of major and minor tick marks on the scale.</value>
  2290. </member>
  2291. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.UseColorScheme">
  2292. <summary>
  2293. <para>Gets or sets whether this scale should use Color Schemes.</para>
  2294. </summary>
  2295. <value>true if this scale should use Color Schemes; otherwise, false.</value>
  2296. </member>
  2297. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScale.Value">
  2298. <summary>
  2299. <para>Gets or sets the scale&#39;s current value.</para>
  2300. </summary>
  2301. <value>The scale&#39;s current value.</value>
  2302. </member>
  2303. <member name="E:DevExpress.XtraGauges.Core.Model.LinearScale.ValueChanged">
  2304. <summary>
  2305. <para>Fires after the scale&#39;s current value has been changed.</para>
  2306. </summary>
  2307. </member>
  2308. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.ValueToPercent(System.Single)">
  2309. <summary>
  2310. <para>Returns the percent of the specified value in relation to the scale&#39;s minimum and maximum values.</para>
  2311. </summary>
  2312. <param name="value">The value whose percent is to be returned.</param>
  2313. <returns>The percent of the specified value in relation to the scale&#39;s minimum and maximum values.</returns>
  2314. </member>
  2315. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.XtraCreateLabelsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  2316. <summary>
  2317. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2318. </summary>
  2319. <param name="e">An XtraItemEventArgs object.</param>
  2320. <returns>An object.</returns>
  2321. </member>
  2322. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScale.XtraCreateRangesItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  2323. <summary>
  2324. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2325. </summary>
  2326. <param name="e">An XtraItemEventArgs object.</param>
  2327. <returns>An object.</returns>
  2328. </member>
  2329. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer">
  2330. <summary>
  2331. <para>Represents the base class for background layers within linear gauges.</para>
  2332. </summary>
  2333. </member>
  2334. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.#ctor">
  2335. <summary>
  2336. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer"/> class.</para>
  2337. </summary>
  2338. </member>
  2339. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.#ctor(System.String)">
  2340. <summary>
  2341. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer"/> class.</para>
  2342. </summary>
  2343. <param name="name">A string that specifies the name of the created component.</param>
  2344. </member>
  2345. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.Assign(DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer)">
  2346. <summary>
  2347. <para>Copies settings of the specified object to the current object.</para>
  2348. </summary>
  2349. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer"/> object whose settings are copied to the current object.</param>
  2350. </member>
  2351. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer)">
  2352. <summary>
  2353. <para>Returns whether the current object has different settings than the specified one.</para>
  2354. </summary>
  2355. <param name="source">An object to be compared with the current object.</param>
  2356. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2357. </member>
  2358. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.LinearScale">
  2359. <summary>
  2360. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer"/> object is linked.</para>
  2361. </summary>
  2362. <value>An ILinearScale object that represents the scale to which the current object is linked.</value>
  2363. </member>
  2364. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.Scale">
  2365. <summary>
  2366. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer"/> object is linked.</para>
  2367. </summary>
  2368. <value>An IScale object that represents the scale to which the current object is linked.</value>
  2369. </member>
  2370. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.ScaleEndPos">
  2371. <summary>
  2372. <para>Positions the current layer relative to the scale&#39;s ending point.</para>
  2373. </summary>
  2374. <value>A PointF2D structure that specifies the position of the scale&#39;s ending point relative to the layer&#39;s left-top corner, in fractions.</value>
  2375. </member>
  2376. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.ScaleStartPos">
  2377. <summary>
  2378. <para>Positions the current layer relative to the scale&#39;s starting point.</para>
  2379. </summary>
  2380. <value>A PointF2D structure that specifies the position of the scale&#39;s starting point relative to the layer&#39;s left-top corner, in fractions.</value>
  2381. </member>
  2382. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.Shape">
  2383. <summary>
  2384. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  2385. </summary>
  2386. <value>A BaseShape object that represents the current shape.</value>
  2387. </member>
  2388. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayer.ShapeType">
  2389. <summary>
  2390. <para>Gets or sets the object&#39;s painting style.</para>
  2391. </summary>
  2392. <value>A BackgroundLayerShapeType value that represents the object&#39;s painting style.</value>
  2393. </member>
  2394. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer">
  2395. <summary>
  2396. <para>Represents the base class for effect layers within linear gauges.</para>
  2397. </summary>
  2398. </member>
  2399. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.#ctor">
  2400. <summary>
  2401. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer"/> class.</para>
  2402. </summary>
  2403. </member>
  2404. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.#ctor(System.String)">
  2405. <summary>
  2406. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer"/> class.</para>
  2407. </summary>
  2408. <param name="name">A string that specifies the name of the created component.</param>
  2409. </member>
  2410. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.Assign(DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer)">
  2411. <summary>
  2412. <para>Copies settings of the specified object to the current object.</para>
  2413. </summary>
  2414. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer"/> object whose settings are copied to the current object.</param>
  2415. </member>
  2416. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer)">
  2417. <summary>
  2418. <para>Returns whether the current object has different settings than the specified one.</para>
  2419. </summary>
  2420. <param name="source">An object to be compared with the current object.</param>
  2421. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2422. </member>
  2423. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.LinearScale">
  2424. <summary>
  2425. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer"/> object is linked.</para>
  2426. </summary>
  2427. <value>An ILinearScale object that represents the scale to which the current object is linked.</value>
  2428. </member>
  2429. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.Scale">
  2430. <summary>
  2431. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer"/> object is linked.</para>
  2432. </summary>
  2433. <value>An IScale object that represents the scale to which the current object is linked.</value>
  2434. </member>
  2435. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.ScaleEndPos">
  2436. <summary>
  2437. <para>Positions the current layer relative to the scale&#39;s ending point.</para>
  2438. </summary>
  2439. <value>A PointF2D structure that specifies the position of the scale&#39;s ending point relative to the layer&#39;s left-top corner, in fractions.</value>
  2440. </member>
  2441. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.ScaleStartPos">
  2442. <summary>
  2443. <para>Positions the current layer relative to the scale&#39;s starting point.</para>
  2444. </summary>
  2445. <value>A PointF2D structure that specifies the position of the scale&#39;s starting point relative to the layer&#39;s left-top corner, in fractions.</value>
  2446. </member>
  2447. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.Shape">
  2448. <summary>
  2449. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  2450. </summary>
  2451. <value>A BaseShape object that represents the current shape.</value>
  2452. </member>
  2453. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayer.ShapeType">
  2454. <summary>
  2455. <para>Gets or sets the object&#39;s painting style.</para>
  2456. </summary>
  2457. <value>An EffectLayerShapeType value that represents the object&#39;s painting style.</value>
  2458. </member>
  2459. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel">
  2460. <summary>
  2461. <para>Represents the base class for level bars within linear gauges.</para>
  2462. </summary>
  2463. </member>
  2464. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.#ctor">
  2465. <summary>
  2466. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel"/> class.</para>
  2467. </summary>
  2468. </member>
  2469. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.#ctor(System.String)">
  2470. <summary>
  2471. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel"/> class.</para>
  2472. </summary>
  2473. <param name="name">A string that specifies the name of the created component.</param>
  2474. </member>
  2475. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.Assign(DevExpress.XtraGauges.Core.Model.LinearScaleLevel)">
  2476. <summary>
  2477. <para>Copies settings of the specified object to the current object.</para>
  2478. </summary>
  2479. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel"/> object whose settings are copied to the current object.</param>
  2480. </member>
  2481. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.BarEmptyShape">
  2482. <summary>
  2483. <para>Gets the shape used to paint the level bar&#39;s empty section.</para>
  2484. </summary>
  2485. <value>A BaseShape object.</value>
  2486. </member>
  2487. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.BarEndShape">
  2488. <summary>
  2489. <para>Gets the shape used to paint the level bar&#39;s ending section.</para>
  2490. </summary>
  2491. <value>A BaseShape object.</value>
  2492. </member>
  2493. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.BarPackedShape">
  2494. <summary>
  2495. <para>Gets the shape object used to paint the level bar&#39;s packed section.</para>
  2496. </summary>
  2497. <value>A BaseShape object.</value>
  2498. </member>
  2499. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.BarStartShape">
  2500. <summary>
  2501. <para>Gets the shape of the level bar&#39;s starting section.</para>
  2502. </summary>
  2503. <value>A BaseShape object.</value>
  2504. </member>
  2505. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScaleLevel)">
  2506. <summary>
  2507. <para>Returns whether the current object has different settings than the specified one.</para>
  2508. </summary>
  2509. <param name="source">An object to be compared with the current object.</param>
  2510. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2511. </member>
  2512. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.LinearScale">
  2513. <summary>
  2514. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel"/> object is linked.</para>
  2515. </summary>
  2516. <value>An ILinearScale object that represents the scale to which the current object is linked.</value>
  2517. </member>
  2518. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.Scale">
  2519. <summary>
  2520. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleLevel"/> object is linked.</para>
  2521. </summary>
  2522. <value>An IScale object that represents the scale to which the current object is linked.</value>
  2523. </member>
  2524. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleLevel.ShapeType">
  2525. <summary>
  2526. <para>Gets or sets the object&#39;s painting style.</para>
  2527. </summary>
  2528. <value>A LevelShapeSetType value that represents the object&#39;s painting style.</value>
  2529. </member>
  2530. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker">
  2531. <summary>
  2532. <para>Represents the base class for markers within linear gauges.</para>
  2533. </summary>
  2534. </member>
  2535. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.#ctor">
  2536. <summary>
  2537. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker"/> class.</para>
  2538. </summary>
  2539. </member>
  2540. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.#ctor(System.String)">
  2541. <summary>
  2542. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker"/> class.</para>
  2543. </summary>
  2544. <param name="name">A string that specifies the name of the created component.</param>
  2545. </member>
  2546. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.Assign(DevExpress.XtraGauges.Core.Model.LinearScaleMarker)">
  2547. <summary>
  2548. <para>Copies settings of the specified object to the current object.</para>
  2549. </summary>
  2550. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker"/> object whose settings are copied to the current object.</param>
  2551. </member>
  2552. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScaleMarker)">
  2553. <summary>
  2554. <para>Returns whether the current object has different settings than the specified one.</para>
  2555. </summary>
  2556. <param name="source">An object to be compared with the current object.</param>
  2557. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2558. </member>
  2559. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.LinearScale">
  2560. <summary>
  2561. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker"/> object is linked.</para>
  2562. </summary>
  2563. <value>An ILinearScale object that represents the scale to which the current object is linked.</value>
  2564. </member>
  2565. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.Scale">
  2566. <summary>
  2567. <para>Gets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleMarker"/> object is linked.</para>
  2568. </summary>
  2569. <value>An IScale object that represents the scale to which the current object is linked.</value>
  2570. </member>
  2571. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.Shape">
  2572. <summary>
  2573. <para>Specifies the shape of the current object according to the current painting style specified by the ShapeType property.</para>
  2574. </summary>
  2575. <value>A BaseShape object that represents the current shape.</value>
  2576. </member>
  2577. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.ShapeOffset">
  2578. <summary>
  2579. <para>Gets or sets the offset of the marker&#39;s center from the scale axis.</para>
  2580. </summary>
  2581. <value>The offset of the marker&#39;s center from the scale axis, in relative coordinates.</value>
  2582. </member>
  2583. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.ShapeScale">
  2584. <summary>
  2585. <para>A Factor2D structure that specifies the marker&#39;s scale factors along the X and Y axes.</para>
  2586. </summary>
  2587. <value>A Factor2D structure that specifies the marker&#39;s scale factors along the X and Y axes.</value>
  2588. </member>
  2589. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleMarker.ShapeType">
  2590. <summary>
  2591. <para>Gets or sets the object&#39;s painting style.</para>
  2592. </summary>
  2593. <value>A MarkerPointerShapeType value that represents the object&#39;s painting style.</value>
  2594. </member>
  2595. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleRange">
  2596. <summary>
  2597. <para>Represents a custom range for a linear gauge.</para>
  2598. </summary>
  2599. </member>
  2600. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleRange.#ctor">
  2601. <summary>
  2602. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleRange"/> class.</para>
  2603. </summary>
  2604. </member>
  2605. <member name="T:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar">
  2606. <summary>
  2607. <para>Represents the base class for range bars within linear gauges.</para>
  2608. </summary>
  2609. </member>
  2610. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar.#ctor">
  2611. <summary>
  2612. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar"/> class.</para>
  2613. </summary>
  2614. </member>
  2615. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar.#ctor(System.String)">
  2616. <summary>
  2617. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar"/> class.</para>
  2618. </summary>
  2619. <param name="name">A string that specifies the name of the created component.</param>
  2620. </member>
  2621. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar.Assign(DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar)">
  2622. <summary>
  2623. <para>Copies settings of the specified object to the current object.</para>
  2624. </summary>
  2625. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar"/> object whose settings are copied to the current object.</param>
  2626. </member>
  2627. <member name="M:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar.IsDifferFrom(DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar)">
  2628. <summary>
  2629. <para>Returns whether the current object has different settings than the specified one.</para>
  2630. </summary>
  2631. <param name="source">An object to be compared with the current object.</param>
  2632. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2633. </member>
  2634. <member name="P:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar.LinearScale">
  2635. <summary>
  2636. <para>Gets or sets the scale object to which the current <see cref="T:DevExpress.XtraGauges.Core.Model.LinearScaleRangeBar"/> object is linked.</para>
  2637. </summary>
  2638. <value>An ILinearScale object that represents the scale to which the current object is linked.</value>
  2639. </member>
  2640. <member name="T:DevExpress.XtraGauges.Core.Model.LogarithmicBase">
  2641. <summary>
  2642. <para>Lists the values that specify the base for a logarithmic scale.</para>
  2643. </summary>
  2644. </member>
  2645. <member name="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Binary">
  2646. <summary>
  2647. <para>The base is equal to 2.</para>
  2648. </summary>
  2649. </member>
  2650. <member name="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Custom">
  2651. <summary>
  2652. <para>The base is specified by the <see cref="P:DevExpress.XtraGauges.Core.Model.ArcScale.CustomLogarithmicBase"/> (or <see cref="P:DevExpress.XtraGauges.Core.Model.LinearScale.CustomLogarithmicBase"/>) property.</para>
  2653. </summary>
  2654. </member>
  2655. <member name="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Decimal">
  2656. <summary>
  2657. <para>The base is equal to 10.</para>
  2658. </summary>
  2659. </member>
  2660. <member name="F:DevExpress.XtraGauges.Core.Model.LogarithmicBase.Exponential">
  2661. <summary>
  2662. <para>The base is equal to [e]((mathematical_constant))_ (approximately, 2.7182).</para>
  2663. </summary>
  2664. </member>
  2665. <member name="T:DevExpress.XtraGauges.Core.Model.RangeCollection">
  2666. <summary>
  2667. <para>Represents a collection of custom ranges.</para>
  2668. </summary>
  2669. </member>
  2670. <member name="M:DevExpress.XtraGauges.Core.Model.RangeCollection.Assign(DevExpress.XtraGauges.Core.Model.RangeCollection)">
  2671. <summary>
  2672. <para>Copies settings of the specified object to the current object.</para>
  2673. </summary>
  2674. <param name="ranges">A <see cref="T:DevExpress.XtraGauges.Core.Model.RangeCollection"/> object whose settings are copied to the current object.</param>
  2675. </member>
  2676. <member name="M:DevExpress.XtraGauges.Core.Model.RangeCollection.IsDifferFrom(DevExpress.XtraGauges.Core.Model.RangeCollection)">
  2677. <summary>
  2678. <para>Returns whether the current object has different settings than the specified one.</para>
  2679. </summary>
  2680. <param name="ranges">An object to be compared with the current object.</param>
  2681. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2682. </member>
  2683. <member name="T:DevExpress.XtraGauges.Core.Model.ScaleRange">
  2684. <summary>
  2685. <para>Represents the base class for ranges associated with a scale.</para>
  2686. </summary>
  2687. </member>
  2688. <member name="P:DevExpress.XtraGauges.Core.Model.ScaleRange.EndPercent">
  2689. <summary>
  2690. <para>Gets or sets the end value of the range in percents.</para>
  2691. </summary>
  2692. <value>A nullable Single value that specifies the end value of the range in percents.</value>
  2693. </member>
  2694. <member name="P:DevExpress.XtraGauges.Core.Model.ScaleRange.Scale">
  2695. <summary>
  2696. <para>Gets the scale with which the current range is associated.</para>
  2697. </summary>
  2698. <value>A DevExpress.XtraGauges.Core.Model.IScale object with which the current range is associated.</value>
  2699. </member>
  2700. <member name="P:DevExpress.XtraGauges.Core.Model.ScaleRange.StartPercent">
  2701. <summary>
  2702. <para>Gets or sets the start value of the range, as a percentage.</para>
  2703. </summary>
  2704. <value>A nullable Single value that specifies the start value of the range, as a percentage.</value>
  2705. </member>
  2706. <member name="T:DevExpress.XtraGauges.Core.Model.StateIndicator">
  2707. <summary>
  2708. <para>Represents the base class for state indicators within gauges of all types.</para>
  2709. </summary>
  2710. </member>
  2711. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.#ctor">
  2712. <summary>
  2713. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.StateIndicator"/> class.</para>
  2714. </summary>
  2715. </member>
  2716. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.#ctor(System.String)">
  2717. <summary>
  2718. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Model.StateIndicator"/> class.</para>
  2719. </summary>
  2720. <param name="name">A string that specifies the name of the created component.</param>
  2721. </member>
  2722. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.AddEnum(System.Enum)">
  2723. <summary>
  2724. <para>Creates states from the elements of the specified enumerator and adds them to the <see cref="P:DevExpress.XtraGauges.Core.Model.StateIndicator.States"/> collection.</para>
  2725. </summary>
  2726. <param name="states">An enumerator value that identifies states to be added to the <see cref="P:DevExpress.XtraGauges.Core.Model.StateIndicator.States"/> collection.</param>
  2727. </member>
  2728. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.Assign(DevExpress.XtraGauges.Core.Model.StateIndicator)">
  2729. <summary>
  2730. <para>Copies settings of the specified object to the current object.</para>
  2731. </summary>
  2732. <param name="source">A <see cref="T:DevExpress.XtraGauges.Core.Model.StateIndicator"/> object whose settings are copied to the current object.</param>
  2733. </member>
  2734. <member name="P:DevExpress.XtraGauges.Core.Model.StateIndicator.Center">
  2735. <summary>
  2736. <para>Gets or sets the position of the state indicator&#39;s center within the parent gauge.</para>
  2737. </summary>
  2738. <value>A PointF2D structure that represents the position of the state indicator&#39;s center within the parent gauge, in relative coordinates.</value>
  2739. </member>
  2740. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.IsDifferFrom(DevExpress.XtraGauges.Core.Model.StateIndicator)">
  2741. <summary>
  2742. <para>Returns whether the current object has different settings than the specified one.</para>
  2743. </summary>
  2744. <param name="source">An object to be compared with the current object.</param>
  2745. <returns>true if the current object has different settings than the specified one; otherwise, false.</returns>
  2746. </member>
  2747. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.SetStateByName(System.String)">
  2748. <summary>
  2749. <para>Activates a specific state by its name.</para>
  2750. </summary>
  2751. <param name="name">A string that specifies the name of the state to activate.</param>
  2752. </member>
  2753. <member name="P:DevExpress.XtraGauges.Core.Model.StateIndicator.Size">
  2754. <summary>
  2755. <para>Gets or sets the size of the state indicator.</para>
  2756. </summary>
  2757. <value>A SizeF structure that represents the size of the state indicator, in relative coordinates.</value>
  2758. </member>
  2759. <member name="P:DevExpress.XtraGauges.Core.Model.StateIndicator.State">
  2760. <summary>
  2761. <para>Gets the state indicator&#39;s current state.</para>
  2762. </summary>
  2763. <value>An IIndicatorState object that represents the current state.</value>
  2764. </member>
  2765. <member name="P:DevExpress.XtraGauges.Core.Model.StateIndicator.StateIndex">
  2766. <summary>
  2767. <para>Gets or sets the index of the current state in the collection of states.</para>
  2768. </summary>
  2769. <value>An integer value that specifies the index of the current state in the collection of states.</value>
  2770. </member>
  2771. <member name="P:DevExpress.XtraGauges.Core.Model.StateIndicator.States">
  2772. <summary>
  2773. <para>Contains states for the state indicator.</para>
  2774. </summary>
  2775. <value>An IndicatorStateCollection that contains states for the state indicator.</value>
  2776. </member>
  2777. <member name="M:DevExpress.XtraGauges.Core.Model.StateIndicator.XtraCreateStatesItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  2778. <summary>
  2779. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2780. </summary>
  2781. <param name="e">An XtraItemEventArgs object.</param>
  2782. <returns>An object.</returns>
  2783. </member>
  2784. <member name="T:DevExpress.XtraGauges.Core.Model.ValueIndicatorComponent`1">
  2785. <summary>
  2786. <para>The base class for all value indicator components.</para>
  2787. </summary>
  2788. <typeparam name="TProvider"></typeparam>
  2789. </member>
  2790. <member name="P:DevExpress.XtraGauges.Core.Model.ValueIndicatorComponent`1.ActualValue">
  2791. <summary>
  2792. <para>Gets the actual value of an indicator.</para>
  2793. </summary>
  2794. <value>A <see cref="T:System.Single"/> value that is the actual value of an indicator.</value>
  2795. </member>
  2796. <member name="P:DevExpress.XtraGauges.Core.Model.ValueIndicatorComponent`1.Value">
  2797. <summary>
  2798. <para>Gets or sets the value of a scale indicator.</para>
  2799. </summary>
  2800. <value>A <see cref="T:System.Single"/> nullable value that specifies the position of a value indicator on the scale.</value>
  2801. </member>
  2802. <member name="N:DevExpress.XtraGauges.Core.Primitive">
  2803. <summary>
  2804. <para>Contains classes that implement base functionality for gauge elements.</para>
  2805. </summary>
  2806. </member>
  2807. <member name="T:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive">
  2808. <summary>
  2809. <para>Represents the base class for visual elements of gauges.</para>
  2810. </summary>
  2811. </member>
  2812. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.#ctor">
  2813. <summary>
  2814. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive"/> class.</para>
  2815. </summary>
  2816. </member>
  2817. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.#ctor(System.String)">
  2818. <summary>
  2819. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive"/> class.</para>
  2820. </summary>
  2821. <param name="name">A string that specifies the name of the created component.</param>
  2822. </member>
  2823. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Angle">
  2824. <summary>
  2825. <para>Gets or sets the angle, measured in degrees, at which the current object is displayed.</para>
  2826. </summary>
  2827. <value>The angle at which the current object is displayed, measured in degrees.</value>
  2828. </member>
  2829. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.BeginTransform">
  2830. <summary>
  2831. <para>Prevents the transformation of the <see cref="T:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive"/> object from being performed until the EndTransform method is called.</para>
  2832. </summary>
  2833. </member>
  2834. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.BoundElementName">
  2835. <summary>
  2836. <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2837. </summary>
  2838. <value>A string value.</value>
  2839. </member>
  2840. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.CalcHitInfo(System.Drawing.Point)">
  2841. <summary>
  2842. <para>Retrieves information on the object&#39;s inner element, located under the specified point.</para>
  2843. </summary>
  2844. <param name="pt">A point to be tested.</param>
  2845. <returns>A BasePrimitiveHitInfo object that identifies the object&#39;s inner element located under the specified point.</returns>
  2846. </member>
  2847. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.CancelTransform">
  2848. <summary>
  2849. <para>Unlocks the object after the BeginTransform method has been called, without performing transformation.</para>
  2850. </summary>
  2851. </member>
  2852. <member name="E:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.CustomDrawElement">
  2853. <summary>
  2854. <para>Occurs before every gauge element is drawn, allowing you to draw it in a custom manner.</para>
  2855. </summary>
  2856. </member>
  2857. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Enabled">
  2858. <summary>
  2859. <para>Gets or sets whether the object is enabled.</para>
  2860. </summary>
  2861. <value>true if the object is enabled; otherwise, false.</value>
  2862. </member>
  2863. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.EndTransform">
  2864. <summary>
  2865. <para>Unlocks the <see cref="T:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive"/> object after the BeginUpdate method call and performs object transformation.</para>
  2866. </summary>
  2867. </member>
  2868. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.HitTestEnabled">
  2869. <summary>
  2870. <para>Gets or sets whether the hit-testing feature is enabled for the current object.</para>
  2871. </summary>
  2872. <value>true if the hit-testing feature is enabled for the current object; otherwise, false.</value>
  2873. </member>
  2874. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.IsTransformLocked">
  2875. <summary>
  2876. <para>Gets whether the object has been locked by the <see cref="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.BeginTransform"/> method.</para>
  2877. </summary>
  2878. <value>true if the object has been locked by the <see cref="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.BeginTransform"/> method; otherwise, false.</value>
  2879. </member>
  2880. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.IsXtraSerializing">
  2881. <summary>
  2882. <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2883. </summary>
  2884. <value>A Boolean value.</value>
  2885. </member>
  2886. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Location">
  2887. <summary>
  2888. <para>Gets or sets the object&#39;s location.</para>
  2889. </summary>
  2890. <value>A point that specifies the object&#39;s location, in relative points.</value>
  2891. </member>
  2892. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.ParentCollectionName">
  2893. <summary>
  2894. <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2895. </summary>
  2896. <value>A string value.</value>
  2897. </member>
  2898. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.ParentName">
  2899. <summary>
  2900. <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2901. </summary>
  2902. <value>A string value.</value>
  2903. </member>
  2904. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Renderable">
  2905. <summary>
  2906. <para>Gets or sets whether the object can be rendered on a graphics surface.</para>
  2907. </summary>
  2908. <value>true if the object can be rendered on a graphics surface; otherwise, false.</value>
  2909. </member>
  2910. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.ResetTransform">
  2911. <summary>
  2912. <para>Resets the object&#39;s location, rotation angle and scale factor.</para>
  2913. </summary>
  2914. </member>
  2915. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.ScaleFactor">
  2916. <summary>
  2917. <para>Gets or sets the object&#39;s scale along the X and Y axes.</para>
  2918. </summary>
  2919. <value>A Factor2D structure that specifies the object&#39;s scale factors along the X and Y axes.</value>
  2920. </member>
  2921. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Shader">
  2922. <summary>
  2923. <para>Gets or sets an object that allows the color of the object to be modified.</para>
  2924. </summary>
  2925. <value>A BaseColorShader object that represents the shader object.</value>
  2926. </member>
  2927. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Shapes">
  2928. <summary>
  2929. <para>Gets the collection of inner elements of the current object.</para>
  2930. </summary>
  2931. <value>A BaseShapeCollection of inner elements.</value>
  2932. </member>
  2933. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.Transform">
  2934. <summary>
  2935. <para>Gets or sets the transformation matrix.</para>
  2936. </summary>
  2937. <value>A <see cref="T:System.Drawing.Drawing2D.Matrix"/> object that specifies the transformation matrix.</value>
  2938. </member>
  2939. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.TypeNameEx">
  2940. <summary>
  2941. <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2942. </summary>
  2943. <value>A string value.</value>
  2944. </member>
  2945. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.WaitForPendingDelayedCalculation">
  2946. <summary>
  2947. <para>For internal use only.</para>
  2948. </summary>
  2949. </member>
  2950. <member name="M:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.XtraCreateShader(DevExpress.Utils.Serializing.XtraItemEventArgs)">
  2951. <summary>
  2952. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  2953. </summary>
  2954. <param name="e">An XtraItemEventArgs object.</param>
  2955. <returns>An object.</returns>
  2956. </member>
  2957. <member name="P:DevExpress.XtraGauges.Core.Primitive.BaseLeafPrimitive.ZOrder">
  2958. <summary>
  2959. <para>Gets or sets the Z-Order of the object.</para>
  2960. </summary>
  2961. <value>An integer value that specifies the Z-Order. Objects with higher Z-Orders are overlapped by objects with lower Z-Orders.</value>
  2962. </member>
  2963. <member name="T:DevExpress.XtraGauges.Core.StyleChooser">
  2964. <summary>
  2965. <para>A Style Chooser form that allows end-users to customize gauge styles at runtime.</para>
  2966. </summary>
  2967. </member>
  2968. <member name="M:DevExpress.XtraGauges.Core.StyleChooser.Show(DevExpress.XtraGauges.Base.IGauge)">
  2969. <summary>
  2970. <para>Invokes a Style Chooser form for the specified gauge.</para>
  2971. </summary>
  2972. <param name="gauge">An object implementing the DevExpress.XtraGauges.Base.IGauge interface.</param>
  2973. <returns>true if the Style Chooser form has been invoked successfully; otherwise, false.</returns>
  2974. </member>
  2975. <member name="T:DevExpress.XtraGauges.Core.StyleManager">
  2976. <summary>
  2977. <para>A Style Manager form that allows end-users to customize gauge styles at runtime.</para>
  2978. </summary>
  2979. </member>
  2980. <member name="M:DevExpress.XtraGauges.Core.StyleManager.Show(DevExpress.XtraGauges.Base.IGaugeContainer)">
  2981. <summary>
  2982. <para>Invokes a Style Manager form for the specified gauge container.</para>
  2983. </summary>
  2984. <param name="gaugeContainer">An object implementing the DevExpress.XtraGauges.Base.IGaugeContainer interface.</param>
  2985. <returns>true if the Style Manager form has been invoked successfully; otherwise, false.</returns>
  2986. </member>
  2987. </members>
  2988. </doc>