Terminal.Gui.Graphs.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Namespace Terminal.Gui.Graphs
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Namespace Terminal.Gui.Graphs
  11. ">
  12. <meta name="generator" content="docfx 2.59.2.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Graphs">
  73. <h1 id="Terminal_Gui_Graphs" data-uid="Terminal.Gui.Graphs" class="text-break">Namespace Terminal.Gui.Graphs
  74. </h1>
  75. <div class="markdown level0 summary"></div>
  76. <div class="markdown level0 conceptual"></div>
  77. <div class="markdown level0 remarks"></div>
  78. <h3 id="classes">Classes
  79. </h3>
  80. <h4><a class="xref" href="Terminal.Gui.Graphs.Axis.html">Axis</a></h4>
  81. <section>
  82. Renders a continuous line with grid line ticks and labels
  83. </section>
  84. <h4><a class="xref" href="Terminal.Gui.Graphs.AxisIncrementToRender.html">AxisIncrementToRender</a></h4>
  85. <section>
  86. A location on an axis of a <a class="xref" href="Terminal.Gui.GraphView.html">GraphView</a> that may
  87. or may not have a label associated with it
  88. </section>
  89. <h4><a class="xref" href="Terminal.Gui.Graphs.BarSeries.html">BarSeries</a></h4>
  90. <section>
  91. Series of bars positioned at regular intervals
  92. </section>
  93. <h4><a class="xref" href="Terminal.Gui.Graphs.BarSeries.Bar.html">BarSeries.Bar</a></h4>
  94. <section>
  95. A single bar in a <a class="xref" href="Terminal.Gui.Graphs.BarSeries.html">BarSeries</a>
  96. </section>
  97. <h4><a class="xref" href="Terminal.Gui.Graphs.GraphCellToRender.html">GraphCellToRender</a></h4>
  98. <section>
  99. Describes how to render a single row/column of a <a class="xref" href="Terminal.Gui.GraphView.html">GraphView</a> based
  100. on the value(s) in <a class="xref" href="Terminal.Gui.Graphs.ISeries.html">ISeries</a> at that location
  101. </section>
  102. <h4><a class="xref" href="Terminal.Gui.Graphs.HorizontalAxis.html">HorizontalAxis</a></h4>
  103. <section>
  104. The horizontal (x axis) of a <a class="xref" href="Terminal.Gui.GraphView.html">GraphView</a>
  105. </section>
  106. <h4><a class="xref" href="Terminal.Gui.Graphs.LegendAnnotation.html">LegendAnnotation</a></h4>
  107. <section>
  108. A box containing symbol definitions e.g. meanings for colors in a graph.
  109. The &apos;Key&apos; to the graph
  110. </section>
  111. <h4><a class="xref" href="Terminal.Gui.Graphs.MultiBarSeries.html">MultiBarSeries</a></h4>
  112. <section>
  113. Collection of <a class="xref" href="Terminal.Gui.Graphs.BarSeries.html">BarSeries</a> in which bars are clustered by category
  114. </section>
  115. <h4><a class="xref" href="Terminal.Gui.Graphs.PathAnnotation.html">PathAnnotation</a></h4>
  116. <section>
  117. Sequence of lines to connect points e.g. of a <a class="xref" href="Terminal.Gui.Graphs.ScatterSeries.html">ScatterSeries</a>
  118. </section>
  119. <h4><a class="xref" href="Terminal.Gui.Graphs.PathAnnotation.LineF.html">PathAnnotation.LineF</a></h4>
  120. <section>
  121. Describes two points in graph space and a line between them
  122. </section>
  123. <h4><a class="xref" href="Terminal.Gui.Graphs.ScatterSeries.html">ScatterSeries</a></h4>
  124. <section>
  125. Series composed of any number of discrete data points
  126. </section>
  127. <h4><a class="xref" href="Terminal.Gui.Graphs.TextAnnotation.html">TextAnnotation</a></h4>
  128. <section>
  129. Displays text at a given position (in screen space or graph space)
  130. </section>
  131. <h4><a class="xref" href="Terminal.Gui.Graphs.VerticalAxis.html">VerticalAxis</a></h4>
  132. <section>
  133. The vertical (i.e. Y axis) of a <a class="xref" href="Terminal.Gui.GraphView.html">GraphView</a>
  134. </section>
  135. <h3 id="interfaces">Interfaces
  136. </h3>
  137. <h4><a class="xref" href="Terminal.Gui.Graphs.IAnnotation.html">IAnnotation</a></h4>
  138. <section>
  139. <p>Describes an overlay element that is rendered either before or
  140. after a series.</p>
  141. <p>Annotations can be positioned either in screen space (e.g.
  142. a legend) or in graph space (e.g. a line showing high point)
  143. </p>
  144. <p>Unlike <a class="xref" href="Terminal.Gui.Graphs.ISeries.html">ISeries</a>, annotations are allowed to
  145. draw into graph margins
  146. </p>
  147. </section>
  148. <h4><a class="xref" href="Terminal.Gui.Graphs.ISeries.html">ISeries</a></h4>
  149. <section>
  150. Describes a series of data that can be rendered into a <a class="xref" href="Terminal.Gui.GraphView.html">GraphView</a>>
  151. </section>
  152. <h3 id="enums">Enums
  153. </h3>
  154. <h4><a class="xref" href="Terminal.Gui.Graphs.Orientation.html">Orientation</a></h4>
  155. <section>
  156. Direction of an element (horizontal or vertical)
  157. </section>
  158. <h3 id="delegates">Delegates
  159. </h3>
  160. <h4><a class="xref" href="Terminal.Gui.Graphs.LabelGetterDelegate.html">LabelGetterDelegate</a></h4>
  161. <section>
  162. Delegate for custom formatting of axis labels. Determines what should be displayed at a given label
  163. </section>
  164. </article>
  165. </div>
  166. <div class="hidden-sm col-md-2" role="complementary">
  167. <div class="sideaffix">
  168. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  169. <h5>In This Article</h5>
  170. <div></div>
  171. </nav>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. <footer>
  177. <div class="grad-bottom"></div>
  178. <div class="footer">
  179. <div class="container">
  180. <span class="pull-right">
  181. <a href="#top">Back to top</a>
  182. </span>
  183. <span>Generated by <strong>DocFX</strong></span>
  184. </div>
  185. </div>
  186. </footer>
  187. </div>
  188. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  189. <script type="text/javascript" src="../../styles/docfx.js"></script>
  190. <script type="text/javascript" src="../../styles/main.js"></script>
  191. </body>
  192. </html>