Dalamud/docs/api/ImPlotNET.ImPlot.html
2023-01-26 23:57:38 +01:00

72320 lines
3.5 MiB

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ImPlot
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ImPlot
">
<meta name="generator" content="docfx 2.59.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="ImPlotNET.ImPlot">
<h1 id="ImPlotNET_ImPlot" data-uid="ImPlotNET.ImPlot" class="text-break">Class ImPlot
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">ImPlot</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ImPlotNET.html">ImPlotNET</a></h6>
<h6><strong>Assembly</strong>: ImGui.NET.dll</h6>
<h5 id="ImPlotNET_ImPlot_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class ImPlot</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_AddColormap_System_String_System_Numerics_Vector4__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.AddColormap(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_AddColormap_" data-uid="ImPlotNET.ImPlot.AddColormap*"></a>
<h4 id="ImPlotNET_ImPlot_AddColormap_System_String_System_Numerics_Vector4__System_Int32_" data-uid="ImPlotNET.ImPlot.AddColormap(System.String,System.Numerics.Vector4@,System.Int32)">AddColormap(String, ref Vector4, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_AddColormap_System_String_System_Numerics_Vector4__System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.AddColormap(System.String%2CSystem.Numerics.Vector4%40%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L42">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_AddColormap_" data-uid="ImPlotNET.ImPlot.AddColormap*"></a>
<h4 id="ImPlotNET_ImPlot_AddColormap_System_String_System_Numerics_Vector4__System_Int32_System_Boolean_" data-uid="ImPlotNET.ImPlot.AddColormap(System.String,System.Numerics.Vector4@,System.Int32,System.Boolean)">AddColormap(String, ref Vector4, Int32, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size, bool qual)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">qual</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_AddColormap_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.AddColormap(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L73">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_AddColormap_" data-uid="ImPlotNET.ImPlot.AddColormap*"></a>
<h4 id="ImPlotNET_ImPlot_AddColormap_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.AddColormap(System.String,System.UInt32@,System.Int32)">AddColormap(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotColormap AddColormap(string name, ref uint cols, int size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_AddColormap_System_String_System_UInt32__System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.AddColormap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L104">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_AddColormap_" data-uid="ImPlotNET.ImPlot.AddColormap*"></a>
<h4 id="ImPlotNET_ImPlot_AddColormap_System_String_System_UInt32__System_Int32_System_Boolean_" data-uid="ImPlotNET.ImPlot.AddColormap(System.String,System.UInt32@,System.Int32,System.Boolean)">AddColormap(String, ref UInt32, Int32, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotColormap AddColormap(string name, ref uint cols, int size, bool qual)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">qual</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.Annotation(System.Double%2CSystem.Double%2CSystem.Numerics.Vector4%2CSystem.Numerics.Vector2%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L135">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_Annotation_" data-uid="ImPlotNET.ImPlot.Annotation*"></a>
<h4 id="ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_" data-uid="ImPlotNET.ImPlot.Annotation(System.Double,System.Double,System.Numerics.Vector4,System.Numerics.Vector2,System.Boolean)">Annotation(Double, Double, Vector4, Vector2, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">clamp</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.Annotation(System.Double%2CSystem.Double%2CSystem.Numerics.Vector4%2CSystem.Numerics.Vector2%2CSystem.Boolean%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L141">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_Annotation_" data-uid="ImPlotNET.ImPlot.Annotation*"></a>
<h4 id="ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_System_Boolean_" data-uid="ImPlotNET.ImPlot.Annotation(System.Double,System.Double,System.Numerics.Vector4,System.Numerics.Vector2,System.Boolean,System.Boolean)">Annotation(Double, Double, Vector4, Vector2, Boolean, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, bool round)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">clamp</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">round</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.Annotation(System.Double%2CSystem.Double%2CSystem.Numerics.Vector4%2CSystem.Numerics.Vector2%2CSystem.Boolean%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L147">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_Annotation_" data-uid="ImPlotNET.ImPlot.Annotation*"></a>
<h4 id="ImPlotNET_ImPlot_Annotation_System_Double_System_Double_System_Numerics_Vector4_System_Numerics_Vector2_System_Boolean_System_String_" data-uid="ImPlotNET.ImPlot.Annotation(System.Double,System.Double,System.Numerics.Vector4,System.Numerics.Vector2,System.Boolean,System.String)">Annotation(Double, Double, Vector4, Vector2, Boolean, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">clamp</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginAlignedPlots_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginAlignedPlots(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L174">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginAlignedPlots_" data-uid="ImPlotNET.ImPlot.BeginAlignedPlots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginAlignedPlots_System_String_" data-uid="ImPlotNET.ImPlot.BeginAlignedPlots(System.String)">BeginAlignedPlots(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginAlignedPlots(string group_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">group_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginAlignedPlots_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginAlignedPlots(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L202">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginAlignedPlots_" data-uid="ImPlotNET.ImPlot.BeginAlignedPlots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginAlignedPlots_System_String_System_Boolean_" data-uid="ImPlotNET.ImPlot.BeginAlignedPlots(System.String,System.Boolean)">BeginAlignedPlots(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginAlignedPlots(string group_id, bool vertical)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">group_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">vertical</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourceAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourceAxis(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L230">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourceAxis_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceAxis*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourceAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceAxis(ImPlotNET.ImAxis)">BeginDragDropSourceAxis(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourceAxis(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourceAxis_ImPlotNET_ImAxis_ImGuiNET_ImGuiDragDropFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourceAxis(ImPlotNET.ImAxis%2CImGuiNET.ImGuiDragDropFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L236">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourceAxis_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceAxis*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourceAxis_ImPlotNET_ImAxis_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceAxis(ImPlotNET.ImAxis,ImGuiNET.ImGuiDragDropFlags)">BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourceAxis(ImAxis axis, ImGuiDragDropFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDragDropFlags.html">ImGuiDragDropFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourceItem_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourceItem(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L241">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourceItem_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceItem*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourceItem_System_String_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceItem(System.String)">BeginDragDropSourceItem(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourceItem(string label_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourceItem_System_String_ImGuiNET_ImGuiDragDropFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourceItem(System.String%2CImGuiNET.ImGuiDragDropFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L269">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourceItem_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceItem*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourceItem_System_String_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourceItem(System.String,ImGuiNET.ImGuiDragDropFlags)">BeginDragDropSourceItem(String, ImGuiDragDropFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourceItem(string label_id, ImGuiDragDropFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDragDropFlags.html">ImGuiDragDropFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourcePlot.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourcePlot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L296">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourcePlot_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourcePlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourcePlot" data-uid="ImPlotNET.ImPlot.BeginDragDropSourcePlot">BeginDragDropSourcePlot()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourcePlot()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropSourcePlot_ImGuiNET_ImGuiDragDropFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropSourcePlot(ImGuiNET.ImGuiDragDropFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L302">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropSourcePlot_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourcePlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropSourcePlot_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlot.BeginDragDropSourcePlot(ImGuiNET.ImGuiDragDropFlags)">BeginDragDropSourcePlot(ImGuiDragDropFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropSourcePlot(ImGuiDragDropFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiDragDropFlags.html">ImGuiDragDropFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropTargetAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropTargetAxis(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L307">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropTargetAxis_" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetAxis*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropTargetAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetAxis(ImPlotNET.ImAxis)">BeginDragDropTargetAxis(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropTargetAxis(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropTargetLegend.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropTargetLegend%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L312">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropTargetLegend_" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetLegend*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropTargetLegend" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetLegend">BeginDragDropTargetLegend()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropTargetLegend()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginDragDropTargetPlot.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginDragDropTargetPlot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L317">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginDragDropTargetPlot_" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetPlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginDragDropTargetPlot" data-uid="ImPlotNET.ImPlot.BeginDragDropTargetPlot">BeginDragDropTargetPlot()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginDragDropTargetPlot()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginLegendPopup_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginLegendPopup(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L322">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginLegendPopup_" data-uid="ImPlotNET.ImPlot.BeginLegendPopup*"></a>
<h4 id="ImPlotNET_ImPlot_BeginLegendPopup_System_String_" data-uid="ImPlotNET.ImPlot.BeginLegendPopup(System.String)">BeginLegendPopup(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginLegendPopup(string label_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginLegendPopup_System_String_ImGuiNET_ImGuiMouseButton_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginLegendPopup(System.String%2CImGuiNET.ImGuiMouseButton)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L350">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginLegendPopup_" data-uid="ImPlotNET.ImPlot.BeginLegendPopup*"></a>
<h4 id="ImPlotNET_ImPlot_BeginLegendPopup_System_String_ImGuiNET_ImGuiMouseButton_" data-uid="ImPlotNET.ImPlot.BeginLegendPopup(System.String,ImGuiNET.ImGuiMouseButton)">BeginLegendPopup(String, ImGuiMouseButton)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginLegendPopup(string label_id, ImGuiMouseButton mouse_button)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiMouseButton.html">ImGuiMouseButton</a></td>
<td><span class="parametername">mouse_button</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginPlot_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginPlot(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L377">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginPlot_" data-uid="ImPlotNET.ImPlot.BeginPlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginPlot_System_String_" data-uid="ImPlotNET.ImPlot.BeginPlot(System.String)">BeginPlot(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPlot(string title_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginPlot_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginPlot(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L406">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginPlot_" data-uid="ImPlotNET.ImPlot.BeginPlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginPlot_System_String_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.BeginPlot(System.String,System.Numerics.Vector2)">BeginPlot(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPlot(string title_id, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginPlot_System_String_System_Numerics_Vector2_ImPlotNET_ImPlotFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginPlot(System.String%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L434">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginPlot_" data-uid="ImPlotNET.ImPlot.BeginPlot*"></a>
<h4 id="ImPlotNET_ImPlot_BeginPlot_System_String_System_Numerics_Vector2_ImPlotNET_ImPlotFlags_" data-uid="ImPlotNET.ImPlot.BeginPlot(System.String,System.Numerics.Vector2,ImPlotNET.ImPlotFlags)">BeginPlot(String, Vector2, ImPlotFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginPlot(string title_id, Vector2 size, ImPlotFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotFlags.html">ImPlotFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginSubplots(System.String%2CSystem.Int32%2CSystem.Int32%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L461">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginSubplots_" data-uid="ImPlotNET.ImPlot.BeginSubplots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.BeginSubplots(System.String,System.Int32,System.Int32,System.Numerics.Vector2)">BeginSubplots(String, Int32, Int32, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginSubplots(System.String%2CSystem.Int32%2CSystem.Int32%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotSubplotFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L491">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginSubplots_" data-uid="ImPlotNET.ImPlot.BeginSubplots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_" data-uid="ImPlotNET.ImPlot.BeginSubplots(System.String,System.Int32,System.Int32,System.Numerics.Vector2,ImPlotNET.ImPlotSubplotFlags)">BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotSubplotFlags.html">ImPlotSubplotFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_System_Single__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginSubplots(System.String%2CSystem.Int32%2CSystem.Int32%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotSubplotFlags%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L520">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginSubplots_" data-uid="ImPlotNET.ImPlot.BeginSubplots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_System_Single__" data-uid="ImPlotNET.ImPlot.BeginSubplots(System.String,System.Int32,System.Int32,System.Numerics.Vector2,ImPlotNET.ImPlotSubplotFlags,System.Single@)">BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotSubplotFlags.html">ImPlotSubplotFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">row_ratios</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_System_Single__System_Single__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BeginSubplots(System.String%2CSystem.Int32%2CSystem.Int32%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotSubplotFlags%2CSystem.Single%40%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L551">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BeginSubplots_" data-uid="ImPlotNET.ImPlot.BeginSubplots*"></a>
<h4 id="ImPlotNET_ImPlot_BeginSubplots_System_String_System_Int32_System_Int32_System_Numerics_Vector2_ImPlotNET_ImPlotSubplotFlags_System_Single__System_Single__" data-uid="ImPlotNET.ImPlot.BeginSubplots(System.String,System.Int32,System.Int32,System.Numerics.Vector2,ImPlotNET.ImPlotSubplotFlags,System.Single@,System.Single@)">BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios, ref float col_ratios)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotSubplotFlags.html">ImPlotSubplotFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">row_ratios</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">col_ratios</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BustColorCache.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BustColorCache%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L584">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BustColorCache_" data-uid="ImPlotNET.ImPlot.BustColorCache*"></a>
<h4 id="ImPlotNET_ImPlot_BustColorCache" data-uid="ImPlotNET.ImPlot.BustColorCache">BustColorCache()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void BustColorCache()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_BustColorCache_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.BustColorCache(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L589">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_BustColorCache_" data-uid="ImPlotNET.ImPlot.BustColorCache*"></a>
<h4 id="ImPlotNET_ImPlot_BustColorCache_System_String_" data-uid="ImPlotNET.ImPlot.BustColorCache(System.String)">BustColorCache(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void BustColorCache(string plot_title_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">plot_title_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_CancelPlotSelection.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.CancelPlotSelection%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L615">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_CancelPlotSelection_" data-uid="ImPlotNET.ImPlot.CancelPlotSelection*"></a>
<h4 id="ImPlotNET_ImPlot_CancelPlotSelection" data-uid="ImPlotNET.ImPlot.CancelPlotSelection">CancelPlotSelection()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void CancelPlotSelection()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapButton_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapButton(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L619">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapButton_" data-uid="ImPlotNET.ImPlot.ColormapButton*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapButton_System_String_" data-uid="ImPlotNET.ImPlot.ColormapButton(System.String)">ColormapButton(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapButton(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapButton_System_String_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapButton(System.String%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L648">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapButton_" data-uid="ImPlotNET.ImPlot.ColormapButton*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapButton_System_String_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.ColormapButton(System.String,System.Numerics.Vector2)">ColormapButton(String, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapButton(string label, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapButton_System_String_System_Numerics_Vector2_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapButton(System.String%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L676">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapButton_" data-uid="ImPlotNET.ImPlot.ColormapButton*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapButton_System_String_System_Numerics_Vector2_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.ColormapButton(System.String,System.Numerics.Vector2,ImPlotNET.ImPlotColormap)">ColormapButton(String, Vector2, ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapButton(string label, Vector2 size, ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapIcon_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapIcon(ImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L703">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapIcon_" data-uid="ImPlotNET.ImPlot.ColormapIcon*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapIcon_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.ColormapIcon(ImPlotNET.ImPlotColormap)">ColormapIcon(ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapIcon(ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapScale(System.String%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L707">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapScale_" data-uid="ImPlotNET.ImPlot.ColormapScale*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.ColormapScale(System.String,System.Double,System.Double)">ColormapScale(String, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapScale(string label, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapScale(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L754">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapScale_" data-uid="ImPlotNET.ImPlot.ColormapScale*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.ColormapScale(System.String,System.Double,System.Double,System.Numerics.Vector2)">ColormapScale(String, Double, Double, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapScale(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L800">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapScale_" data-uid="ImPlotNET.ImPlot.ColormapScale*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_" data-uid="ImPlotNET.ImPlot.ColormapScale(System.String,System.Double,System.Double,System.Numerics.Vector2,System.String)">ColormapScale(String, Double, Double, Vector2, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_ImPlotNET_ImPlotColormapScaleFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapScale(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2%2CSystem.String%2CImPlotNET.ImPlotColormapScaleFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L850">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapScale_" data-uid="ImPlotNET.ImPlot.ColormapScale*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_ImPlotNET_ImPlotColormapScaleFlags_" data-uid="ImPlotNET.ImPlot.ColormapScale(System.String,System.Double,System.Double,System.Numerics.Vector2,System.String,ImPlotNET.ImPlotColormapScaleFlags)">ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormapScaleFlags.html">ImPlotColormapScaleFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_ImPlotNET_ImPlotColormapScaleFlags_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapScale(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2%2CSystem.String%2CImPlotNET.ImPlotColormapScaleFlags%2CImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L899">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapScale_" data-uid="ImPlotNET.ImPlot.ColormapScale*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapScale_System_String_System_Double_System_Double_System_Numerics_Vector2_System_String_ImPlotNET_ImPlotColormapScaleFlags_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.ColormapScale(System.String,System.Double,System.Double,System.Numerics.Vector2,System.String,ImPlotNET.ImPlotColormapScaleFlags,ImPlotNET.ImPlotColormap)">ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags, ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags, ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormapScaleFlags.html">ImPlotColormapScaleFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapSlider(System.String%2CSystem.Single%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L947">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapSlider_" data-uid="ImPlotNET.ImPlot.ColormapSlider*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__" data-uid="ImPlotNET.ImPlot.ColormapSlider(System.String,System.Single@)">ColormapSlider(String, ref Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapSlider(string label, ref float t)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapSlider(System.String%2CSystem.Single%40%2CSystem.Numerics.Vector4%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L997">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapSlider_" data-uid="ImPlotNET.ImPlot.ColormapSlider*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__" data-uid="ImPlotNET.ImPlot.ColormapSlider(System.String,System.Single@,System.Numerics.Vector4@)">ColormapSlider(String, ref Single, out Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapSlider(string label, ref float t, out Vector4 out)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">out</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapSlider(System.String%2CSystem.Single%40%2CSystem.Numerics.Vector4%40%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1049">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapSlider_" data-uid="ImPlotNET.ImPlot.ColormapSlider*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__System_String_" data-uid="ImPlotNET.ImPlot.ColormapSlider(System.String,System.Single@,System.Numerics.Vector4@,System.String)">ColormapSlider(String, ref Single, out Vector4, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapSlider(string label, ref float t, out Vector4 out, string format)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">out</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__System_String_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ColormapSlider(System.String%2CSystem.Single%40%2CSystem.Numerics.Vector4%40%2CSystem.String%2CImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1105">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ColormapSlider_" data-uid="ImPlotNET.ImPlot.ColormapSlider*"></a>
<h4 id="ImPlotNET_ImPlot_ColormapSlider_System_String_System_Single__System_Numerics_Vector4__System_String_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.ColormapSlider(System.String,System.Single@,System.Numerics.Vector4@,System.String,ImPlotNET.ImPlotColormap)">ColormapSlider(String, ref Single, out Vector4, String, ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ColormapSlider(string label, ref float t, out Vector4 out, string format, ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">out</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">format</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_CreateContext.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.CreateContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1160">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_CreateContext_" data-uid="ImPlotNET.ImPlot.CreateContext*"></a>
<h4 id="ImPlotNET_ImPlot_CreateContext" data-uid="ImPlotNET.ImPlot.CreateContext">CreateContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr CreateContext()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DestroyContext.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DestroyContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1165">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DestroyContext_" data-uid="ImPlotNET.ImPlot.DestroyContext*"></a>
<h4 id="ImPlotNET_ImPlot_DestroyContext" data-uid="ImPlotNET.ImPlot.DestroyContext">DestroyContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void DestroyContext()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DestroyContext_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DestroyContext(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1170">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DestroyContext_" data-uid="ImPlotNET.ImPlot.DestroyContext*"></a>
<h4 id="ImPlotNET_ImPlot_DestroyContext_System_IntPtr_" data-uid="ImPlotNET.ImPlot.DestroyContext(System.IntPtr)">DestroyContext(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void DestroyContext(IntPtr ctx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineX(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1174">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineX_" data-uid="ImPlotNET.ImPlot.DragLineX*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.DragLineX(System.Int32,System.Double@,System.Numerics.Vector4)">DragLineX(Int32, ref Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineX(int id, ref double x, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineX(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1184">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineX_" data-uid="ImPlotNET.ImPlot.DragLineX*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.DragLineX(System.Int32,System.Double@,System.Numerics.Vector4,System.Single)">DragLineX(Int32, ref Double, Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineX(int id, ref double x, Vector4 col, float thickness)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">thickness</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineX(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single%2CImPlotNET.ImPlotDragToolFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1193">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineX_" data-uid="ImPlotNET.ImPlot.DragLineX*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineX_System_Int32_System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_" data-uid="ImPlotNET.ImPlot.DragLineX(System.Int32,System.Double@,System.Numerics.Vector4,System.Single,ImPlotNET.ImPlotDragToolFlags)">DragLineX(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineX(int id, ref double x, Vector4 col, float thickness, ImPlotDragToolFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">thickness</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDragToolFlags.html">ImPlotDragToolFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineY(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1201">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineY_" data-uid="ImPlotNET.ImPlot.DragLineY*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.DragLineY(System.Int32,System.Double@,System.Numerics.Vector4)">DragLineY(Int32, ref Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineY(int id, ref double y, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineY(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1211">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineY_" data-uid="ImPlotNET.ImPlot.DragLineY*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.DragLineY(System.Int32,System.Double@,System.Numerics.Vector4,System.Single)">DragLineY(Int32, ref Double, Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineY(int id, ref double y, Vector4 col, float thickness)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">thickness</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragLineY(System.Int32%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single%2CImPlotNET.ImPlotDragToolFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1220">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragLineY_" data-uid="ImPlotNET.ImPlot.DragLineY*"></a>
<h4 id="ImPlotNET_ImPlot_DragLineY_System_Int32_System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_" data-uid="ImPlotNET.ImPlot.DragLineY(System.Int32,System.Double@,System.Numerics.Vector4,System.Single,ImPlotNET.ImPlotDragToolFlags)">DragLineY(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragLineY(int id, ref double y, Vector4 col, float thickness, ImPlotDragToolFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">thickness</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDragToolFlags.html">ImPlotDragToolFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragPoint(System.Int32%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1228">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragPoint_" data-uid="ImPlotNET.ImPlot.DragPoint*"></a>
<h4 id="ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.DragPoint(System.Int32,System.Double@,System.Double@,System.Numerics.Vector4)">DragPoint(Int32, ref Double, ref Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragPoint(int id, ref double x, ref double y, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragPoint(System.Int32%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1241">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragPoint_" data-uid="ImPlotNET.ImPlot.DragPoint*"></a>
<h4 id="ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.DragPoint(System.Int32,System.Double@,System.Double@,System.Numerics.Vector4,System.Single)">DragPoint(Int32, ref Double, ref Double, Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragPoint(System.Int32%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CSystem.Single%2CImPlotNET.ImPlotDragToolFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1253">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragPoint_" data-uid="ImPlotNET.ImPlot.DragPoint*"></a>
<h4 id="ImPlotNET_ImPlot_DragPoint_System_Int32_System_Double__System_Double__System_Numerics_Vector4_System_Single_ImPlotNET_ImPlotDragToolFlags_" data-uid="ImPlotNET.ImPlot.DragPoint(System.Int32,System.Double@,System.Double@,System.Numerics.Vector4,System.Single,ImPlotNET.ImPlotDragToolFlags)">DragPoint(Int32, ref Double, ref Double, Vector4, Single, ImPlotDragToolFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size, ImPlotDragToolFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDragToolFlags.html">ImPlotDragToolFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragRect_System_Int32_System_Double__System_Double__System_Double__System_Double__System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragRect(System.Int32%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1264">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragRect_" data-uid="ImPlotNET.ImPlot.DragRect*"></a>
<h4 id="ImPlotNET_ImPlot_DragRect_System_Int32_System_Double__System_Double__System_Double__System_Double__System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.DragRect(System.Int32,System.Double@,System.Double@,System.Double@,System.Double@,System.Numerics.Vector4)">DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_DragRect_System_Int32_System_Double__System_Double__System_Double__System_Double__System_Numerics_Vector4_ImPlotNET_ImPlotDragToolFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.DragRect(System.Int32%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Numerics.Vector4%2CImPlotNET.ImPlotDragToolFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1282">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_DragRect_" data-uid="ImPlotNET.ImPlot.DragRect*"></a>
<h4 id="ImPlotNET_ImPlot_DragRect_System_Int32_System_Double__System_Double__System_Double__System_Double__System_Numerics_Vector4_ImPlotNET_ImPlotDragToolFlags_" data-uid="ImPlotNET.ImPlot.DragRect(System.Int32,System.Double@,System.Double@,System.Double@,System.Double@,System.Numerics.Vector4,ImPlotNET.ImPlotDragToolFlags)">DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4, ImPlotDragToolFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col, ImPlotDragToolFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDragToolFlags.html">ImPlotDragToolFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndAlignedPlots.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndAlignedPlots%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1299">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndAlignedPlots_" data-uid="ImPlotNET.ImPlot.EndAlignedPlots*"></a>
<h4 id="ImPlotNET_ImPlot_EndAlignedPlots" data-uid="ImPlotNET.ImPlot.EndAlignedPlots">EndAlignedPlots()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndAlignedPlots()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndDragDropSource.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndDragDropSource%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1303">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndDragDropSource_" data-uid="ImPlotNET.ImPlot.EndDragDropSource*"></a>
<h4 id="ImPlotNET_ImPlot_EndDragDropSource" data-uid="ImPlotNET.ImPlot.EndDragDropSource">EndDragDropSource()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndDragDropSource()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndDragDropTarget.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndDragDropTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1307">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndDragDropTarget_" data-uid="ImPlotNET.ImPlot.EndDragDropTarget*"></a>
<h4 id="ImPlotNET_ImPlot_EndDragDropTarget" data-uid="ImPlotNET.ImPlot.EndDragDropTarget">EndDragDropTarget()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndDragDropTarget()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndLegendPopup.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndLegendPopup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1311">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndLegendPopup_" data-uid="ImPlotNET.ImPlot.EndLegendPopup*"></a>
<h4 id="ImPlotNET_ImPlot_EndLegendPopup" data-uid="ImPlotNET.ImPlot.EndLegendPopup">EndLegendPopup()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndLegendPopup()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndPlot.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndPlot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1315">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndPlot_" data-uid="ImPlotNET.ImPlot.EndPlot*"></a>
<h4 id="ImPlotNET_ImPlot_EndPlot" data-uid="ImPlotNET.ImPlot.EndPlot">EndPlot()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndPlot()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_EndSubplots.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.EndSubplots%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1319">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_EndSubplots_" data-uid="ImPlotNET.ImPlot.EndSubplots*"></a>
<h4 id="ImPlotNET_ImPlot_EndSubplots" data-uid="ImPlotNET.ImPlot.EndSubplots">EndSubplots()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void EndSubplots()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapColor_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapColor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1323">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapColor_" data-uid="ImPlotNET.ImPlot.GetColormapColor*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapColor_System_Int32_" data-uid="ImPlotNET.ImPlot.GetColormapColor(System.Int32)">GetColormapColor(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 GetColormapColor(int idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapColor_System_Int32_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapColor(System.Int32%2CImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1330">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapColor_" data-uid="ImPlotNET.ImPlot.GetColormapColor*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapColor_System_Int32_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.GetColormapColor(System.Int32,ImPlotNET.ImPlotColormap)">GetColormapColor(Int32, ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 GetColormapColor(int idx, ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapCount.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1336">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapCount_" data-uid="ImPlotNET.ImPlot.GetColormapCount*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapCount" data-uid="ImPlotNET.ImPlot.GetColormapCount">GetColormapCount()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetColormapCount()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapIndex_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapIndex(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1341">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapIndex_" data-uid="ImPlotNET.ImPlot.GetColormapIndex*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapIndex_System_String_" data-uid="ImPlotNET.ImPlot.GetColormapIndex(System.String)">GetColormapIndex(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotColormap GetColormapIndex(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapName_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapName(ImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1368">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapName_" data-uid="ImPlotNET.ImPlot.GetColormapName*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapName_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.GetColormapName(ImPlotNET.ImPlotColormap)">GetColormapName(ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetColormapName(ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapSize.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1373">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapSize_" data-uid="ImPlotNET.ImPlot.GetColormapSize*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapSize" data-uid="ImPlotNET.ImPlot.GetColormapSize">GetColormapSize()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetColormapSize()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetColormapSize_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetColormapSize(ImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1379">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetColormapSize_" data-uid="ImPlotNET.ImPlot.GetColormapSize*"></a>
<h4 id="ImPlotNET_ImPlot_GetColormapSize_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.GetColormapSize(ImPlotNET.ImPlotColormap)">GetColormapSize(ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetColormapSize(ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetCurrentContext.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetCurrentContext%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1384">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetCurrentContext_" data-uid="ImPlotNET.ImPlot.GetCurrentContext*"></a>
<h4 id="ImPlotNET_ImPlot_GetCurrentContext" data-uid="ImPlotNET.ImPlot.GetCurrentContext">GetCurrentContext()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr GetCurrentContext()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetInputMap.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetInputMap%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1389">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetInputMap_" data-uid="ImPlotNET.ImPlot.GetInputMap*"></a>
<h4 id="ImPlotNET_ImPlot_GetInputMap" data-uid="ImPlotNET.ImPlot.GetInputMap">GetInputMap()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotInputMapPtr GetInputMap()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInputMapPtr.html">ImPlotInputMapPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetLastItemColor.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetLastItemColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1394">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetLastItemColor_" data-uid="ImPlotNET.ImPlot.GetLastItemColor*"></a>
<h4 id="ImPlotNET_ImPlot_GetLastItemColor" data-uid="ImPlotNET.ImPlot.GetLastItemColor">GetLastItemColor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 GetLastItemColor()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetMarkerName_ImPlotNET_ImPlotMarker_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetMarkerName(ImPlotNET.ImPlotMarker)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1400">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetMarkerName_" data-uid="ImPlotNET.ImPlot.GetMarkerName*"></a>
<h4 id="ImPlotNET_ImPlot_GetMarkerName_ImPlotNET_ImPlotMarker_" data-uid="ImPlotNET.ImPlot.GetMarkerName(ImPlotNET.ImPlotMarker)">GetMarkerName(ImPlotMarker)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetMarkerName(ImPlotMarker idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotDrawList.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotDrawList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1405">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotDrawList_" data-uid="ImPlotNET.ImPlot.GetPlotDrawList*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotDrawList" data-uid="ImPlotNET.ImPlot.GetPlotDrawList">GetPlotDrawList()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImDrawListPtr GetPlotDrawList()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawListPtr.html">ImDrawListPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotLimits.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotLimits%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1410">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotLimits_" data-uid="ImPlotNET.ImPlot.GetPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotLimits" data-uid="ImPlotNET.ImPlot.GetPlotLimits">GetPlotLimits()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotLimits()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotLimits_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotLimits(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1417">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotLimits_" data-uid="ImPlotNET.ImPlot.GetPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotLimits_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotLimits(ImPlotNET.ImAxis)">GetPlotLimits(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotLimits(ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotLimits_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotLimits(ImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1423">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotLimits_" data-uid="ImPlotNET.ImPlot.GetPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotLimits_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotLimits(ImPlotNET.ImAxis,ImPlotNET.ImAxis)">GetPlotLimits(ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotLimits(ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotMousePos.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotMousePos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1428">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotMousePos_" data-uid="ImPlotNET.ImPlot.GetPlotMousePos*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotMousePos" data-uid="ImPlotNET.ImPlot.GetPlotMousePos">GetPlotMousePos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint GetPlotMousePos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotMousePos_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotMousePos(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1436">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotMousePos_" data-uid="ImPlotNET.ImPlot.GetPlotMousePos*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotMousePos_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotMousePos(ImPlotNET.ImAxis)">GetPlotMousePos(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint GetPlotMousePos(ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotMousePos_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotMousePos(ImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1443">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotMousePos_" data-uid="ImPlotNET.ImPlot.GetPlotMousePos*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotMousePos_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotMousePos(ImPlotNET.ImAxis,ImPlotNET.ImAxis)">GetPlotMousePos(ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint GetPlotMousePos(ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotPos.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotPos%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1449">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotPos_" data-uid="ImPlotNET.ImPlot.GetPlotPos*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotPos" data-uid="ImPlotNET.ImPlot.GetPlotPos">GetPlotPos()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetPlotPos()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotSelection.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotSelection%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1455">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotSelection_" data-uid="ImPlotNET.ImPlot.GetPlotSelection*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotSelection" data-uid="ImPlotNET.ImPlot.GetPlotSelection">GetPlotSelection()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotSelection()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotSelection_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotSelection(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1462">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotSelection_" data-uid="ImPlotNET.ImPlot.GetPlotSelection*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotSelection_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotSelection(ImPlotNET.ImAxis)">GetPlotSelection(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotSelection(ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotSelection_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotSelection(ImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1468">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotSelection_" data-uid="ImPlotNET.ImPlot.GetPlotSelection*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotSelection_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.GetPlotSelection(ImPlotNET.ImAxis,ImPlotNET.ImAxis)">GetPlotSelection(ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotRect GetPlotSelection(ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetPlotSize.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetPlotSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1473">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetPlotSize_" data-uid="ImPlotNET.ImPlot.GetPlotSize*"></a>
<h4 id="ImPlotNET_ImPlot_GetPlotSize" data-uid="ImPlotNET.ImPlot.GetPlotSize">GetPlotSize()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 GetPlotSize()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetStyle.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1479">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetStyle_" data-uid="ImPlotNET.ImPlot.GetStyle*"></a>
<h4 id="ImPlotNET_ImPlot_GetStyle" data-uid="ImPlotNET.ImPlot.GetStyle">GetStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotStylePtr GetStyle()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_GetStyleColorName_ImPlotNET_ImPlotCol_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.GetStyleColorName(ImPlotNET.ImPlotCol)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1484">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_GetStyleColorName_" data-uid="ImPlotNET.ImPlot.GetStyleColorName*"></a>
<h4 id="ImPlotNET_ImPlot_GetStyleColorName_ImPlotNET_ImPlotCol_" data-uid="ImPlotNET.ImPlot.GetStyleColorName(ImPlotNET.ImPlotCol)">GetStyleColorName(ImPlotCol)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string GetStyleColorName(ImPlotCol idx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCol.html">ImPlotCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_HideNextItem.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.HideNextItem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1489">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_HideNextItem_" data-uid="ImPlotNET.ImPlot.HideNextItem*"></a>
<h4 id="ImPlotNET_ImPlot_HideNextItem" data-uid="ImPlotNET.ImPlot.HideNextItem">HideNextItem()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void HideNextItem()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_HideNextItem_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.HideNextItem(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1495">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_HideNextItem_" data-uid="ImPlotNET.ImPlot.HideNextItem*"></a>
<h4 id="ImPlotNET_ImPlot_HideNextItem_System_Boolean_" data-uid="ImPlotNET.ImPlot.HideNextItem(System.Boolean)">HideNextItem(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void HideNextItem(bool hidden)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">hidden</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_HideNextItem_System_Boolean_ImPlotNET_ImPlotCond_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.HideNextItem(System.Boolean%2CImPlotNET.ImPlotCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1501">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_HideNextItem_" data-uid="ImPlotNET.ImPlot.HideNextItem*"></a>
<h4 id="ImPlotNET_ImPlot_HideNextItem_System_Boolean_ImPlotNET_ImPlotCond_" data-uid="ImPlotNET.ImPlot.HideNextItem(System.Boolean,ImPlotNET.ImPlotCond)">HideNextItem(Boolean, ImPlotCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void HideNextItem(bool hidden, ImPlotCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">hidden</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCond.html">ImPlotCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_IsAxisHovered_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.IsAxisHovered(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1506">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_IsAxisHovered_" data-uid="ImPlotNET.ImPlot.IsAxisHovered*"></a>
<h4 id="ImPlotNET_ImPlot_IsAxisHovered_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.IsAxisHovered(ImPlotNET.ImAxis)">IsAxisHovered(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsAxisHovered(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_IsLegendEntryHovered_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.IsLegendEntryHovered(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1511">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_IsLegendEntryHovered_" data-uid="ImPlotNET.ImPlot.IsLegendEntryHovered*"></a>
<h4 id="ImPlotNET_ImPlot_IsLegendEntryHovered_System_String_" data-uid="ImPlotNET.ImPlot.IsLegendEntryHovered(System.String)">IsLegendEntryHovered(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsLegendEntryHovered(string label_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_IsPlotHovered.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.IsPlotHovered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1538">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_IsPlotHovered_" data-uid="ImPlotNET.ImPlot.IsPlotHovered*"></a>
<h4 id="ImPlotNET_ImPlot_IsPlotHovered" data-uid="ImPlotNET.ImPlot.IsPlotHovered">IsPlotHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsPlotHovered()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_IsPlotSelected.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.IsPlotSelected%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1543">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_IsPlotSelected_" data-uid="ImPlotNET.ImPlot.IsPlotSelected*"></a>
<h4 id="ImPlotNET_ImPlot_IsPlotSelected" data-uid="ImPlotNET.ImPlot.IsPlotSelected">IsPlotSelected()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsPlotSelected()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_IsSubplotsHovered.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.IsSubplotsHovered%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1548">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_IsSubplotsHovered_" data-uid="ImPlotNET.ImPlot.IsSubplotsHovered*"></a>
<h4 id="ImPlotNET_ImPlot_IsSubplotsHovered" data-uid="ImPlotNET.ImPlot.IsSubplotsHovered">IsSubplotsHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsSubplotsHovered()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ItemIcon_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ItemIcon(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1553">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ItemIcon_" data-uid="ImPlotNET.ImPlot.ItemIcon*"></a>
<h4 id="ImPlotNET_ImPlot_ItemIcon_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.ItemIcon(System.Numerics.Vector4)">ItemIcon(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ItemIcon(Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ItemIcon_System_UInt32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ItemIcon(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1557">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ItemIcon_" data-uid="ImPlotNET.ImPlot.ItemIcon*"></a>
<h4 id="ImPlotNET_ImPlot_ItemIcon_System_UInt32_" data-uid="ImPlotNET.ImPlot.ItemIcon(System.UInt32)">ItemIcon(UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ItemIcon(uint col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_MapInputDefault.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.MapInputDefault%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1561">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_MapInputDefault_" data-uid="ImPlotNET.ImPlot.MapInputDefault*"></a>
<h4 id="ImPlotNET_ImPlot_MapInputDefault" data-uid="ImPlotNET.ImPlot.MapInputDefault">MapInputDefault()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void MapInputDefault()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_MapInputDefault_ImPlotNET_ImPlotInputMapPtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.MapInputDefault(ImPlotNET.ImPlotInputMapPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1566">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_MapInputDefault_" data-uid="ImPlotNET.ImPlot.MapInputDefault*"></a>
<h4 id="ImPlotNET_ImPlot_MapInputDefault_ImPlotNET_ImPlotInputMapPtr_" data-uid="ImPlotNET.ImPlot.MapInputDefault(ImPlotNET.ImPlotInputMapPtr)">MapInputDefault(ImPlotInputMapPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void MapInputDefault(ImPlotInputMapPtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInputMapPtr.html">ImPlotInputMapPtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_MapInputReverse.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.MapInputReverse%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1571">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_MapInputReverse_" data-uid="ImPlotNET.ImPlot.MapInputReverse*"></a>
<h4 id="ImPlotNET_ImPlot_MapInputReverse" data-uid="ImPlotNET.ImPlot.MapInputReverse">MapInputReverse()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void MapInputReverse()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_MapInputReverse_ImPlotNET_ImPlotInputMapPtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.MapInputReverse(ImPlotNET.ImPlotInputMapPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1576">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_MapInputReverse_" data-uid="ImPlotNET.ImPlot.MapInputReverse*"></a>
<h4 id="ImPlotNET_ImPlot_MapInputReverse_ImPlotNET_ImPlotInputMapPtr_" data-uid="ImPlotNET.ImPlot.MapInputReverse(ImPlotNET.ImPlotInputMapPtr)">MapInputReverse(ImPlotInputMapPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void MapInputReverse(ImPlotInputMapPtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInputMapPtr.html">ImPlotInputMapPtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_NextColormapColor.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.NextColormapColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1581">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_NextColormapColor_" data-uid="ImPlotNET.ImPlot.NextColormapColor*"></a>
<h4 id="ImPlotNET_ImPlot_NextColormapColor" data-uid="ImPlotNET.ImPlot.NextColormapColor">NextColormapColor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 NextColormapColor()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2)">PixelsToPlot(Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(Vector2 pix)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1595">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2,ImPlotNET.ImAxis)">PixelsToPlot(Vector2, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2%2CImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1602">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Numerics_Vector2_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Numerics.Vector2,ImPlotNET.ImAxis,ImPlotNET.ImAxis)">PixelsToPlot(Vector2, ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1608">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Single,System.Single)">PixelsToPlot(Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(float x, float y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Single%2CSystem.Single%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Single,System.Single,ImPlotNET.ImAxis)">PixelsToPlot(Single, Single, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PixelsToPlot(System.Single%2CSystem.Single%2CImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PixelsToPlot_" data-uid="ImPlotNET.ImPlot.PixelsToPlot*"></a>
<h4 id="ImPlotNET_ImPlot_PixelsToPlot_System_Single_System_Single_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PixelsToPlot(System.Single,System.Single,ImPlotNET.ImAxis,ImPlotNET.ImAxis)">PixelsToPlot(Single, Single, ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2055">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Byte@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Byte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2092">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Byte@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Byte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2128">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Byte@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2163">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Byte__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Byte@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1771">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Double@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Double, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1808">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Double@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Double, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1844">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Double@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1879">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Double__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Double@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2197">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int16@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Int16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2234">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int16@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Int16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2270">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int16@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2305">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int16__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int16@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2481">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int32@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2518">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int32@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Int32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2554">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int32@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2589">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int32__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int32@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2765">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int64@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Int64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2802">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int64@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Int64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2838">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int64@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2873">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Int64__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Int64@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1913">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.SByte@,System.Int32,System.Int32)">PlotBarGroups(String[], ref SByte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1950">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.SByte@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref SByte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1986">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.SByte@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2021">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_SByte__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.SByte@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1629">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Single@,System.Int32,System.Int32)">PlotBarGroups(String[], ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1666">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Single@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref Single, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1702">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Single@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L1737">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_Single__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.Single@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2339">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt16@,System.Int32,System.Int32)">PlotBarGroups(String[], ref UInt16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2376">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt16@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref UInt16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2412">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt16@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2447">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt16__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt16@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt32@,System.Int32,System.Int32)">PlotBarGroups(String[], ref UInt32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2660">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt32@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref UInt32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2696">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt32@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2731">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt32__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt32@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2907">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt64@,System.Int32,System.Int32)">PlotBarGroups(String[], ref UInt64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2944">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt64@,System.Int32,System.Int32,System.Double)">PlotBarGroups(String[], ref UInt64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L2980">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt64@,System.Int32,System.Int32,System.Double,System.Double)">PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBarGroups(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarGroupsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3015">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBarGroups_" data-uid="ImPlotNET.ImPlot.PlotBarGroups*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBarGroups_System_String___System_UInt64__System_Int32_System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarGroupsFlags_" data-uid="ImPlotNET.ImPlot.PlotBarGroups(System.String[],System.UInt64@,System.Int32,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarGroupsFlags)">PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">group_count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">group_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarGroupsFlags.html">ImPlotBarGroupsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5341">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Byte@,System.Int32,System.Double)">PlotBars(String, ref Byte, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5376">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5410">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5443">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32)">PlotBars(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3650">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32,System.Double)">PlotBars(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3683">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3715">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3746">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3776">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5073">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Double@,System.Int32,System.Double)">PlotBars(String, ref Double, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5108">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5142">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5175">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3238">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32)">PlotBars(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3272">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32,System.Double)">PlotBars(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3305">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3337">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3368">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3398">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5475">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int16@,System.Int32,System.Double)">PlotBars(String, ref Int16, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5510">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5544">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5577">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3805">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32)">PlotBars(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3839">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32,System.Double)">PlotBars(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3872">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3904">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3935">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3965">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4183">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32)">PlotBars(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4217">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32,System.Double)">PlotBars(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4250">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4282">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4313">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4343">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5743">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32@,System.Int32,System.Double)">PlotBars(String, ref Int32, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5778">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5812">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5845">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4561">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32)">PlotBars(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4595">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32,System.Double)">PlotBars(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4628">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4660">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4691">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4721">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6011">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int64@,System.Int32,System.Double)">PlotBars(String, ref Int64, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6046">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6080">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6113">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3427">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32)">PlotBars(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3461">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32,System.Double)">PlotBars(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3494">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotBars(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3526">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3557">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5207">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.SByte@,System.Int32,System.Double)">PlotBars(String, ref SByte, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5242">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5276">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5309">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3049">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32)">PlotBars(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3083">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32,System.Double)">PlotBars(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3116">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotBars(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3148">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3179">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3209">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4939">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Single@,System.Int32,System.Double)">PlotBars(String, ref Single, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4974">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5008">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5041">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L3994">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32)">PlotBars(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4028">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32,System.Double)">PlotBars(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4061">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotBars(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4093">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4124">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4154">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5609">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double)">PlotBars(String, ref UInt16, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5644">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5678">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5711">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4372">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32)">PlotBars(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4406">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32,System.Double)">PlotBars(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4439">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotBars(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4471">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4502">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4532">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5877">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double)">PlotBars(String, ref UInt32, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5912">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5946">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L5979">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4750">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32)">PlotBars(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4784">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32,System.Double)">PlotBars(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4817">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotBars(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4849">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4880">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L4910">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">shift</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6145">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double)">PlotBars(String, ref UInt64, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6180">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags)">PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6214">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32)">PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6247">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotBars_" data-uid="ImPlotNET.ImPlot.PlotBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotBars_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotBars(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotBarsFlags,System.Int32,System.Int32)">PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_size</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotBarsFlags.html">ImPlotBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6681">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Byte@,System.Byte@,System.Int32)">PlotDigital(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6716">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6750">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6783">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6413">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Double@,System.Double@,System.Int32)">PlotDigital(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6448">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6482">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6515">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6815">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int16@,System.Int16@,System.Int32)">PlotDigital(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6850">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6884">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6917">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7083">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int32@,System.Int32@,System.Int32)">PlotDigital(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7118">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7152">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7185">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7351">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int64@,System.Int64@,System.Int32)">PlotDigital(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7386">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7420">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7453">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6547">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.SByte@,System.SByte@,System.Int32)">PlotDigital(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6582">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6649">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6279">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Single@,System.Single@,System.Int32)">PlotDigital(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6314">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6348">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6381">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6949">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotDigital(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L6984">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7018">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7051">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7217">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotDigital(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7252">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7286">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7319">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7485">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotDigital(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7520">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotDigitalFlags)">PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7554">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32)">PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDigital(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotDigitalFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDigital_" data-uid="ImPlotNET.ImPlot.PlotDigital*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDigital_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotDigitalFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotDigital(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotDigitalFlags,System.Int32,System.Int32)">PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDigitalFlags.html">ImPlotDigitalFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDummy_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDummy(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7619">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDummy_" data-uid="ImPlotNET.ImPlot.PlotDummy*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDummy_System_String_" data-uid="ImPlotNET.ImPlot.PlotDummy(System.String)">PlotDummy(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDummy(string label_id)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotDummy_System_String_ImPlotNET_ImPlotDummyFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotDummy(System.String%2CImPlotNET.ImPlotDummyFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7646">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotDummy_" data-uid="ImPlotNET.ImPlot.PlotDummy*"></a>
<h4 id="ImPlotNET_ImPlot_PlotDummy_System_String_ImPlotNET_ImPlotDummyFlags_" data-uid="ImPlotNET.ImPlot.PlotDummy(System.String,ImPlotNET.ImPlotDummyFlags)">PlotDummy(String, ImPlotDummyFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotDummy(string label_id, ImPlotDummyFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotDummyFlags.html">ImPlotDummyFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9606">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Byte@,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9647">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9687">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9726">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8110">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8148">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8185">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8221">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9290">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Double@,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9331">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9371">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9410">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7818">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7856">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7893">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7929">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9764">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int16@,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9805">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9845">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9884">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8256">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8294">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8331">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8367">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8548">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8586">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8659">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10080">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10121">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10161">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10200">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8840">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8878">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8915">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8951">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10396">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int64@,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10437">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10477">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10516">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7964">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8002">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8039">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8075">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9448">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.SByte@,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9489">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9529">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9568">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.SByte@,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7672">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7710">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7747">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L7783">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9132">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Single@,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9173">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9213">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9252">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_Single__System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.Single@,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8402">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8440">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8477">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8513">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9922">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9963">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10003">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10042">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8694">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8732">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8769">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8805">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10238">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10279">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10319">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10358">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L8986">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9024">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9061">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9097">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">err</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10554">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10595">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10635">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotErrorBars(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotErrorBarsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10674">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotErrorBars_" data-uid="ImPlotNET.ImPlot.PlotErrorBars*"></a>
<h4 id="ImPlotNET_ImPlot_PlotErrorBars_System_String_System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotErrorBarsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotErrorBars(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotErrorBarsFlags,System.Int32,System.Int32)">PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">neg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotErrorBarsFlags.html">ImPlotErrorBarsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11801">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32)">PlotHeatmap(String, ref Byte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11853">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Byte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11904">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11954">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12008">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12061">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12113">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Byte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11075">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32)">PlotHeatmap(String, ref Double, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11127">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Double, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11178">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Double, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11228">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11282">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11335">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11387">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Double__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Double@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12164">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32)">PlotHeatmap(String, ref Int16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12216">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Int16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12267">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12317">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12371">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12424">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12476">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12890">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32)">PlotHeatmap(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12942">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Int32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12993">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13043">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13097">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13150">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13202">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32)">PlotHeatmap(String, ref Int64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13668">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Int64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13719">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13769">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13823">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13876">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13928">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Int64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11438">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32)">PlotHeatmap(String, ref SByte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11490">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref SByte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11541">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11591">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11645">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11698">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11750">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.SByte@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10712">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32)">PlotHeatmap(String, ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10764">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref Single, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10815">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref Single, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10865">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10919">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L10972">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L11024">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_Single__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.Single@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12527">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32)">PlotHeatmap(String, ref UInt16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12579">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12630">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12680">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12734">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12787">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L12839">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13253">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32)">PlotHeatmap(String, ref UInt32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13305">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13356">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13406">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13460">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13513">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13565">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L13979">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32)">PlotHeatmap(String, ref UInt64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14031">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14082">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,System.Double)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14132">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,System.Double,System.String)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14186">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14239">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHeatmap(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.String%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotHeatmapFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14291">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHeatmap_" data-uid="ImPlotNET.ImPlot.PlotHeatmap*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHeatmap_System_String_System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_String_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotHeatmapFlags_" data-uid="ImPlotNET.ImPlot.PlotHeatmap(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,System.Double,System.String,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotHeatmapFlags)">PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">rows</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHeatmapFlags.html">ImPlotHeatmapFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14822">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Byte@,System.Int32)">PlotHistogram(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14856">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Byte@,System.Int32,System.Int32)">PlotHistogram(String, ref Byte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref byte values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14889">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Byte@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Byte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14921">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Byte@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14952">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Byte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Byte@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14502">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Double@,System.Int32)">PlotHistogram(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14536">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Double@,System.Int32,System.Int32)">PlotHistogram(String, ref Double, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref double values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14569">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Double@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Double, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14601">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Double@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14632">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Double__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Double@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14982">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int16@,System.Int32)">PlotHistogram(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15016">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int16@,System.Int32,System.Int32)">PlotHistogram(String, ref Int16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref short values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15049">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int16@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Int16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15081">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int16@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15112">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int16@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15302">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int32@,System.Int32)">PlotHistogram(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15336">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int32@,System.Int32,System.Int32)">PlotHistogram(String, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref int values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15369">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int32@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Int32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15401">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int32@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15432">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int32@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15622">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int64@,System.Int32)">PlotHistogram(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15656">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int64@,System.Int32,System.Int32)">PlotHistogram(String, ref Int64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref long values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15689">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int64@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Int64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15721">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int64@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15752">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Int64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Int64@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14662">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.SByte@,System.Int32)">PlotHistogram(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14696">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.SByte@,System.Int32,System.Int32)">PlotHistogram(String, ref SByte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14729">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.SByte@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref SByte, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14761">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.SByte@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14792">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_SByte__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.SByte@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14342">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Single@,System.Int32)">PlotHistogram(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14376">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32)">PlotHistogram(String, ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref float values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14409">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref Single, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14441">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L14472">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_Single__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.Single@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15142">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt16@,System.Int32)">PlotHistogram(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15176">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt16@,System.Int32,System.Int32)">PlotHistogram(String, ref UInt16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ushort values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15209">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt16@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref UInt16, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15241">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15272">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt16__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt16@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15462">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt32@,System.Int32)">PlotHistogram(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15496">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt32@,System.Int32,System.Int32)">PlotHistogram(String, ref UInt32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref uint values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15529">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt32@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref UInt32, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15561">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15592">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt32__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt32@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15782">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt64@,System.Int32)">PlotHistogram(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15816">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt64@,System.Int32,System.Int32)">PlotHistogram(String, ref UInt64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ulong values, int count, int bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15849">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt64@,System.Int32,System.Int32,System.Double)">PlotHistogram(String, ref UInt64, Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15881">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange)">PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotRange%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15912">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram_" data-uid="ImPlotNET.ImPlot.PlotHistogram*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram_System_String_System_UInt64__System_Int32_System_Int32_System_Double_ImPlotNET_ImPlotRange_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram(System.String,System.UInt64@,System.Int32,System.Int32,System.Double,ImPlotNET.ImPlotRange,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">bar_scale</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRange.html">ImPlotRange</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16467">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Byte@,System.Byte@,System.Int32)">PlotHistogram2D(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16504">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Byte@,System.Byte@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16540">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Byte@,System.Byte@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16575">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Byte@,System.Byte@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16609">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Byte@,System.Byte@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16117">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Double@,System.Double@,System.Int32)">PlotHistogram2D(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16154">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Double@,System.Double@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Double, ref Double, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16190">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Double@,System.Double@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16225">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Double@,System.Double@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16259">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Double__System_Double__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Double@,System.Double@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16642">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int16@,System.Int16@,System.Int32)">PlotHistogram2D(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16679">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int16@,System.Int16@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16715">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int16@,System.Int16@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16750">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int16@,System.Int16@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16784">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int16@,System.Int16@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16992">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int32@,System.Int32@,System.Int32)">PlotHistogram2D(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17029">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int32@,System.Int32@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17065">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int32@,System.Int32@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17100">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int32@,System.Int32@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17134">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int32@,System.Int32@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17342">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int64@,System.Int64@,System.Int32)">PlotHistogram2D(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17379">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int64@,System.Int64@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17415">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int64@,System.Int64@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17450">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int64@,System.Int64@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17484">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Int64@,System.Int64@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16292">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.SByte@,System.SByte@,System.Int32)">PlotHistogram2D(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16329">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.SByte@,System.SByte@,System.Int32,System.Int32)">PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16365">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.SByte@,System.SByte@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16400">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.SByte@,System.SByte@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16434">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.SByte@,System.SByte@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15942">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Single@,System.Single@,System.Int32)">PlotHistogram2D(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L15979">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Single@,System.Single@,System.Int32,System.Int32)">PlotHistogram2D(String, ref Single, ref Single, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16015">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Single@,System.Single@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16050">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Single@,System.Single@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16084">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_Single__System_Single__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.Single@,System.Single@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16817">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotHistogram2D(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16854">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16890">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16925">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L16959">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17167">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotHistogram2D(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17204">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17240">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17275">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17309">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17517">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotHistogram2D(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17554">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17590">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Int32,System.Int32)">PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17625">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect)">PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins, ImPlotRect range)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotHistogram2D(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CImPlotNET.ImPlotRect%2CImPlotNET.ImPlotHistogramFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17659">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotHistogram2D_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D*"></a>
<h4 id="ImPlotNET_ImPlot_PlotHistogram2D_System_String_System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_ImPlotNET_ImPlotRect_ImPlotNET_ImPlotHistogramFlags_" data-uid="ImPlotNET.ImPlot.PlotHistogram2D(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Int32,System.Int32,ImPlotNET.ImPlotRect,ImPlotNET.ImPlotHistogramFlags)">PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">x_bins</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">y_bins</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotRect.html">ImPlotRect</a></td>
<td><span class="parametername">range</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotHistogramFlags.html">ImPlotHistogramFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotImage(System.String%2CSystem.IntPtr%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17692">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlot.PlotImage*"></a>
<h4 id="ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotImage(System.String,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotImage(System.String%2CSystem.IntPtr%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17722">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlot.PlotImage*"></a>
<h4 id="ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.PlotImage(System.String,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,System.Numerics.Vector2)">PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotImage(System.String%2CSystem.IntPtr%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17751">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlot.PlotImage*"></a>
<h4 id="ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.PlotImage(System.String,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,System.Numerics.Vector2,System.Numerics.Vector2)">PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotImage(System.String%2CSystem.IntPtr%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17779">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlot.PlotImage*"></a>
<h4 id="ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.PlotImage(System.String,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector4)">PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1, Vector4 tint_col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">tint_col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_ImPlotNET_ImPlotImageFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotImage(System.String%2CSystem.IntPtr%2CImPlotNET.ImPlotPoint%2CImPlotNET.ImPlotPoint%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector2%2CSystem.Numerics.Vector4%2CImPlotNET.ImPlotImageFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17806">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlot.PlotImage*"></a>
<h4 id="ImPlotNET_ImPlot_PlotImage_System_String_System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_ImPlotNET_ImPlotImageFlags_" data-uid="ImPlotNET.ImPlot.PlotImage(System.String,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector4,ImPlotNET.ImPlotImageFlags)">PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4, ImPlotImageFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1, Vector4 tint_col, ImPlotImageFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">user_texture_id</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_min</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">bounds_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">uv1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">tint_col</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotImageFlags.html">ImPlotImageFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18198">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Byte@,System.Int32)">PlotInfLines(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18230">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Byte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18261">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Byte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18291">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Byte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Byte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17954">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Double@,System.Int32)">PlotInfLines(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17986">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Double@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18017">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Double@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18047">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Double__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Double@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18320">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int16@,System.Int32)">PlotInfLines(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18352">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18383">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18413">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18564">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int32@,System.Int32)">PlotInfLines(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18596">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18627">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18657">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18808">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int64@,System.Int32)">PlotInfLines(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18840">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18871">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18901">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Int64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Int64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18076">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.SByte@,System.Int32)">PlotInfLines(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18108">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.SByte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18139">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.SByte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18169">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_SByte__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.SByte@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17832">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Single@,System.Int32)">PlotInfLines(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17864">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Single@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17895">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Single@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L17925">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_Single__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.Single@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18442">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt16@,System.Int32)">PlotInfLines(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18474">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18505">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18535">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt16__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt16@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18686">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt32@,System.Int32)">PlotInfLines(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18718">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18749">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18779">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt32__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt32@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18930">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt64@,System.Int32)">PlotInfLines(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18962">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags)">PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L18993">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32)">PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotInfLines(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotInfLinesFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19023">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotInfLines_" data-uid="ImPlotNET.ImPlot.PlotInfLines*"></a>
<h4 id="ImPlotNET_ImPlot_PlotInfLines_System_String_System_UInt64__System_Int32_ImPlotNET_ImPlotInfLinesFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotInfLines(System.String,System.UInt64@,System.Int32,ImPlotNET.ImPlotInfLinesFlags,System.Int32,System.Int32)">PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotInfLinesFlags.html">ImPlotInfLinesFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21344">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Byte@,System.Int32)">PlotLine(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21379">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21413">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21446">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19619">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32)">PlotLine(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19653">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32,System.Double)">PlotLine(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19686">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19718">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19749">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19779">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21076">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Double@,System.Int32)">PlotLine(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21111">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21145">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21178">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19241">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32)">PlotLine(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19275">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32,System.Double)">PlotLine(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19308">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19340">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19371">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19401">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21478">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int16@,System.Int32)">PlotLine(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21513">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21547">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21580">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19808">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32)">PlotLine(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19842">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32,System.Double)">PlotLine(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19875">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19907">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19938">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19968">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20186">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32)">PlotLine(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20220">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32,System.Double)">PlotLine(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20253">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20285">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20316">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20346">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21746">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32@,System.Int32)">PlotLine(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21781">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21815">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21848">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20564">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32)">PlotLine(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20598">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32,System.Double)">PlotLine(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20631">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20663">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20694">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20724">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22014">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int64@,System.Int32)">PlotLine(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22049">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22083">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22116">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19430">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32)">PlotLine(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19464">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32,System.Double)">PlotLine(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19497">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotLine(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19529">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19560">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19590">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21210">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.SByte@,System.Int32)">PlotLine(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21245">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21279">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21312">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19052">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32)">PlotLine(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19086">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32,System.Double)">PlotLine(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19119">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotLine(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19151">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19182">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19212">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20942">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Single@,System.Int32)">PlotLine(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20977">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21011">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21044">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L19997">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32)">PlotLine(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20031">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32,System.Double)">PlotLine(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20064">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotLine(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20096">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20127">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20157">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21612">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotLine(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21647">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21681">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21714">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20375">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32)">PlotLine(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20409">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32,System.Double)">PlotLine(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20442">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotLine(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20474">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20505">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20535">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21880">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotLine(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21915">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21949">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L21982">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20753">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32)">PlotLine(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20787">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32,System.Double)">PlotLine(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20820">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotLine(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20852">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20883">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L20913">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22148">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotLine(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22183">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotLineFlags)">PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22217">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32)">PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotLine(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotLineFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22250">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotLine_" data-uid="ImPlotNET.ImPlot.PlotLine*"></a>
<h4 id="ImPlotNET_ImPlot_PlotLine_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotLineFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotLine(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotLineFlags,System.Int32,System.Int32)">PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLineFlags.html">ImPlotLineFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22957">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Byte@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Byte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23011">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Byte@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23069">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Byte@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23126">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Byte@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22507">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Double@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Double, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22561">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Double@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22619">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Double@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22676">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Double__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Double@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23182">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int16@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Int16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23236">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int16@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23294">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int16@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23351">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int16@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23632">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int32@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Int32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23686">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int32@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23744">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int32@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23801">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int32@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24082">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int64@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Int64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24136">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int64@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24194">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int64@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24251">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Int64@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22732">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.SByte@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref SByte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22786">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.SByte@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22844">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.SByte@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22901">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.SByte@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22282">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Single@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref Single, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22336">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Single@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22394">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Single@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L22451">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_Single__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.Single@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23407">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt16@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23461">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt16@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23519">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt16@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23576">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt16@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23857">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt32@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23911">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt32@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L23969">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt32@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24026">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt32@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24307">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt64@,System.Int32,System.Double,System.Double,System.Double)">PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24361">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt64@,System.Int32,System.Double,System.Double,System.Double,System.String)">PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24419">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt64@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double)">PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt, double angle0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotPieChart(System.String%5B%5D%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CSystem.String%2CSystem.Double%2CImPlotNET.ImPlotPieChartFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24476">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotPieChart_" data-uid="ImPlotNET.ImPlot.PlotPieChart*"></a>
<h4 id="ImPlotNET_ImPlot_PlotPieChart_System_String___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_String_System_Double_ImPlotNET_ImPlotPieChartFlags_" data-uid="ImPlotNET.ImPlot.PlotPieChart(System.String[],System.UInt64@,System.Int32,System.Double,System.Double,System.Double,System.String,System.Double,ImPlotNET.ImPlotPieChartFlags)">PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">label_ids</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">radius</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_fmt</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">angle0</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPieChartFlags.html">ImPlotPieChartFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26824">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Byte@,System.Int32)">PlotScatter(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26859">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26893">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26926">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25099">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32)">PlotScatter(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25133">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32,System.Double)">PlotScatter(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25166">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25198">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25229">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25259">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26556">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Double@,System.Int32)">PlotScatter(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26591">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26625">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26658">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24721">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32)">PlotScatter(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24755">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32,System.Double)">PlotScatter(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24788">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24820">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24851">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24881">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26958">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int16@,System.Int32)">PlotScatter(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26993">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27027">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27060">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25288">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32)">PlotScatter(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25322">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32,System.Double)">PlotScatter(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25355">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25387">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25418">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25448">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25666">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32)">PlotScatter(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25700">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32,System.Double)">PlotScatter(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25733">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25765">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25796">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25826">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27226">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32@,System.Int32)">PlotScatter(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27261">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27295">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27328">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26044">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32)">PlotScatter(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26078">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32,System.Double)">PlotScatter(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26111">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26143">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26174">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26204">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27494">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int64@,System.Int32)">PlotScatter(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27529">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27563">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27596">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24910">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32)">PlotScatter(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24944">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32,System.Double)">PlotScatter(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24977">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25009">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25040">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25070">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26690">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.SByte@,System.Int32)">PlotScatter(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26725">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26759">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26792">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24532">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32)">PlotScatter(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24566">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32,System.Double)">PlotScatter(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24599">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24631">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24662">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L24692">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26422">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Single@,System.Int32)">PlotScatter(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26457">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26491">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26524">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25477">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32)">PlotScatter(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25511">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32,System.Double)">PlotScatter(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25544">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25576">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25607">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25637">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27092">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotScatter(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27127">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27161">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27194">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25855">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32)">PlotScatter(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25889">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32,System.Double)">PlotScatter(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25922">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25954">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L25985">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26015">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27360">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotScatter(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27395">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27429">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27462">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26233">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32)">PlotScatter(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26267">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32,System.Double)">PlotScatter(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26300">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotScatter(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26332">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26363">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L26393">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27628">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotScatter(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27663">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotScatterFlags)">PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27697">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32)">PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotScatter(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotScatterFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27730">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotScatter_" data-uid="ImPlotNET.ImPlot.PlotScatter*"></a>
<h4 id="ImPlotNET_ImPlot_PlotScatter_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotScatterFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotScatter(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotScatterFlags,System.Int32,System.Int32)">PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScatterFlags.html">ImPlotScatterFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32140">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32)">PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32178">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32215">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32251">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30512">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Int32)">PlotShaded(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30548">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Int32,System.Double)">PlotShaded(String, ref Byte, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30583">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30617">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30650">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28434">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32)">PlotShaded(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28469">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double)">PlotShaded(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28503">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28536">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Byte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28568">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28599">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28629">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31848">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Double@,System.Int32)">PlotShaded(String, ref Double, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31886">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31923">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31959">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Double__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30172">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Int32)">PlotShaded(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30208">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Int32,System.Double)">PlotShaded(String, ref Double, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30243">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30277">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30310">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27986">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32)">PlotShaded(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28021">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double)">PlotShaded(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28055">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28088">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Double, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28120">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28151">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28181">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32286">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32)">PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32324">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32361">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32397">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30682">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int32)">PlotShaded(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30718">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int32,System.Double)">PlotShaded(String, ref Int16, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30753">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30787">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30820">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28658">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32)">PlotShaded(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28693">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double)">PlotShaded(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28727">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28760">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Int16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28792">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28823">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28853">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29106">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32)">PlotShaded(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29141">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double)">PlotShaded(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29175">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29208">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Int32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29240">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29271">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29301">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31022">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32)">PlotShaded(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31058">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32,System.Double)">PlotShaded(String, ref Int32, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31093">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31127">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31160">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32578">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32)">PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32653">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32689">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int32__System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29554">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32)">PlotShaded(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29589">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double)">PlotShaded(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29656">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Int64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29688">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29719">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29749">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31362">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int32)">PlotShaded(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31398">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int32,System.Double)">PlotShaded(String, ref Int64, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31433">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31467">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31500">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32870">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32)">PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32908">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32945">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32981">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Int64__System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Int64@,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28210">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32)">PlotShaded(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28245">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double)">PlotShaded(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28279">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28312">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref SByte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28344">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28375">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28405">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30342">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.Int32)">PlotShaded(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30378">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.Int32,System.Double)">PlotShaded(String, ref SByte, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30413">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30447">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30480">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31994">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32)">PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32032">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32069">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32105">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_SByte__System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.SByte@,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27762">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32)">PlotShaded(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27797">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double)">PlotShaded(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27831">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27864">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref Single, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27896">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27927">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L27957">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30002">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Int32)">PlotShaded(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30038">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Int32,System.Double)">PlotShaded(String, ref Single, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30073">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30107">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30140">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31702">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Single@,System.Int32)">PlotShaded(String, ref Single, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31740">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31777">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31813">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_Single__System_Single__System_Single__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.Single@,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28882">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32)">PlotShaded(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28917">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double)">PlotShaded(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28951">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L28984">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref UInt16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29016">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29047">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29077">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30852">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30888">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double)">PlotShaded(String, ref UInt16, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30923">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30957">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L30990">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32432">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32470">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32507">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32543">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt16__System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt16@,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29330">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32)">PlotShaded(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29365">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double)">PlotShaded(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29399">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29432">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref UInt32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29464">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29495">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29525">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31192">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31228">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double)">PlotShaded(String, ref UInt32, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31263">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31297">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31330">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32724">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32762">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32799">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L32835">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt32__System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt32@,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29778">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32)">PlotShaded(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29813">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double)">PlotShaded(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29847">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotShaded(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29880">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double)">PlotShaded(String, ref UInt64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29912">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29943">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L29973">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31532">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31568">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double)">PlotShaded(String, ref UInt64, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31603">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31637">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L31670">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">yref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33016">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33054">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotShadedFlags)">PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33091">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotShaded(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotShadedFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33127">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotShaded_" data-uid="ImPlotNET.ImPlot.PlotShaded*"></a>
<h4 id="ImPlotNET_ImPlot_PlotShaded_System_String_System_UInt64__System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotShadedFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotShaded(System.String,System.UInt64@,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotShadedFlags,System.Int32,System.Int32)">PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotShadedFlags.html">ImPlotShadedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35454">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Byte@,System.Int32)">PlotStairs(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35489">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35523">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35556">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Byte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Byte@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33729">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32)">PlotStairs(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33763">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32,System.Double)">PlotStairs(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33796">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33828">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33859">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33889">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Byte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Byte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35186">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Double@,System.Int32)">PlotStairs(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35221">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35255">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35288">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Double__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Double@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33351">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32)">PlotStairs(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33385">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32,System.Double)">PlotStairs(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33418">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33450">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33481">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33511">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Double__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Double@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35588">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int16@,System.Int32)">PlotStairs(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35657">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35690">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int16@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33918">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32)">PlotStairs(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33952">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32,System.Double)">PlotStairs(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33985">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34017">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34048">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34078">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34296">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32)">PlotStairs(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34330">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32,System.Double)">PlotStairs(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34363">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34395">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34426">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34456">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35856">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32@,System.Int32)">PlotStairs(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35891">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35925">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35958">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int32__System_Int32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int32@,System.Int32@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34674">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32)">PlotStairs(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34708">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32,System.Double)">PlotStairs(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34741">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34773">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34804">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34834">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36124">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int64@,System.Int32)">PlotStairs(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36159">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36193">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36226">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Int64__System_Int64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Int64@,System.Int64@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33540">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32)">PlotStairs(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33574">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32,System.Double)">PlotStairs(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33607">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33639">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33670">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33700">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35320">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.SByte@,System.Int32)">PlotStairs(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35355">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35389">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35422">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_SByte__System_SByte__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.SByte@,System.SByte@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33162">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32)">PlotStairs(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33196">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32,System.Double)">PlotStairs(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33229">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33261">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33292">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L33322">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35052">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Single@,System.Int32)">PlotStairs(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35087">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35121">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35154">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_Single__System_Single__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.Single@,System.Single@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34107">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32)">PlotStairs(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34141">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32,System.Double)">PlotStairs(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34174">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34206">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34237">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34267">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35722">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotStairs(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35757">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35791">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35824">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt16__System_UInt16__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt16@,System.UInt16@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34485">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32)">PlotStairs(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34519">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32,System.Double)">PlotStairs(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34552">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34584">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34615">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34645">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35990">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotStairs(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36025">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36059">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36092">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt32__System_UInt32__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt32@,System.UInt32@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34863">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32)">PlotStairs(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34897">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32,System.Double)">PlotStairs(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count, double xscale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34930">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotStairs(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34962">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L34993">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L35023">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_Int32_System_Double_System_Double_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.Int32,System.Double,System.Double,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xscale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xstart</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36258">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotStairs(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36293">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotStairsFlags)">PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36327">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32)">PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStairs(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CImPlotNET.ImPlotStairsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36360">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStairs_" data-uid="ImPlotNET.ImPlot.PlotStairs*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStairs_System_String_System_UInt64__System_UInt64__System_Int32_ImPlotNET_ImPlotStairsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStairs(System.String,System.UInt64@,System.UInt64@,System.Int32,ImPlotNET.ImPlotStairsFlags,System.Int32,System.Int32)">PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStairsFlags.html">ImPlotStairsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39142">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Byte@,System.Int32)">PlotStems(String, ref Byte, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39178">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Byte@,System.Int32,System.Double)">PlotStems(String, ref Byte, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39213">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39247">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39280">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Byte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Byte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37064">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32)">PlotStems(String, ref Byte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37099">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double)">PlotStems(String, ref Byte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37133">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Byte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37166">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Byte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37198">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37229">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Byte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37259">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Byte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Byte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38802">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Double@,System.Int32)">PlotStems(String, ref Double, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double xs, ref double ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38838">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Double@,System.Int32,System.Double)">PlotStems(String, ref Double, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38873">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38907">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38940">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Double__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Double@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36616">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32)">PlotStems(String, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36651">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double)">PlotStems(String, ref Double, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36685">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Double, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36718">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Double, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36750">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36781">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Double%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36811">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Double__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Double@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39312">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int16@,System.Int32)">PlotStems(String, ref Int16, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short xs, ref short ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39348">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int16@,System.Int32,System.Double)">PlotStems(String, ref Int16, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39383">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39417">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39450">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37288">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32)">PlotStems(String, ref Int16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37323">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double)">PlotStems(String, ref Int16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37357">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Int16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37390">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Int16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37422">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37453">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37483">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37736">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32)">PlotStems(String, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37771">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double)">PlotStems(String, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37805">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Int32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37838">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Int32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37870">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37901">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37931">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39652">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32@,System.Int32)">PlotStems(String, ref Int32, ref Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int xs, ref int ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39688">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32@,System.Int32,System.Double)">PlotStems(String, ref Int32, ref Int32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39723">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39757">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39790">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int32__System_Int32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int32@,System.Int32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38184">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32)">PlotStems(String, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38219">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double)">PlotStems(String, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38253">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Int64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38286">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Int64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38318">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38349">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38379">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39992">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int64@,System.Int32)">PlotStems(String, ref Int64, ref Int64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long xs, ref long ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40028">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int64@,System.Int32,System.Double)">PlotStems(String, ref Int64, ref Int64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40063">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40097">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Int64%40%2CSystem.Int64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40130">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Int64__System_Int64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Int64@,System.Int64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36840">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32)">PlotStems(String, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36875">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double)">PlotStems(String, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36909">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double,System.Double)">PlotStems(String, ref SByte, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36942">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref SByte, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36974">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37005">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37035">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38972">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.SByte@,System.Int32)">PlotStems(String, ref SByte, ref SByte, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39008">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.SByte@,System.Int32,System.Double)">PlotStems(String, ref SByte, ref SByte, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39043">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39077">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.SByte%40%2CSystem.SByte%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39110">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_SByte__System_SByte__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.SByte@,System.SByte@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.SByte</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36392">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32)">PlotStems(String, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36427">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double)">PlotStems(String, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36461">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double,System.Double)">PlotStems(String, ref Single, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36494">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref Single, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36526">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36557">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L36587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38632">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Single@,System.Int32)">PlotStems(String, ref Single, ref Single, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float xs, ref float ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38668">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Single@,System.Int32,System.Double)">PlotStems(String, ref Single, ref Single, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38703">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38737">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.Single%40%2CSystem.Single%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38770">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_Single__System_Single__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.Single@,System.Single@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37512">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32)">PlotStems(String, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37547">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double)">PlotStems(String, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37581">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double,System.Double)">PlotStems(String, ref UInt16, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37614">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref UInt16, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37646">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37677">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37707">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39482">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.UInt16@,System.Int32)">PlotStems(String, ref UInt16, ref UInt16, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39518">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double)">PlotStems(String, ref UInt16, ref UInt16, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39553">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt16%40%2CSystem.UInt16%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39620">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt16__System_UInt16__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt16@,System.UInt16@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37960">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32)">PlotStems(String, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L37995">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double)">PlotStems(String, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38029">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double,System.Double)">PlotStems(String, ref UInt32, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38062">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref UInt32, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38094">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38125">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38155">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39822">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.UInt32@,System.Int32)">PlotStems(String, ref UInt32, ref UInt32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39858">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double)">PlotStems(String, ref UInt32, ref UInt32, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39893">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39927">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt32%40%2CSystem.UInt32%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L39960">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt32__System_UInt32__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt32@,System.UInt32@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38408">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32)">PlotStems(String, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38443">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double)">PlotStems(String, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38477">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double,System.Double)">PlotStems(String, ref UInt64, Int32, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38510">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double)">PlotStems(String, ref UInt64, Int32, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38542">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38573">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L38603">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_Int32_System_Double_System_Double_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.Int32,System.Double,System.Double,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40162">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.UInt64@,System.Int32)">PlotStems(String, ref UInt64, ref UInt64, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40198">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double)">PlotStems(String, ref UInt64, ref UInt64, Int32, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40233">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags)">PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40267">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32)">PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotStems(System.String%2CSystem.UInt64%40%2CSystem.UInt64%40%2CSystem.Int32%2CSystem.Double%2CImPlotNET.ImPlotStemsFlags%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40300">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotStems_" data-uid="ImPlotNET.ImPlot.PlotStems*"></a>
<h4 id="ImPlotNET_ImPlot_PlotStems_System_String_System_UInt64__System_UInt64__System_Int32_System_Double_ImPlotNET_ImPlotStemsFlags_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlot.PlotStems(System.String,System.UInt64@,System.UInt64@,System.Int32,System.Double,ImPlotNET.ImPlotStemsFlags,System.Int32,System.Int32)">PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">xs</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="parametername">ys</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStemsFlags.html">ImPlotStemsFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">stride</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotText(System.String%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40332">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotText_" data-uid="ImPlotNET.ImPlot.PlotText*"></a>
<h4 id="ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotText(System.String,System.Double,System.Double)">PlotText(String, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotText(string text, double x, double y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotText(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40360">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotText_" data-uid="ImPlotNET.ImPlot.PlotText*"></a>
<h4 id="ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.PlotText(System.String,System.Double,System.Double,System.Numerics.Vector2)">PlotText(String, Double, Double, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotText(string text, double x, double y, Vector2 pix_offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_System_Numerics_Vector2_ImPlotNET_ImPlotTextFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotText(System.String%2CSystem.Double%2CSystem.Double%2CSystem.Numerics.Vector2%2CImPlotNET.ImPlotTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40387">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotText_" data-uid="ImPlotNET.ImPlot.PlotText*"></a>
<h4 id="ImPlotNET_ImPlot_PlotText_System_String_System_Double_System_Double_System_Numerics_Vector2_ImPlotNET_ImPlotTextFlags_" data-uid="ImPlotNET.ImPlot.PlotText(System.String,System.Double,System.Double,System.Numerics.Vector2,ImPlotNET.ImPlotTextFlags)">PlotText(String, Double, Double, Vector2, ImPlotTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PlotText(string text, double x, double y, Vector2 pix_offset, ImPlotTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotTextFlags.html">ImPlotTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40413">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint)">PlotToPixels(ImPlotPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(ImPlotPoint plt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">plt</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40421">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint,ImPlotNET.ImAxis)">PlotToPixels(ImPlotPoint, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">plt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint%2CImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40428">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_ImPlotNET_ImPlotPoint_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PlotToPixels(ImPlotNET.ImPlotPoint,ImPlotNET.ImAxis,ImPlotNET.ImAxis)">PlotToPixels(ImPlotPoint, ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">plt</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(System.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40434">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.PlotToPixels(System.Double,System.Double)">PlotToPixels(Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(double x, double y)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(System.Double%2CSystem.Double%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40442">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PlotToPixels(System.Double,System.Double,ImPlotNET.ImAxis)">PlotToPixels(Double, Double, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PlotToPixels(System.Double%2CSystem.Double%2CImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40449">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PlotToPixels_" data-uid="ImPlotNET.ImPlot.PlotToPixels*"></a>
<h4 id="ImPlotNET_ImPlot_PlotToPixels_System_Double_System_Double_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.PlotToPixels(System.Double,System.Double,ImPlotNET.ImAxis,ImPlotNET.ImAxis)">PlotToPixels(Double, Double, ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopColormap.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopColormap%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40455">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopColormap_" data-uid="ImPlotNET.ImPlot.PopColormap*"></a>
<h4 id="ImPlotNET_ImPlot_PopColormap" data-uid="ImPlotNET.ImPlot.PopColormap">PopColormap()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopColormap()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopColormap_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopColormap(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40460">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopColormap_" data-uid="ImPlotNET.ImPlot.PopColormap*"></a>
<h4 id="ImPlotNET_ImPlot_PopColormap_System_Int32_" data-uid="ImPlotNET.ImPlot.PopColormap(System.Int32)">PopColormap(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopColormap(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopPlotClipRect.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopPlotClipRect%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40464">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopPlotClipRect_" data-uid="ImPlotNET.ImPlot.PopPlotClipRect*"></a>
<h4 id="ImPlotNET_ImPlot_PopPlotClipRect" data-uid="ImPlotNET.ImPlot.PopPlotClipRect">PopPlotClipRect()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopPlotClipRect()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopStyleColor.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopStyleColor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40468">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopStyleColor_" data-uid="ImPlotNET.ImPlot.PopStyleColor*"></a>
<h4 id="ImPlotNET_ImPlot_PopStyleColor" data-uid="ImPlotNET.ImPlot.PopStyleColor">PopStyleColor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleColor()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopStyleColor_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopStyleColor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40473">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopStyleColor_" data-uid="ImPlotNET.ImPlot.PopStyleColor*"></a>
<h4 id="ImPlotNET_ImPlot_PopStyleColor_System_Int32_" data-uid="ImPlotNET.ImPlot.PopStyleColor(System.Int32)">PopStyleColor(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleColor(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopStyleVar.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopStyleVar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40477">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopStyleVar_" data-uid="ImPlotNET.ImPlot.PopStyleVar*"></a>
<h4 id="ImPlotNET_ImPlot_PopStyleVar" data-uid="ImPlotNET.ImPlot.PopStyleVar">PopStyleVar()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleVar()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PopStyleVar_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PopStyleVar(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40482">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PopStyleVar_" data-uid="ImPlotNET.ImPlot.PopStyleVar*"></a>
<h4 id="ImPlotNET_ImPlot_PopStyleVar_System_Int32_" data-uid="ImPlotNET.ImPlot.PopStyleVar(System.Int32)">PopStyleVar(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PopStyleVar(int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushColormap_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushColormap(ImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40486">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushColormap_" data-uid="ImPlotNET.ImPlot.PushColormap*"></a>
<h4 id="ImPlotNET_ImPlot_PushColormap_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.PushColormap(ImPlotNET.ImPlotColormap)">PushColormap(ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushColormap(ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushColormap_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushColormap(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40490">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushColormap_" data-uid="ImPlotNET.ImPlot.PushColormap*"></a>
<h4 id="ImPlotNET_ImPlot_PushColormap_System_String_" data-uid="ImPlotNET.ImPlot.PushColormap(System.String)">PushColormap(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushColormap(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushPlotClipRect.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushPlotClipRect%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40516">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushPlotClipRect_" data-uid="ImPlotNET.ImPlot.PushPlotClipRect*"></a>
<h4 id="ImPlotNET_ImPlot_PushPlotClipRect" data-uid="ImPlotNET.ImPlot.PushPlotClipRect">PushPlotClipRect()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushPlotClipRect()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushPlotClipRect_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushPlotClipRect(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40521">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushPlotClipRect_" data-uid="ImPlotNET.ImPlot.PushPlotClipRect*"></a>
<h4 id="ImPlotNET_ImPlot_PushPlotClipRect_System_Single_" data-uid="ImPlotNET.ImPlot.PushPlotClipRect(System.Single)">PushPlotClipRect(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushPlotClipRect(float expand)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">expand</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushStyleColor_ImPlotNET_ImPlotCol_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushStyleColor(ImPlotNET.ImPlotCol%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40529">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushStyleColor_" data-uid="ImPlotNET.ImPlot.PushStyleColor*"></a>
<h4 id="ImPlotNET_ImPlot_PushStyleColor_ImPlotNET_ImPlotCol_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.PushStyleColor(ImPlotNET.ImPlotCol,System.Numerics.Vector4)">PushStyleColor(ImPlotCol, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleColor(ImPlotCol idx, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCol.html">ImPlotCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushStyleColor_ImPlotNET_ImPlotCol_System_UInt32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushStyleColor(ImPlotNET.ImPlotCol%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40525">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushStyleColor_" data-uid="ImPlotNET.ImPlot.PushStyleColor*"></a>
<h4 id="ImPlotNET_ImPlot_PushStyleColor_ImPlotNET_ImPlotCol_System_UInt32_" data-uid="ImPlotNET.ImPlot.PushStyleColor(ImPlotNET.ImPlotCol,System.UInt32)">PushStyleColor(ImPlotCol, UInt32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleColor(ImPlotCol idx, uint col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCol.html">ImPlotCol</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40537">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushStyleVar_" data-uid="ImPlotNET.ImPlot.PushStyleVar*"></a>
<h4 id="ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Int32_" data-uid="ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar,System.Int32)">PushStyleVar(ImPlotStyleVar, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleVar(ImPlotStyleVar idx, int val)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStyleVar.html">ImPlotStyleVar</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">val</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar%2CSystem.Numerics.Vector2)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40541">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushStyleVar_" data-uid="ImPlotNET.ImPlot.PushStyleVar*"></a>
<h4 id="ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar,System.Numerics.Vector2)">PushStyleVar(ImPlotStyleVar, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleVar(ImPlotStyleVar idx, Vector2 val)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStyleVar.html">ImPlotStyleVar</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">val</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40533">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_PushStyleVar_" data-uid="ImPlotNET.ImPlot.PushStyleVar*"></a>
<h4 id="ImPlotNET_ImPlot_PushStyleVar_ImPlotNET_ImPlotStyleVar_System_Single_" data-uid="ImPlotNET.ImPlot.PushStyleVar(ImPlotNET.ImPlotStyleVar,System.Single)">PushStyleVar(ImPlotStyleVar, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void PushStyleVar(ImPlotStyleVar idx, float val)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStyleVar.html">ImPlotStyleVar</a></td>
<td><span class="parametername">idx</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">val</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SampleColormap_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SampleColormap(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40545">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SampleColormap_" data-uid="ImPlotNET.ImPlot.SampleColormap*"></a>
<h4 id="ImPlotNET_ImPlot_SampleColormap_System_Single_" data-uid="ImPlotNET.ImPlot.SampleColormap(System.Single)">SampleColormap(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 SampleColormap(float t)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SampleColormap_System_Single_ImPlotNET_ImPlotColormap_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SampleColormap(System.Single%2CImPlotNET.ImPlotColormap)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40552">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SampleColormap_" data-uid="ImPlotNET.ImPlot.SampleColormap*"></a>
<h4 id="ImPlotNET_ImPlot_SampleColormap_System_Single_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlot.SampleColormap(System.Single,ImPlotNET.ImPlotColormap)">SampleColormap(Single, ImPlotColormap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector4 SampleColormap(float t, ImPlotColormap cmap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">t</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotColormap.html">ImPlotColormap</a></td>
<td><span class="parametername">cmap</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetAxes_ImPlotNET_ImAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetAxes(ImPlotNET.ImAxis%2CImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40558">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetAxes_" data-uid="ImPlotNET.ImPlot.SetAxes*"></a>
<h4 id="ImPlotNET_ImPlot_SetAxes_ImPlotNET_ImAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.SetAxes(ImPlotNET.ImAxis,ImPlotNET.ImAxis)">SetAxes(ImAxis, ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetAxes(ImAxis x_axis, ImAxis y_axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">x_axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetAxis(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40562">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetAxis_" data-uid="ImPlotNET.ImPlot.SetAxis*"></a>
<h4 id="ImPlotNET_ImPlot_SetAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.SetAxis(ImPlotNET.ImAxis)">SetAxis(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetAxis(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetCurrentContext_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetCurrentContext(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40566">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetCurrentContext_" data-uid="ImPlotNET.ImPlot.SetCurrentContext*"></a>
<h4 id="ImPlotNET_ImPlot_SetCurrentContext_System_IntPtr_" data-uid="ImPlotNET.ImPlot.SetCurrentContext(System.IntPtr)">SetCurrentContext(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetCurrentContext(IntPtr ctx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetImGuiContext_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetImGuiContext(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40570">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetImGuiContext_" data-uid="ImPlotNET.ImPlot.SetImGuiContext*"></a>
<h4 id="ImPlotNET_ImPlot_SetImGuiContext_System_IntPtr_" data-uid="ImPlotNET.ImPlot.SetImGuiContext(System.IntPtr)">SetImGuiContext(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetImGuiContext(IntPtr ctx)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxesLimits_System_Double_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxesLimits(System.Double%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40574">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxesLimits_" data-uid="ImPlotNET.ImPlot.SetNextAxesLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxesLimits_System_Double_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetNextAxesLimits(System.Double,System.Double,System.Double,System.Double)">SetNextAxesLimits(Double, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxesLimits_System_Double_System_Double_System_Double_System_Double_ImPlotNET_ImPlotCond_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxesLimits(System.Double%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40579">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxesLimits_" data-uid="ImPlotNET.ImPlot.SetNextAxesLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxesLimits_System_Double_System_Double_System_Double_System_Double_ImPlotNET_ImPlotCond_" data-uid="ImPlotNET.ImPlot.SetNextAxesLimits(System.Double,System.Double,System.Double,System.Double,ImPlotNET.ImPlotCond)">SetNextAxesLimits(Double, Double, Double, Double, ImPlotCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCond.html">ImPlotCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxesToFit.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxesToFit%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40583">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxesToFit_" data-uid="ImPlotNET.ImPlot.SetNextAxesToFit*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxesToFit" data-uid="ImPlotNET.ImPlot.SetNextAxesToFit">SetNextAxesToFit()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxesToFit()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxisLimits(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40587">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxisLimits_" data-uid="ImPlotNET.ImPlot.SetNextAxisLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetNextAxisLimits(ImPlotNET.ImAxis,System.Double,System.Double)">SetNextAxisLimits(ImAxis, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_ImPlotNET_ImPlotCond_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxisLimits(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40592">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxisLimits_" data-uid="ImPlotNET.ImPlot.SetNextAxisLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_ImPlotNET_ImPlotCond_" data-uid="ImPlotNET.ImPlot.SetNextAxisLimits(ImPlotNET.ImAxis,System.Double,System.Double,ImPlotNET.ImPlotCond)">SetNextAxisLimits(ImAxis, Double, Double, ImPlotCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCond.html">ImPlotCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxisLinks_ImPlotNET_ImAxis_System_Double__System_Double__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxisLinks(ImPlotNET.ImAxis%2CSystem.Double%40%2CSystem.Double%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40596">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxisLinks_" data-uid="ImPlotNET.ImPlot.SetNextAxisLinks*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxisLinks_ImPlotNET_ImAxis_System_Double__System_Double__" data-uid="ImPlotNET.ImPlot.SetNextAxisLinks(ImPlotNET.ImAxis,System.Double@,System.Double@)">SetNextAxisLinks(ImAxis, ref Double, ref Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxisLinks(ImAxis axis, ref double link_min, ref double link_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">link_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">link_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextAxisToFit_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextAxisToFit(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40606">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextAxisToFit_" data-uid="ImPlotNET.ImPlot.SetNextAxisToFit*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextAxisToFit_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.SetNextAxisToFit(ImPlotNET.ImAxis)">SetNextAxisToFit(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextAxisToFit(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextErrorBarStyle.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextErrorBarStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40610">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextErrorBarStyle_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextErrorBarStyle" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle">SetNextErrorBarStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextErrorBarStyle()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40617">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextErrorBarStyle_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4)">SetNextErrorBarStyle(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextErrorBarStyle(Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40623">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextErrorBarStyle_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4,System.Single)">SetNextErrorBarStyle(Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextErrorBarStyle(Vector4 col, float size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40628">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextErrorBarStyle_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_System_Single_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextErrorBarStyle(System.Numerics.Vector4,System.Single,System.Single)">SetNextErrorBarStyle(Vector4, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextErrorBarStyle(Vector4 col, float size, float weight)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">weight</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextFillStyle.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextFillStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40632">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextFillStyle_" data-uid="ImPlotNET.ImPlot.SetNextFillStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextFillStyle" data-uid="ImPlotNET.ImPlot.SetNextFillStyle">SetNextFillStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextFillStyle()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextFillStyle_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextFillStyle(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40638">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextFillStyle_" data-uid="ImPlotNET.ImPlot.SetNextFillStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextFillStyle_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.SetNextFillStyle(System.Numerics.Vector4)">SetNextFillStyle(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextFillStyle(Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextFillStyle_System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextFillStyle(System.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40643">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextFillStyle_" data-uid="ImPlotNET.ImPlot.SetNextFillStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextFillStyle_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextFillStyle(System.Numerics.Vector4,System.Single)">SetNextFillStyle(Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextFillStyle(Vector4 col, float alpha_mod)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">alpha_mod</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextLineStyle.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextLineStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40647">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextLineStyle_" data-uid="ImPlotNET.ImPlot.SetNextLineStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextLineStyle" data-uid="ImPlotNET.ImPlot.SetNextLineStyle">SetNextLineStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextLineStyle()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextLineStyle_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextLineStyle(System.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40653">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextLineStyle_" data-uid="ImPlotNET.ImPlot.SetNextLineStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextLineStyle_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.SetNextLineStyle(System.Numerics.Vector4)">SetNextLineStyle(Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextLineStyle(Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextLineStyle_System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextLineStyle(System.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40658">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextLineStyle_" data-uid="ImPlotNET.ImPlot.SetNextLineStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextLineStyle_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextLineStyle(System.Numerics.Vector4,System.Single)">SetNextLineStyle(Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextLineStyle(Vector4 col, float weight)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">weight</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40662">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle">SetNextMarkerStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40671">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker)">SetNextMarkerStyle(ImPlotMarker)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle(ImPlotMarker marker)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">marker</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40679">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker,System.Single)">SetNextMarkerStyle(ImPlotMarker, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle(ImPlotMarker marker, float size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">marker</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker%2CSystem.Single%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40686">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker,System.Single,System.Numerics.Vector4)">SetNextMarkerStyle(ImPlotMarker, Single, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">marker</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">fill</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_System_Single_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker%2CSystem.Single%2CSystem.Numerics.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40692">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker,System.Single,System.Numerics.Vector4,System.Single)">SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">marker</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">fill</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">weight</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_System_Single_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker%2CSystem.Single%2CSystem.Numerics.Vector4%2CSystem.Single%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40697">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_System_Single_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.SetNextMarkerStyle(ImPlotNET.ImPlotMarker,System.Single,System.Numerics.Vector4,System.Single,System.Numerics.Vector4)">SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight, Vector4 outline)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMarker.html">ImPlotMarker</a></td>
<td><span class="parametername">marker</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">fill</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">weight</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">outline</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxes_System_String_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxes(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40701">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxes_" data-uid="ImPlotNET.ImPlot.SetupAxes*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxes_System_String_System_String_" data-uid="ImPlotNET.ImPlot.SetupAxes(System.String,System.String)">SetupAxes(String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxes(string x_label, string y_label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">x_label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">y_label</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxes_System_String_System_String_ImPlotNET_ImPlotAxisFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxes(System.String%2CSystem.String%2CImPlotNET.ImPlotAxisFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40751">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxes_" data-uid="ImPlotNET.ImPlot.SetupAxes*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxes_System_String_System_String_ImPlotNET_ImPlotAxisFlags_" data-uid="ImPlotNET.ImPlot.SetupAxes(System.String,System.String,ImPlotNET.ImPlotAxisFlags)">SetupAxes(String, String, ImPlotAxisFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">x_label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">y_label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">x_flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxes_System_String_System_String_ImPlotNET_ImPlotAxisFlags_ImPlotNET_ImPlotAxisFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxes(System.String%2CSystem.String%2CImPlotNET.ImPlotAxisFlags%2CImPlotNET.ImPlotAxisFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40800">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxes_" data-uid="ImPlotNET.ImPlot.SetupAxes*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxes_System_String_System_String_ImPlotNET_ImPlotAxisFlags_ImPlotNET_ImPlotAxisFlags_" data-uid="ImPlotNET.ImPlot.SetupAxes(System.String,System.String,ImPlotNET.ImPlotAxisFlags,ImPlotNET.ImPlotAxisFlags)">SetupAxes(String, String, ImPlotAxisFlags, ImPlotAxisFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">x_label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">y_label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">x_flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">y_flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxesLimits_System_Double_System_Double_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxesLimits(System.Double%2CSystem.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40848">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxesLimits_" data-uid="ImPlotNET.ImPlot.SetupAxesLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxesLimits_System_Double_System_Double_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetupAxesLimits(System.Double,System.Double,System.Double,System.Double)">SetupAxesLimits(Double, Double, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxesLimits_System_Double_System_Double_System_Double_System_Double_ImPlotNET_ImPlotCond_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxesLimits(System.Double%2CSystem.Double%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40853">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxesLimits_" data-uid="ImPlotNET.ImPlot.SetupAxesLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxesLimits_System_Double_System_Double_System_Double_System_Double_ImPlotNET_ImPlotCond_" data-uid="ImPlotNET.ImPlot.SetupAxesLimits(System.Double,System.Double,System.Double,System.Double,ImPlotNET.ImPlotCond)">SetupAxesLimits(Double, Double, Double, Double, ImPlotCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCond.html">ImPlotCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40857">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxis_" data-uid="ImPlotNET.ImPlot.SetupAxis*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_" data-uid="ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis)">SetupAxis(ImAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxis(ImAxis axis)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40863">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxis_" data-uid="ImPlotNET.ImPlot.SetupAxis*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_System_String_" data-uid="ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis,System.String)">SetupAxis(ImAxis, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxis(ImAxis axis, string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_System_String_ImPlotNET_ImPlotAxisFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis%2CSystem.String%2CImPlotNET.ImPlotAxisFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40890">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxis_" data-uid="ImPlotNET.ImPlot.SetupAxis*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxis_ImPlotNET_ImAxis_System_String_ImPlotNET_ImPlotAxisFlags_" data-uid="ImPlotNET.ImPlot.SetupAxis(ImPlotNET.ImAxis,System.String,ImPlotNET.ImPlotAxisFlags)">SetupAxis(ImAxis, String, ImPlotAxisFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxis(ImAxis axis, string label, ImPlotAxisFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisFormat_ImPlotNET_ImAxis_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisFormat(ImPlotNET.ImAxis%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40916">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisFormat_" data-uid="ImPlotNET.ImPlot.SetupAxisFormat*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisFormat_ImPlotNET_ImAxis_System_String_" data-uid="ImPlotNET.ImPlot.SetupAxisFormat(ImPlotNET.ImAxis,System.String)">SetupAxisFormat(ImAxis, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisFormat(ImAxis axis, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisLimits(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40942">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisLimits_" data-uid="ImPlotNET.ImPlot.SetupAxisLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetupAxisLimits(ImPlotNET.ImAxis,System.Double,System.Double)">SetupAxisLimits(ImAxis, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_ImPlotNET_ImPlotCond_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisLimits(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double%2CImPlotNET.ImPlotCond)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40947">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisLimits_" data-uid="ImPlotNET.ImPlot.SetupAxisLimits*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisLimits_ImPlotNET_ImAxis_System_Double_System_Double_ImPlotNET_ImPlotCond_" data-uid="ImPlotNET.ImPlot.SetupAxisLimits(ImPlotNET.ImAxis,System.Double,System.Double,ImPlotNET.ImPlotCond)">SetupAxisLimits(ImAxis, Double, Double, ImPlotCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotCond.html">ImPlotCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisLimitsConstraints_ImPlotNET_ImAxis_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisLimitsConstraints(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40951">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisLimitsConstraints_" data-uid="ImPlotNET.ImPlot.SetupAxisLimitsConstraints*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisLimitsConstraints_ImPlotNET_ImAxis_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetupAxisLimitsConstraints(ImPlotNET.ImAxis,System.Double,System.Double)">SetupAxisLimitsConstraints(ImAxis, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisLimitsConstraints(ImAxis axis, double v_min, double v_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisLinks_ImPlotNET_ImAxis_System_Double__System_Double__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisLinks(ImPlotNET.ImAxis%2CSystem.Double%40%2CSystem.Double%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40955">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisLinks_" data-uid="ImPlotNET.ImPlot.SetupAxisLinks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisLinks_ImPlotNET_ImAxis_System_Double__System_Double__" data-uid="ImPlotNET.ImPlot.SetupAxisLinks(ImPlotNET.ImAxis,System.Double@,System.Double@)">SetupAxisLinks(ImAxis, ref Double, ref Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisLinks(ImAxis axis, ref double link_min, ref double link_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">link_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">link_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisScale_ImPlotNET_ImAxis_ImPlotNET_ImPlotScale_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisScale(ImPlotNET.ImAxis%2CImPlotNET.ImPlotScale)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40965">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisScale_" data-uid="ImPlotNET.ImPlot.SetupAxisScale*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisScale_ImPlotNET_ImAxis_ImPlotNET_ImPlotScale_" data-uid="ImPlotNET.ImPlot.SetupAxisScale(ImPlotNET.ImAxis,ImPlotNET.ImPlotScale)">SetupAxisScale(ImAxis, ImPlotScale)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisScale(ImAxis axis, ImPlotScale scale)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotScale.html">ImPlotScale</a></td>
<td><span class="parametername">scale</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41048">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double,System.Double,System.Int32)">SetupAxisTicks(ImAxis, Double, Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_System_String___.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double%2CSystem.Int32%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41054">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_System_String___" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double,System.Double,System.Int32,System.String[])">SetupAxisTicks(ImAxis, Double, Double, Int32, String[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_System_String___System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double%2CSystem.Int32%2CSystem.String%5B%5D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41086">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double_System_Double_System_Int32_System_String___System_Boolean_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double,System.Double,System.Int32,System.String[],System.Boolean)">SetupAxisTicks(ImAxis, Double, Double, Int32, String[], Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels, bool keep_default)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">v_max</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">keep_default</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40969">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double@,System.Int32)">SetupAxisTicks(ImAxis, ref Double, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_System_String___.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%40%2CSystem.Int32%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L40978">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_System_String___" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double@,System.Int32,System.String[])">SetupAxisTicks(ImAxis, ref Double, Int32, String[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_System_String___System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis%2CSystem.Double%40%2CSystem.Int32%2CSystem.String%5B%5D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41013">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisTicks_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisTicks_ImPlotNET_ImAxis_System_Double__System_Int32_System_String___System_Boolean_" data-uid="ImPlotNET.ImPlot.SetupAxisTicks(ImPlotNET.ImAxis,System.Double@,System.Int32,System.String[],System.Boolean)">SetupAxisTicks(ImAxis, ref Double, Int32, String[], Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels, bool keep_default)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">keep_default</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupAxisZoomConstraints_ImPlotNET_ImAxis_System_Double_System_Double_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupAxisZoomConstraints(ImPlotNET.ImAxis%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41118">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupAxisZoomConstraints_" data-uid="ImPlotNET.ImPlot.SetupAxisZoomConstraints*"></a>
<h4 id="ImPlotNET_ImPlot_SetupAxisZoomConstraints_ImPlotNET_ImAxis_System_Double_System_Double_" data-uid="ImPlotNET.ImPlot.SetupAxisZoomConstraints(ImPlotNET.ImAxis,System.Double,System.Double)">SetupAxisZoomConstraints(ImAxis, Double, Double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupAxisZoomConstraints(ImAxis axis, double z_min, double z_max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImAxis.html">ImAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">z_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">z_max</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupFinish.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupFinish%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41122">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupFinish_" data-uid="ImPlotNET.ImPlot.SetupFinish*"></a>
<h4 id="ImPlotNET_ImPlot_SetupFinish" data-uid="ImPlotNET.ImPlot.SetupFinish">SetupFinish()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupFinish()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupLegend_ImPlotNET_ImPlotLocation_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupLegend(ImPlotNET.ImPlotLocation)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41126">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupLegend_" data-uid="ImPlotNET.ImPlot.SetupLegend*"></a>
<h4 id="ImPlotNET_ImPlot_SetupLegend_ImPlotNET_ImPlotLocation_" data-uid="ImPlotNET.ImPlot.SetupLegend(ImPlotNET.ImPlotLocation)">SetupLegend(ImPlotLocation)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupLegend(ImPlotLocation location)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLocation.html">ImPlotLocation</a></td>
<td><span class="parametername">location</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupLegend_ImPlotNET_ImPlotLocation_ImPlotNET_ImPlotLegendFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupLegend(ImPlotNET.ImPlotLocation%2CImPlotNET.ImPlotLegendFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41131">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupLegend_" data-uid="ImPlotNET.ImPlot.SetupLegend*"></a>
<h4 id="ImPlotNET_ImPlot_SetupLegend_ImPlotNET_ImPlotLocation_ImPlotNET_ImPlotLegendFlags_" data-uid="ImPlotNET.ImPlot.SetupLegend(ImPlotNET.ImPlotLocation,ImPlotNET.ImPlotLegendFlags)">SetupLegend(ImPlotLocation, ImPlotLegendFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupLegend(ImPlotLocation location, ImPlotLegendFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLocation.html">ImPlotLocation</a></td>
<td><span class="parametername">location</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLegendFlags.html">ImPlotLegendFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupMouseText_ImPlotNET_ImPlotLocation_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupMouseText(ImPlotNET.ImPlotLocation)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41135">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupMouseText_" data-uid="ImPlotNET.ImPlot.SetupMouseText*"></a>
<h4 id="ImPlotNET_ImPlot_SetupMouseText_ImPlotNET_ImPlotLocation_" data-uid="ImPlotNET.ImPlot.SetupMouseText(ImPlotNET.ImPlotLocation)">SetupMouseText(ImPlotLocation)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupMouseText(ImPlotLocation location)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLocation.html">ImPlotLocation</a></td>
<td><span class="parametername">location</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_SetupMouseText_ImPlotNET_ImPlotLocation_ImPlotNET_ImPlotMouseTextFlags_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.SetupMouseText(ImPlotNET.ImPlotLocation%2CImPlotNET.ImPlotMouseTextFlags)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41140">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_SetupMouseText_" data-uid="ImPlotNET.ImPlot.SetupMouseText*"></a>
<h4 id="ImPlotNET_ImPlot_SetupMouseText_ImPlotNET_ImPlotLocation_ImPlotNET_ImPlotMouseTextFlags_" data-uid="ImPlotNET.ImPlot.SetupMouseText(ImPlotNET.ImPlotLocation,ImPlotNET.ImPlotMouseTextFlags)">SetupMouseText(ImPlotLocation, ImPlotMouseTextFlags)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetupMouseText(ImPlotLocation location, ImPlotMouseTextFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotLocation.html">ImPlotLocation</a></td>
<td><span class="parametername">location</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotMouseTextFlags.html">ImPlotMouseTextFlags</a></td>
<td><span class="parametername">flags</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowColormapSelector_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowColormapSelector(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41144">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowColormapSelector_" data-uid="ImPlotNET.ImPlot.ShowColormapSelector*"></a>
<h4 id="ImPlotNET_ImPlot_ShowColormapSelector_System_String_" data-uid="ImPlotNET.ImPlot.ShowColormapSelector(System.String)">ShowColormapSelector(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ShowColormapSelector(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowDemoWindow.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowDemoWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41171">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowDemoWindow_" data-uid="ImPlotNET.ImPlot.ShowDemoWindow*"></a>
<h4 id="ImPlotNET_ImPlot_ShowDemoWindow" data-uid="ImPlotNET.ImPlot.ShowDemoWindow">ShowDemoWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowDemoWindow()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowDemoWindow_System_Boolean__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowDemoWindow(System.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41176">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowDemoWindow_" data-uid="ImPlotNET.ImPlot.ShowDemoWindow*"></a>
<h4 id="ImPlotNET_ImPlot_ShowDemoWindow_System_Boolean__" data-uid="ImPlotNET.ImPlot.ShowDemoWindow(System.Boolean@)">ShowDemoWindow(ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowDemoWindow(ref bool p_open)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowInputMapSelector_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowInputMapSelector(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41183">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowInputMapSelector_" data-uid="ImPlotNET.ImPlot.ShowInputMapSelector*"></a>
<h4 id="ImPlotNET_ImPlot_ShowInputMapSelector_System_String_" data-uid="ImPlotNET.ImPlot.ShowInputMapSelector(System.String)">ShowInputMapSelector(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ShowInputMapSelector(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowMetricsWindow.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowMetricsWindow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41210">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowMetricsWindow_" data-uid="ImPlotNET.ImPlot.ShowMetricsWindow*"></a>
<h4 id="ImPlotNET_ImPlot_ShowMetricsWindow" data-uid="ImPlotNET.ImPlot.ShowMetricsWindow">ShowMetricsWindow()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowMetricsWindow()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowMetricsWindow_System_Boolean__.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowMetricsWindow(System.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41215">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowMetricsWindow_" data-uid="ImPlotNET.ImPlot.ShowMetricsWindow*"></a>
<h4 id="ImPlotNET_ImPlot_ShowMetricsWindow_System_Boolean__" data-uid="ImPlotNET.ImPlot.ShowMetricsWindow(System.Boolean@)">ShowMetricsWindow(ref Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowMetricsWindow(ref bool p_popen)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">p_popen</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowStyleEditor.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowStyleEditor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41222">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowStyleEditor_" data-uid="ImPlotNET.ImPlot.ShowStyleEditor*"></a>
<h4 id="ImPlotNET_ImPlot_ShowStyleEditor" data-uid="ImPlotNET.ImPlot.ShowStyleEditor">ShowStyleEditor()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowStyleEditor()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowStyleEditor_ImPlotNET_ImPlotStylePtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowStyleEditor(ImPlotNET.ImPlotStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41227">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowStyleEditor_" data-uid="ImPlotNET.ImPlot.ShowStyleEditor*"></a>
<h4 id="ImPlotNET_ImPlot_ShowStyleEditor_ImPlotNET_ImPlotStylePtr_" data-uid="ImPlotNET.ImPlot.ShowStyleEditor(ImPlotNET.ImPlotStylePtr)">ShowStyleEditor(ImPlotStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowStyleEditor(ImPlotStylePtr ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowStyleSelector_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowStyleSelector(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41232">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowStyleSelector_" data-uid="ImPlotNET.ImPlot.ShowStyleSelector*"></a>
<h4 id="ImPlotNET_ImPlot_ShowStyleSelector_System_String_" data-uid="ImPlotNET.ImPlot.ShowStyleSelector(System.String)">ShowStyleSelector(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool ShowStyleSelector(string label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">label</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_ShowUserGuide.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.ShowUserGuide%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41259">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_ShowUserGuide_" data-uid="ImPlotNET.ImPlot.ShowUserGuide*"></a>
<h4 id="ImPlotNET_ImPlot_ShowUserGuide" data-uid="ImPlotNET.ImPlot.ShowUserGuide">ShowUserGuide()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ShowUserGuide()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsAuto.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsAuto%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41263">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsAuto_" data-uid="ImPlotNET.ImPlot.StyleColorsAuto*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsAuto" data-uid="ImPlotNET.ImPlot.StyleColorsAuto">StyleColorsAuto()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsAuto()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsAuto_ImPlotNET_ImPlotStylePtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsAuto(ImPlotNET.ImPlotStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41268">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsAuto_" data-uid="ImPlotNET.ImPlot.StyleColorsAuto*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsAuto_ImPlotNET_ImPlotStylePtr_" data-uid="ImPlotNET.ImPlot.StyleColorsAuto(ImPlotNET.ImPlotStylePtr)">StyleColorsAuto(ImPlotStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsAuto(ImPlotStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsClassic.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsClassic%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41273">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsClassic_" data-uid="ImPlotNET.ImPlot.StyleColorsClassic*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsClassic" data-uid="ImPlotNET.ImPlot.StyleColorsClassic">StyleColorsClassic()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsClassic()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsClassic_ImPlotNET_ImPlotStylePtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsClassic(ImPlotNET.ImPlotStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41278">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsClassic_" data-uid="ImPlotNET.ImPlot.StyleColorsClassic*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsClassic_ImPlotNET_ImPlotStylePtr_" data-uid="ImPlotNET.ImPlot.StyleColorsClassic(ImPlotNET.ImPlotStylePtr)">StyleColorsClassic(ImPlotStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsClassic(ImPlotStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsDark.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsDark%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41283">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsDark_" data-uid="ImPlotNET.ImPlot.StyleColorsDark*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsDark" data-uid="ImPlotNET.ImPlot.StyleColorsDark">StyleColorsDark()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsDark()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsDark_ImPlotNET_ImPlotStylePtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsDark(ImPlotNET.ImPlotStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41288">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsDark_" data-uid="ImPlotNET.ImPlot.StyleColorsDark*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsDark_ImPlotNET_ImPlotStylePtr_" data-uid="ImPlotNET.ImPlot.StyleColorsDark(ImPlotNET.ImPlotStylePtr)">StyleColorsDark(ImPlotStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsDark(ImPlotStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsLight.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsLight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41293">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsLight_" data-uid="ImPlotNET.ImPlot.StyleColorsLight*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsLight" data-uid="ImPlotNET.ImPlot.StyleColorsLight">StyleColorsLight()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsLight()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_StyleColorsLight_ImPlotNET_ImPlotStylePtr_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.StyleColorsLight(ImPlotNET.ImPlotStylePtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41298">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_StyleColorsLight_" data-uid="ImPlotNET.ImPlot.StyleColorsLight*"></a>
<h4 id="ImPlotNET_ImPlot_StyleColorsLight_ImPlotNET_ImPlotStylePtr_" data-uid="ImPlotNET.ImPlot.StyleColorsLight(ImPlotNET.ImPlotStylePtr)">StyleColorsLight(ImPlotStylePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void StyleColorsLight(ImPlotStylePtr dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotStylePtr.html">ImPlotStylePtr</a></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagX(System.Double%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41303">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagX_" data-uid="ImPlotNET.ImPlot.TagX*"></a>
<h4 id="ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.TagX(System.Double,System.Numerics.Vector4)">TagX(Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagX(double x, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagX(System.Double%2CSystem.Numerics.Vector4%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41308">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagX_" data-uid="ImPlotNET.ImPlot.TagX*"></a>
<h4 id="ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_System_Boolean_" data-uid="ImPlotNET.ImPlot.TagX(System.Double,System.Numerics.Vector4,System.Boolean)">TagX(Double, Vector4, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagX(double x, Vector4 col, bool round)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">round</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagX(System.Double%2CSystem.Numerics.Vector4%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41313">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagX_" data-uid="ImPlotNET.ImPlot.TagX*"></a>
<h4 id="ImPlotNET_ImPlot_TagX_System_Double_System_Numerics_Vector4_System_String_" data-uid="ImPlotNET.ImPlot.TagX(System.Double,System.Numerics.Vector4,System.String)">TagX(Double, Vector4, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagX(double x, Vector4 col, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagY(System.Double%2CSystem.Numerics.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41339">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagY_" data-uid="ImPlotNET.ImPlot.TagY*"></a>
<h4 id="ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlot.TagY(System.Double,System.Numerics.Vector4)">TagY(Double, Vector4)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagY(double y, Vector4 col)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_System_Boolean_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagY(System.Double%2CSystem.Numerics.Vector4%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41344">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagY_" data-uid="ImPlotNET.ImPlot.TagY*"></a>
<h4 id="ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_System_Boolean_" data-uid="ImPlotNET.ImPlot.TagY(System.Double,System.Numerics.Vector4,System.Boolean)">TagY(Double, Vector4, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagY(double y, Vector4 col, bool round)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">round</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_System_String_.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot.TagY(System.Double%2CSystem.Numerics.Vector4%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L41349">View Source</a>
</span>
<a id="ImPlotNET_ImPlot_TagY_" data-uid="ImPlotNET.ImPlot.TagY*"></a>
<h4 id="ImPlotNET_ImPlot_TagY_System_Double_System_Numerics_Vector4_System_String_" data-uid="ImPlotNET.ImPlot.TagY(System.Double,System.Numerics.Vector4,System.String)">TagY(Double, Vector4, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void TagY(double y, Vector4 col, string fmt)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImPlotNET_ImPlot.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImPlot.NET/ImPlot.gen.cs/#L9" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>