Terminal.Gui.Graphs.html 8.6 KB

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