Dalamud/docs/api/ImPlotNET.ImPlotNative.html
2021-08-21 22:57:51 +02:00

17670 lines
687 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ImPlotNative
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ImPlotNative
">
<meta name="generator" content="docfx 2.58.0.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.ImPlotNative">
<h1 id="ImPlotNET_ImPlotNative" data-uid="ImPlotNET.ImPlotNative" class="text-break">Class ImPlotNative
</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">ImPlotNative</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_ImPlotNative_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class ImPlotNative</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="ImPlotNET_ImPlotNative_ImPlot_AnnotateClampedStr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateClampedStr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_AnnotateClampedStr_System_Double_System_Double_System_Numerics_Vector2_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateClampedStr(System.Double,System.Double,System.Numerics.Vector2,System.Byte*)">ImPlot_AnnotateClampedStr(Double, Double, Vector2, Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_AnnotateClampedStr(double x, double y, Vector2 pix_offset, byte *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.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_AnnotateClampedVec4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateClampedVec4*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_AnnotateClampedVec4_System_Double_System_Double_System_Numerics_Vector2_System_Numerics_Vector4_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateClampedVec4(System.Double,System.Double,System.Numerics.Vector2,System.Numerics.Vector4,System.Byte*)">ImPlot_AnnotateClampedVec4(Double, Double, Vector2, Vector4, Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_AnnotateClampedVec4(double x, double y, Vector2 pix_offset, Vector4 color, byte *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.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">color</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_AnnotateStr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateStr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_AnnotateStr_System_Double_System_Double_System_Numerics_Vector2_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateStr(System.Double,System.Double,System.Numerics.Vector2,System.Byte*)">ImPlot_AnnotateStr(Double, Double, Vector2, Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_AnnotateStr(double x, double y, Vector2 pix_offset, byte *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.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_AnnotateVec4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateVec4*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_AnnotateVec4_System_Double_System_Double_System_Numerics_Vector2_System_Numerics_Vector4_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_AnnotateVec4(System.Double,System.Double,System.Numerics.Vector2,System.Numerics.Vector4,System.Byte*)">ImPlot_AnnotateVec4(Double, Double, Vector2, Vector4, Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_AnnotateVec4(double x, double y, Vector2 pix_offset, Vector4 color, byte *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.Vector2</span></td>
<td><span class="parametername">pix_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector4</span></td>
<td><span class="parametername">color</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">fmt</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSource_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSource*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSource_ImGuiNET_ImGuiKeyModFlags_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSource(ImGuiNET.ImGuiKeyModFlags,ImGuiNET.ImGuiDragDropFlags)">ImPlot_BeginDragDropSource(ImGuiKeyModFlags, 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 extern byte ImPlot_BeginDragDropSource(ImGuiKeyModFlags key_mods, 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.ImGuiKeyModFlags.html">ImGuiKeyModFlags</a></td>
<td><span class="parametername">key_mods</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceItem_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceItem*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceItem_System_Byte__ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceItem(System.Byte*,ImGuiNET.ImGuiDragDropFlags)">ImPlot_BeginDragDropSourceItem(Byte*, 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 extern byte ImPlot_BeginDragDropSourceItem(byte *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.Byte</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceX_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceX*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceX_ImGuiNET_ImGuiKeyModFlags_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceX(ImGuiNET.ImGuiKeyModFlags,ImGuiNET.ImGuiDragDropFlags)">ImPlot_BeginDragDropSourceX(ImGuiKeyModFlags, 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 extern byte ImPlot_BeginDragDropSourceX(ImGuiKeyModFlags key_mods, 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.ImGuiKeyModFlags.html">ImGuiKeyModFlags</a></td>
<td><span class="parametername">key_mods</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceY_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceY*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropSourceY_ImPlotNET_ImPlotYAxis_ImGuiNET_ImGuiKeyModFlags_ImGuiNET_ImGuiDragDropFlags_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropSourceY(ImPlotNET.ImPlotYAxis,ImGuiNET.ImGuiKeyModFlags,ImGuiNET.ImGuiDragDropFlags)">ImPlot_BeginDragDropSourceY(ImPlotYAxis, ImGuiKeyModFlags, 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 extern byte ImPlot_BeginDragDropSourceY(ImPlotYAxis axis, ImGuiKeyModFlags key_mods, 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.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">axis</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiKeyModFlags.html">ImGuiKeyModFlags</a></td>
<td><span class="parametername">key_mods</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTarget_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTarget*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTarget" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTarget">ImPlot_BeginDragDropTarget()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_BeginDragDropTarget()</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetLegend_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetLegend*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetLegend" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetLegend">ImPlot_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 extern byte ImPlot_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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetX_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetX*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetX" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetX">ImPlot_BeginDragDropTargetX()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_BeginDragDropTargetX()</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetY_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetY*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginDragDropTargetY_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginDragDropTargetY(ImPlotNET.ImPlotYAxis)">ImPlot_BeginDragDropTargetY(ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_BeginDragDropTargetY(ImPlotYAxis 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.ImPlotYAxis.html">ImPlotYAxis</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginLegendPopup_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginLegendPopup*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginLegendPopup_System_Byte__ImGuiNET_ImGuiMouseButton_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginLegendPopup(System.Byte*,ImGuiNET.ImGuiMouseButton)">ImPlot_BeginLegendPopup(Byte*, 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 extern byte ImPlot_BeginLegendPopup(byte *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.Byte</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_BeginPlot_" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginPlot*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_BeginPlot_System_Byte__System_Byte__System_Byte__System_Numerics_Vector2_ImPlotNET_ImPlotFlags_ImPlotNET_ImPlotAxisFlags_ImPlotNET_ImPlotAxisFlags_ImPlotNET_ImPlotAxisFlags_ImPlotNET_ImPlotAxisFlags_System_Byte__System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_BeginPlot(System.Byte*,System.Byte*,System.Byte*,System.Numerics.Vector2,ImPlotNET.ImPlotFlags,ImPlotNET.ImPlotAxisFlags,ImPlotNET.ImPlotAxisFlags,ImPlotNET.ImPlotAxisFlags,ImPlotNET.ImPlotAxisFlags,System.Byte*,System.Byte*)">ImPlot_BeginPlot(Byte*, Byte*, Byte*, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, Byte*, Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_BeginPlot(byte *title_id, byte *x_label, byte *y_label, Vector2 size, ImPlotFlags flags, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags, ImPlotAxisFlags y2_flags, ImPlotAxisFlags y3_flags, byte *y2_label, byte *y3_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.Byte</span>*</td>
<td><span class="parametername">title_id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">x_label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">y_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.ImPlotFlags.html">ImPlotFlags</a></td>
<td><span class="parametername">flags</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>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">y2_flags</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotAxisFlags.html">ImPlotAxisFlags</a></td>
<td><span class="parametername">y3_flags</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">y2_label</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">y3_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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_CreateContext_" data-uid="ImPlotNET.ImPlotNative.ImPlot_CreateContext*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_CreateContext" data-uid="ImPlotNET.ImPlotNative.ImPlot_CreateContext">ImPlot_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 extern IntPtr ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_DestroyContext_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DestroyContext*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_DestroyContext_System_IntPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DestroyContext(System.IntPtr)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_DragLineX_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragLineX*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_DragLineX_System_Byte__System_Double__System_Byte_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragLineX(System.Byte*,System.Double*,System.Byte,System.Numerics.Vector4,System.Single)">ImPlot_DragLineX(Byte*, Double*, Byte, 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 extern byte ImPlot_DragLineX(byte *id, double *x_value, byte show_label, 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.Byte</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_value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_label</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_DragLineY_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragLineY*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_DragLineY_System_Byte__System_Double__System_Byte_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragLineY(System.Byte*,System.Double*,System.Byte,System.Numerics.Vector4,System.Single)">ImPlot_DragLineY(Byte*, Double*, Byte, 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 extern byte ImPlot_DragLineY(byte *id, double *y_value, byte show_label, 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.Byte</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_value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_label</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_DragPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragPoint*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_DragPoint_System_Byte__System_Double__System_Double__System_Byte_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_DragPoint(System.Byte*,System.Double*,System.Double*,System.Byte,System.Numerics.Vector4,System.Single)">ImPlot_DragPoint(Byte*, Double*, Double*, Byte, 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 extern byte ImPlot_DragPoint(byte *id, double *x, double *y, byte show_label, Vector4 col, float 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.Byte</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.Byte</span></td>
<td><span class="parametername">show_label</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">radius</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_EndDragDropSource_" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndDragDropSource*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_EndDragDropSource" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndDragDropSource">ImPlot_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 extern void ImPlot_EndDragDropSource()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_EndDragDropTarget_" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndDragDropTarget*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_EndDragDropTarget" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndDragDropTarget">ImPlot_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 extern void ImPlot_EndDragDropTarget()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_EndLegendPopup_" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndLegendPopup*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_EndLegendPopup" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndLegendPopup">ImPlot_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 extern void ImPlot_EndLegendPopup()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_EndPlot_" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndPlot*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_EndPlot" data-uid="ImPlotNET.ImPlotNative.ImPlot_EndPlot">ImPlot_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 extern void ImPlot_EndPlot()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_FitNextPlotAxes_" data-uid="ImPlotNET.ImPlotNative.ImPlot_FitNextPlotAxes*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_FitNextPlotAxes_System_Byte_System_Byte_System_Byte_System_Byte_" data-uid="ImPlotNET.ImPlotNative.ImPlot_FitNextPlotAxes(System.Byte,System.Byte,System.Byte,System.Byte)">ImPlot_FitNextPlotAxes(Byte, Byte, Byte, Byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_FitNextPlotAxes(byte x, byte y, byte y2, byte y3)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">x</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">y</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">y2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">y3</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetColormapColor_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapColor*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetColormapColor_System_Numerics_Vector4__System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapColor(System.Numerics.Vector4*,System.Int32)">ImPlot_GetColormapColor(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 extern void ImPlot_GetColormapColor(Vector4*pOut, int index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">pOut</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">index</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetColormapName_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapName*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetColormapName_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapName(ImPlotNET.ImPlotColormap)">ImPlot_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 extern byte *ImPlot_GetColormapName(ImPlotColormap colormap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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">colormap</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.Byte</span>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetColormapSize_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapSize*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetColormapSize" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetColormapSize">ImPlot_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 extern int ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetCurrentContext_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetCurrentContext*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetCurrentContext" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetCurrentContext">ImPlot_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 extern IntPtr ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetLastItemColor_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetLastItemColor*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetLastItemColor_System_Numerics_Vector4__" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetLastItemColor(System.Numerics.Vector4*)">ImPlot_GetLastItemColor(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 extern void ImPlot_GetLastItemColor(Vector4*pOut)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">pOut</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetMarkerName_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetMarkerName*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetMarkerName_ImPlotNET_ImPlotMarker_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetMarkerName(ImPlotNET.ImPlotMarker)">ImPlot_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 extern byte *ImPlot_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.Byte</span>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotDrawList_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotDrawList*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotDrawList" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotDrawList">ImPlot_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 extern ImDrawList*ImPlot_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.ImDrawList.html">ImDrawList</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotLimits_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotLimits_ImPlotNET_ImPlotLimits__ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotLimits(ImPlotNET.ImPlotLimits*,ImPlotNET.ImPlotYAxis)">ImPlot_GetPlotLimits(ImPlotLimits*, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_GetPlotLimits(ImPlotLimits*pOut, ImPlotYAxis 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.ImPlotLimits.html">ImPlotLimits</a>*</td>
<td><span class="parametername">pOut</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotMousePos_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotMousePos*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotMousePos_ImPlotNET_ImPlotPoint__ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotMousePos(ImPlotNET.ImPlotPoint*,ImPlotNET.ImPlotYAxis)">ImPlot_GetPlotMousePos(ImPlotPoint*, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_GetPlotMousePos(ImPlotPoint*pOut, ImPlotYAxis 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">pOut</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotPos_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotPos*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotPos_System_Numerics_Vector2__" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotPos(System.Numerics.Vector2*)">ImPlot_GetPlotPos(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 extern void ImPlot_GetPlotPos(Vector2*pOut)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">pOut</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotQuery_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotQuery*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotQuery_ImPlotNET_ImPlotLimits__ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotQuery(ImPlotNET.ImPlotLimits*,ImPlotNET.ImPlotYAxis)">ImPlot_GetPlotQuery(ImPlotLimits*, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_GetPlotQuery(ImPlotLimits*pOut, ImPlotYAxis 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.ImPlotLimits.html">ImPlotLimits</a>*</td>
<td><span class="parametername">pOut</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetPlotSize_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotSize*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetPlotSize_System_Numerics_Vector2__" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetPlotSize(System.Numerics.Vector2*)">ImPlot_GetPlotSize(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 extern void ImPlot_GetPlotSize(Vector2*pOut)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">pOut</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetStyle" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetStyle">ImPlot_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 extern ImPlotStyle*ImPlot_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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_GetStyleColorName_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetStyleColorName*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_GetStyleColorName_ImPlotNET_ImPlotCol_" data-uid="ImPlotNET.ImPlotNative.ImPlot_GetStyleColorName(ImPlotNET.ImPlotCol)">ImPlot_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 extern byte *ImPlot_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.Byte</span>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_HideNextItem_" data-uid="ImPlotNET.ImPlotNative.ImPlot_HideNextItem*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_HideNextItem_System_Byte_ImGuiNET_ImGuiCond_" data-uid="ImPlotNET.ImPlotNative.ImPlot_HideNextItem(System.Byte,ImGuiNET.ImGuiCond)">ImPlot_HideNextItem(Byte, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_HideNextItem(byte hidden, ImGuiCond 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.Byte</span></td>
<td><span class="parametername">hidden</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_IsLegendEntryHovered_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsLegendEntryHovered*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_IsLegendEntryHovered_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsLegendEntryHovered(System.Byte*)">ImPlot_IsLegendEntryHovered(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_IsLegendEntryHovered(byte *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.Byte</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_IsPlotHovered_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotHovered*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_IsPlotHovered" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotHovered">ImPlot_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 extern byte ImPlot_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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_IsPlotQueried_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotQueried*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_IsPlotQueried" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotQueried">ImPlot_IsPlotQueried()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_IsPlotQueried()</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_IsPlotXAxisHovered_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotXAxisHovered*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_IsPlotXAxisHovered" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotXAxisHovered">ImPlot_IsPlotXAxisHovered()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_IsPlotXAxisHovered()</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_IsPlotYAxisHovered_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotYAxisHovered*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_IsPlotYAxisHovered_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_IsPlotYAxisHovered(ImPlotNET.ImPlotYAxis)">ImPlot_IsPlotYAxisHovered(ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_IsPlotYAxisHovered(ImPlotYAxis 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.ImPlotYAxis.html">ImPlotYAxis</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ItemIconU32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ItemIconU32*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ItemIconU32_System_UInt32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ItemIconU32(System.UInt32)">ImPlot_ItemIconU32(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 extern void ImPlot_ItemIconU32(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_ItemIconVec4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ItemIconVec4*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ItemIconVec4_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ItemIconVec4(System.Numerics.Vector4)">ImPlot_ItemIconVec4(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 extern void ImPlot_ItemIconVec4(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_LerpColormapFloat_" data-uid="ImPlotNET.ImPlotNative.ImPlot_LerpColormapFloat*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_LerpColormapFloat_System_Numerics_Vector4__System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_LerpColormapFloat(System.Numerics.Vector4*,System.Single)">ImPlot_LerpColormapFloat(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 extern void ImPlot_LerpColormapFloat(Vector4*pOut, 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.Numerics.Vector4</span>*</td>
<td><span class="parametername">pOut</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_LinkNextPlotLimits_" data-uid="ImPlotNET.ImPlotNative.ImPlot_LinkNextPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_LinkNextPlotLimits_System_Double__System_Double__System_Double__System_Double__System_Double__System_Double__System_Double__System_Double__" data-uid="ImPlotNET.ImPlotNative.ImPlot_LinkNextPlotLimits(System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Double*,System.Double*)">ImPlot_LinkNextPlotLimits(Double*, Double*, Double*, Double*, 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 extern void ImPlot_LinkNextPlotLimits(double *xmin, double *xmax, double *ymin, double *ymax, double *ymin2, double *ymax2, double *ymin3, double *ymax3)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">xmin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">xmax</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymax</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymin2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymax2</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymin3</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span>*</td>
<td><span class="parametername">ymax3</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_NextColormapColor_" data-uid="ImPlotNET.ImPlotNative.ImPlot_NextColormapColor*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_NextColormapColor_System_Numerics_Vector4__" data-uid="ImPlotNET.ImPlotNative.ImPlot_NextColormapColor(System.Numerics.Vector4*)">ImPlot_NextColormapColor(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 extern void ImPlot_NextColormapColor(Vector4*pOut)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">pOut</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PixelsToPlotFloat_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PixelsToPlotFloat*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PixelsToPlotFloat_ImPlotNET_ImPlotPoint__System_Single_System_Single_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PixelsToPlotFloat(ImPlotNET.ImPlotPoint*,System.Single,System.Single,ImPlotNET.ImPlotYAxis)">ImPlot_PixelsToPlotFloat(ImPlotPoint*, Single, Single, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_PixelsToPlotFloat(ImPlotPoint*pOut, float x, float y, ImPlotYAxis 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">pOut</span></td>
<td></td>
</tr>
<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.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PixelsToPlotVec2_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PixelsToPlotVec2*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PixelsToPlotVec2_ImPlotNET_ImPlotPoint__System_Numerics_Vector2_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PixelsToPlotVec2(ImPlotNET.ImPlotPoint*,System.Numerics.Vector2,ImPlotNET.ImPlotYAxis)">ImPlot_PixelsToPlotVec2(ImPlotPoint*, Vector2, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_PixelsToPlotVec2(ImPlotPoint*pOut, Vector2 pix, ImPlotYAxis 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">pOut</span></td>
<td></td>
</tr>
<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.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsdoublePtrdoublePtr(Byte*, Double*, Double*, Int32, 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 extern void ImPlot_PlotBarsdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsdoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsdoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsdoublePtrInt(Byte*, Double*, Int32, Double, 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 extern void ImPlot_PlotBarsdoublePtrInt(byte *label_id, double *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsFloatPtrFloatPtr(Byte*, Single*, Single*, Int32, 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 extern void ImPlot_PlotBarsFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsFloatPtrInt(Byte*, Single*, Int32, Double, 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 extern void ImPlot_PlotBarsFloatPtrInt(byte *label_id, float *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHdoublePtrdoublePtr(Byte*, Double*, Double*, Int32, 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 extern void ImPlot_PlotBarsHdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHdoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHdoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHdoublePtrInt(Byte*, Double*, Int32, Double, 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 extern void ImPlot_PlotBarsHdoublePtrInt(byte *label_id, double *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHFloatPtrFloatPtr(Byte*, Single*, Single*, Int32, 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 extern void ImPlot_PlotBarsHFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHFloatPtrInt(Byte*, Single*, Int32, Double, 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 extern void ImPlot_PlotBarsHFloatPtrInt(byte *label_id, float *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS16PtrInt(Byte*, Int16*, Int32, Double, 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 extern void ImPlot_PlotBarsHS16PtrInt(byte *label_id, short *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS16PtrS16Ptr(Byte*, Int16*, Int16*, Int32, 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 extern void ImPlot_PlotBarsHS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS32PtrInt(Byte*, Int32*, Int32, Double, 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 extern void ImPlot_PlotBarsHS32PtrInt(byte *label_id, int *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS32PtrS32Ptr(Byte*, Int32*, Int32*, Int32, 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 extern void ImPlot_PlotBarsHS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS64PtrInt(Byte*, Int64*, Int32, Double, 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 extern void ImPlot_PlotBarsHS64PtrInt(byte *label_id, long *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS64PtrS64Ptr(Byte*, Int64*, Int64*, Int32, 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 extern void ImPlot_PlotBarsHS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS8PtrInt(Byte*, SByte*, Int32, Double, 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 extern void ImPlot_PlotBarsHS8PtrInt(byte *label_id, sbyte *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHS8PtrS8Ptr(Byte*, SByte*, SByte*, Int32, 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 extern void ImPlot_PlotBarsHS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU16PtrInt(Byte*, UInt16*, Int32, Double, 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 extern void ImPlot_PlotBarsHU16PtrInt(byte *label_id, ushort *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU16PtrU16Ptr(Byte*, UInt16*, UInt16*, Int32, 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 extern void ImPlot_PlotBarsHU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU32PtrInt(Byte*, UInt32*, Int32, Double, 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 extern void ImPlot_PlotBarsHU32PtrInt(byte *label_id, uint *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU32PtrU32Ptr(Byte*, UInt32*, UInt32*, Int32, 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 extern void ImPlot_PlotBarsHU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU64PtrInt(Byte*, UInt64*, Int32, Double, 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 extern void ImPlot_PlotBarsHU64PtrInt(byte *label_id, ulong *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU64PtrU64Ptr(Byte*, UInt64*, UInt64*, Int32, 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 extern void ImPlot_PlotBarsHU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU8PtrInt(Byte*, Byte*, Int32, Double, 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 extern void ImPlot_PlotBarsHU8PtrInt(byte *label_id, byte *values, int count, double height, double shift, 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.Byte</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">height</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsHU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsHU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsHU8PtrU8Ptr(Byte*, Byte*, Byte*, Int32, 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 extern void ImPlot_PlotBarsHU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, double height, 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.Byte</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">height</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS16PtrInt(Byte*, Int16*, Int32, Double, 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 extern void ImPlot_PlotBarsS16PtrInt(byte *label_id, short *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS16PtrS16Ptr(Byte*, Int16*, Int16*, Int32, 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 extern void ImPlot_PlotBarsS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS32PtrInt(Byte*, Int32*, Int32, Double, 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 extern void ImPlot_PlotBarsS32PtrInt(byte *label_id, int *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS32PtrS32Ptr(Byte*, Int32*, Int32*, Int32, 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 extern void ImPlot_PlotBarsS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS64PtrInt(Byte*, Int64*, Int32, Double, 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 extern void ImPlot_PlotBarsS64PtrInt(byte *label_id, long *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS64PtrS64Ptr(Byte*, Int64*, Int64*, Int32, 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 extern void ImPlot_PlotBarsS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS8PtrInt(Byte*, SByte*, Int32, Double, 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 extern void ImPlot_PlotBarsS8PtrInt(byte *label_id, sbyte *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsS8PtrS8Ptr(Byte*, SByte*, SByte*, Int32, 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 extern void ImPlot_PlotBarsS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU16PtrInt(Byte*, UInt16*, Int32, Double, 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 extern void ImPlot_PlotBarsU16PtrInt(byte *label_id, ushort *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU16PtrU16Ptr(Byte*, UInt16*, UInt16*, Int32, 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 extern void ImPlot_PlotBarsU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU32PtrInt(Byte*, UInt32*, Int32, Double, 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 extern void ImPlot_PlotBarsU32PtrInt(byte *label_id, uint *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU32PtrU32Ptr(Byte*, UInt32*, UInt32*, Int32, 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 extern void ImPlot_PlotBarsU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU64PtrInt(Byte*, UInt64*, Int32, Double, 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 extern void ImPlot_PlotBarsU64PtrInt(byte *label_id, ulong *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU64PtrU64Ptr(Byte*, UInt64*, UInt64*, Int32, 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 extern void ImPlot_PlotBarsU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU8PtrInt(Byte*, Byte*, Int32, Double, 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 extern void ImPlot_PlotBarsU8PtrInt(byte *label_id, byte *values, int count, double width, double shift, 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.Byte</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">width</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotBarsU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotBarsU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotBarsU8PtrU8Ptr(Byte*, Byte*, Byte*, Int32, 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 extern void ImPlot_PlotBarsU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, double width, 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.Byte</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">width</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitaldoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitaldoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitaldoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitaldoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitaldoublePtr(Byte*, Double*, 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 extern void ImPlot_PlotDigitaldoublePtr(byte *label_id, double *xs, double *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalFloatPtr(Byte*, Single*, 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 extern void ImPlot_PlotDigitalFloatPtr(byte *label_id, float *xs, float *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalS16Ptr(Byte*, Int16*, 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 extern void ImPlot_PlotDigitalS16Ptr(byte *label_id, short *xs, short *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalS32Ptr(Byte*, Int32*, 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 extern void ImPlot_PlotDigitalS32Ptr(byte *label_id, int *xs, int *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalS64Ptr(Byte*, Int64*, 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 extern void ImPlot_PlotDigitalS64Ptr(byte *label_id, long *xs, long *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalS8Ptr(Byte*, SByte*, 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 extern void ImPlot_PlotDigitalS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalU16Ptr(Byte*, UInt16*, 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 extern void ImPlot_PlotDigitalU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalU32Ptr(Byte*, UInt32*, 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 extern void ImPlot_PlotDigitalU32Ptr(byte *label_id, uint *xs, uint *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalU64Ptr(Byte*, UInt64*, 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 extern void ImPlot_PlotDigitalU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDigitalU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDigitalU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotDigitalU8Ptr(Byte*, Byte*, 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 extern void ImPlot_PlotDigitalU8Ptr(byte *label_id, byte *xs, byte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotDummy_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDummy*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotDummy_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotDummy(System.Byte*)">ImPlot_PlotDummy(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_PlotDummy(byte *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.Byte</span>*</td>
<td><span class="parametername">label_id</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr(Byte*, Double*, Double*, Double*, 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 extern void ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, double *neg, double *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt_System_Byte__System_Double__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt(System.Byte*,System.Double*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt(Byte*, Double*, Double*, 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 extern void ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt(byte *label_id, double *xs, double *ys, double *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr(Byte*, Single*, Single*, Single*, 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 extern void ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, float *neg, float *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt_System_Byte__System_Single__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt(System.Byte*,System.Single*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt(Byte*, Single*, Single*, 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 extern void ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt(byte *label_id, float *xs, float *ys, float *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr(Byte*, Double*, Double*, Double*, 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 extern void ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, double *neg, double *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt_System_Byte__System_Double__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt(System.Byte*,System.Double*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt(Byte*, Double*, Double*, 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 extern void ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt(byte *label_id, double *xs, double *ys, double *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr(Byte*, Single*, Single*, Single*, 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 extern void ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, float *neg, float *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt_System_Byte__System_Single__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt(System.Byte*,System.Single*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt(Byte*, Single*, Single*, 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 extern void ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt(byte *label_id, float *xs, float *ys, float *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt_System_Byte__System_Int16__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt(System.Byte*,System.Int16*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt(Byte*, Int16*, Int16*, 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 extern void ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt(byte *label_id, short *xs, short *ys, short *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr(Byte*, Int16*, Int16*, Int16*, 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 extern void ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr(byte *label_id, short *xs, short *ys, short *neg, short *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt_System_Byte__System_Int32__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt(System.Byte*,System.Int32*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt(Byte*, Int32*, Int32*, 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 extern void ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt(byte *label_id, int *xs, int *ys, int *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr(Byte*, Int32*, Int32*, Int32*, 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 extern void ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int *neg, int *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt_System_Byte__System_Int64__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt(System.Byte*,System.Int64*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt(Byte*, Int64*, Int64*, 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 extern void ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt(byte *label_id, long *xs, long *ys, long *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr(Byte*, Int64*, Int64*, Int64*, 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 extern void ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr(byte *label_id, long *xs, long *ys, long *neg, long *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt_System_Byte__System_SByte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt(System.Byte*,System.SByte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt(Byte*, SByte*, SByte*, 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 extern void ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt(byte *label_id, sbyte *xs, sbyte *ys, sbyte *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr(Byte*, SByte*, SByte*, SByte*, 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 extern void ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, sbyte *neg, sbyte *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt_System_Byte__System_UInt16__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt(System.Byte*,System.UInt16*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt(Byte*, UInt16*, UInt16*, 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 extern void ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt(byte *label_id, ushort *xs, ushort *ys, ushort *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr(Byte*, UInt16*, UInt16*, UInt16*, 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 extern void ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, ushort *neg, ushort *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt_System_Byte__System_UInt32__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt(System.Byte*,System.UInt32*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt(Byte*, UInt32*, UInt32*, 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 extern void ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt(byte *label_id, uint *xs, uint *ys, uint *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr(Byte*, UInt32*, UInt32*, UInt32*, 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 extern void ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, uint *neg, uint *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt_System_Byte__System_UInt64__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt(System.Byte*,System.UInt64*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt(Byte*, UInt64*, UInt64*, 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 extern void ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt(byte *label_id, ulong *xs, ulong *ys, ulong *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr(Byte*, UInt64*, UInt64*, UInt64*, 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 extern void ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, ulong *neg, ulong *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt(System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt(Byte*, Byte*, Byte*, 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 extern void ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt(byte *label_id, byte *xs, byte *ys, byte *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr(Byte*, Byte*, Byte*, Byte*, 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 extern void ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, byte *neg, byte *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt_System_Byte__System_Int16__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt(System.Byte*,System.Int16*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt(Byte*, Int16*, Int16*, 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 extern void ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt(byte *label_id, short *xs, short *ys, short *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr(Byte*, Int16*, Int16*, Int16*, 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 extern void ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr(byte *label_id, short *xs, short *ys, short *neg, short *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt_System_Byte__System_Int32__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt(System.Byte*,System.Int32*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt(Byte*, Int32*, Int32*, 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 extern void ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt(byte *label_id, int *xs, int *ys, int *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr(Byte*, Int32*, Int32*, Int32*, 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 extern void ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int *neg, int *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt_System_Byte__System_Int64__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt(System.Byte*,System.Int64*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt(Byte*, Int64*, Int64*, 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 extern void ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt(byte *label_id, long *xs, long *ys, long *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr(Byte*, Int64*, Int64*, Int64*, 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 extern void ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr(byte *label_id, long *xs, long *ys, long *neg, long *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt_System_Byte__System_SByte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt(System.Byte*,System.SByte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt(Byte*, SByte*, SByte*, 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 extern void ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt(byte *label_id, sbyte *xs, sbyte *ys, sbyte *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr(Byte*, SByte*, SByte*, SByte*, 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 extern void ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, sbyte *neg, sbyte *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt_System_Byte__System_UInt16__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt(System.Byte*,System.UInt16*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt(Byte*, UInt16*, UInt16*, 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 extern void ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt(byte *label_id, ushort *xs, ushort *ys, ushort *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr(Byte*, UInt16*, UInt16*, UInt16*, 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 extern void ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, ushort *neg, ushort *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt_System_Byte__System_UInt32__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt(System.Byte*,System.UInt32*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt(Byte*, UInt32*, UInt32*, 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 extern void ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt(byte *label_id, uint *xs, uint *ys, uint *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr(Byte*, UInt32*, UInt32*, UInt32*, 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 extern void ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, uint *neg, uint *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt_System_Byte__System_UInt64__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt(System.Byte*,System.UInt64*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt(Byte*, UInt64*, UInt64*, 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 extern void ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt(byte *label_id, ulong *xs, ulong *ys, ulong *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr(Byte*, UInt64*, UInt64*, UInt64*, 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 extern void ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, ulong *neg, ulong *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt(System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt(Byte*, Byte*, Byte*, 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 extern void ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt(byte *label_id, byte *xs, byte *ys, byte *err, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr(Byte*, Byte*, Byte*, Byte*, 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 extern void ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, byte *neg, byte *pos, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapdoublePtr_System_Byte__System_Double__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapdoublePtr(System.Byte*,System.Double*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapdoublePtr(Byte*, Double*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapdoublePtr(byte *label_id, double *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapFloatPtr_System_Byte__System_Single__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapFloatPtr(System.Byte*,System.Single*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapFloatPtr(Byte*, Single*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapFloatPtr(byte *label_id, float *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS16Ptr_System_Byte__System_Int16__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS16Ptr(System.Byte*,System.Int16*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapS16Ptr(Byte*, Int16*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapS16Ptr(byte *label_id, short *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS32Ptr_System_Byte__System_Int32__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS32Ptr(System.Byte*,System.Int32*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapS32Ptr(Byte*, Int32*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapS32Ptr(byte *label_id, int *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS64Ptr_System_Byte__System_Int64__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS64Ptr(System.Byte*,System.Int64*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapS64Ptr(Byte*, Int64*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapS64Ptr(byte *label_id, long *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapS8Ptr_System_Byte__System_SByte__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapS8Ptr(System.Byte*,System.SByte*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapS8Ptr(Byte*, SByte*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapS8Ptr(byte *label_id, sbyte *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU16Ptr_System_Byte__System_UInt16__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU16Ptr(System.Byte*,System.UInt16*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapU16Ptr(Byte*, UInt16*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapU16Ptr(byte *label_id, ushort *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU32Ptr_System_Byte__System_UInt32__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU32Ptr(System.Byte*,System.UInt32*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapU32Ptr(Byte*, UInt32*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapU32Ptr(byte *label_id, uint *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU64Ptr_System_Byte__System_UInt64__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU64Ptr(System.Byte*,System.UInt64*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapU64Ptr(Byte*, UInt64*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapU64Ptr(byte *label_id, ulong *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHeatmapU8Ptr_System_Byte__System_Byte__System_Int32_System_Int32_System_Double_System_Double_System_Byte__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHeatmapU8Ptr(System.Byte*,System.Byte*,System.Int32,System.Int32,System.Double,System.Double,System.Byte*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint)">ImPlot_PlotHeatmapU8Ptr(Byte*, Byte*, Int32, Int32, Double, Double, Byte*, 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 extern void ImPlot_PlotHeatmapU8Ptr(byte *label_id, byte *values, int rows, int cols, double scale_min, double scale_max, byte *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.Byte</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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesdoublePtr_System_Byte__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesdoublePtr(System.Byte*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesdoublePtr(Byte*, 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 extern void ImPlot_PlotHLinesdoublePtr(byte *label_id, double *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesFloatPtr_System_Byte__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesFloatPtr(System.Byte*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesFloatPtr(Byte*, 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 extern void ImPlot_PlotHLinesFloatPtr(byte *label_id, float *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS16Ptr_System_Byte__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS16Ptr(System.Byte*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesS16Ptr(Byte*, 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 extern void ImPlot_PlotHLinesS16Ptr(byte *label_id, short *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS32Ptr_System_Byte__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS32Ptr(System.Byte*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesS32Ptr(Byte*, 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 extern void ImPlot_PlotHLinesS32Ptr(byte *label_id, int *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS64Ptr_System_Byte__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS64Ptr(System.Byte*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesS64Ptr(Byte*, 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 extern void ImPlot_PlotHLinesS64Ptr(byte *label_id, long *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesS8Ptr_System_Byte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesS8Ptr(System.Byte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesS8Ptr(Byte*, 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 extern void ImPlot_PlotHLinesS8Ptr(byte *label_id, sbyte *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU16Ptr_System_Byte__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU16Ptr(System.Byte*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesU16Ptr(Byte*, 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 extern void ImPlot_PlotHLinesU16Ptr(byte *label_id, ushort *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU32Ptr_System_Byte__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU32Ptr(System.Byte*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesU32Ptr(Byte*, 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 extern void ImPlot_PlotHLinesU32Ptr(byte *label_id, uint *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU64Ptr_System_Byte__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU64Ptr(System.Byte*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesU64Ptr(Byte*, 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 extern void ImPlot_PlotHLinesU64Ptr(byte *label_id, ulong *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotHLinesU8Ptr_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotHLinesU8Ptr(System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotHLinesU8Ptr(Byte*, 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 extern void ImPlot_PlotHLinesU8Ptr(byte *label_id, byte *ys, int count, 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.Byte</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">ys</span></td>
<td></td>
</tr>
<tr>
<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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotImage_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotImage*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotImage_System_Byte__System_IntPtr_ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotPoint_System_Numerics_Vector2_System_Numerics_Vector2_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotImage(System.Byte*,System.IntPtr,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotPoint,System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector4)">ImPlot_PlotImage(Byte*, 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 extern void ImPlot_PlotImage(byte *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.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLinedoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLinedoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLinedoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLinedoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLinedoublePtrdoublePtr(Byte*, Double*, 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 extern void ImPlot_PlotLinedoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLinedoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLinedoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLinedoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLinedoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLinedoublePtrInt(Byte*, Double*, Int32, Double, 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 extern void ImPlot_PlotLinedoublePtrInt(byte *label_id, double *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineFloatPtrFloatPtr(Byte*, Single*, 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 extern void ImPlot_PlotLineFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineFloatPtrInt(Byte*, Single*, Int32, Double, 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 extern void ImPlot_PlotLineFloatPtrInt(byte *label_id, float *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineS16PtrInt(Byte*, Int16*, Int32, Double, 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 extern void ImPlot_PlotLineS16PtrInt(byte *label_id, short *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineS16PtrS16Ptr(Byte*, Int16*, 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 extern void ImPlot_PlotLineS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineS32PtrInt(Byte*, Int32*, Int32, Double, 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 extern void ImPlot_PlotLineS32PtrInt(byte *label_id, int *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineS32PtrS32Ptr(Byte*, Int32*, 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 extern void ImPlot_PlotLineS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineS64PtrInt(Byte*, Int64*, Int32, Double, 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 extern void ImPlot_PlotLineS64PtrInt(byte *label_id, long *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineS64PtrS64Ptr(Byte*, Int64*, 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 extern void ImPlot_PlotLineS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineS8PtrInt(Byte*, SByte*, Int32, Double, 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 extern void ImPlot_PlotLineS8PtrInt(byte *label_id, sbyte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineS8PtrS8Ptr(Byte*, SByte*, 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 extern void ImPlot_PlotLineS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineU16PtrInt(Byte*, UInt16*, Int32, Double, 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 extern void ImPlot_PlotLineU16PtrInt(byte *label_id, ushort *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineU16PtrU16Ptr(Byte*, UInt16*, 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 extern void ImPlot_PlotLineU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineU32PtrInt(Byte*, UInt32*, Int32, Double, 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 extern void ImPlot_PlotLineU32PtrInt(byte *label_id, uint *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineU32PtrU32Ptr(Byte*, UInt32*, 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 extern void ImPlot_PlotLineU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineU64PtrInt(Byte*, UInt64*, Int32, Double, 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 extern void ImPlot_PlotLineU64PtrInt(byte *label_id, ulong *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineU64PtrU64Ptr(Byte*, UInt64*, 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 extern void ImPlot_PlotLineU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotLineU8PtrInt(Byte*, Byte*, Int32, Double, 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 extern void ImPlot_PlotLineU8PtrInt(byte *label_id, byte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotLineU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotLineU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotLineU8PtrU8Ptr(Byte*, Byte*, 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 extern void ImPlot_PlotLineU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartdoublePtr_System_Byte___System_Double__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartdoublePtr(System.Byte**,System.Double*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartdoublePtr(Byte**, Double*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartdoublePtr(byte **label_ids, double *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartFloatPtr_System_Byte___System_Single__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartFloatPtr(System.Byte**,System.Single*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartFloatPtr(Byte**, Single*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartFloatPtr(byte **label_ids, float *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS16Ptr_System_Byte___System_Int16__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS16Ptr(System.Byte**,System.Int16*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartS16Ptr(Byte**, Int16*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartS16Ptr(byte **label_ids, short *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS32Ptr_System_Byte___System_Int32__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS32Ptr(System.Byte**,System.Int32*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartS32Ptr(Byte**, Int32*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartS32Ptr(byte **label_ids, int *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS64Ptr_System_Byte___System_Int64__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS64Ptr(System.Byte**,System.Int64*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartS64Ptr(Byte**, Int64*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartS64Ptr(byte **label_ids, long *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartS8Ptr_System_Byte___System_SByte__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartS8Ptr(System.Byte**,System.SByte*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartS8Ptr(Byte**, SByte*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartS8Ptr(byte **label_ids, sbyte *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU16Ptr_System_Byte___System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU16Ptr(System.Byte**,System.UInt16*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartU16Ptr(Byte**, UInt16*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartU16Ptr(byte **label_ids, ushort *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU32Ptr_System_Byte___System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU32Ptr(System.Byte**,System.UInt32*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartU32Ptr(Byte**, UInt32*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartU32Ptr(byte **label_ids, uint *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU64Ptr_System_Byte___System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU64Ptr(System.Byte**,System.UInt64*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartU64Ptr(Byte**, UInt64*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartU64Ptr(byte **label_ids, ulong *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotPieChartU8Ptr_System_Byte___System_Byte__System_Int32_System_Double_System_Double_System_Double_System_Byte_System_Byte__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotPieChartU8Ptr(System.Byte**,System.Byte*,System.Int32,System.Double,System.Double,System.Double,System.Byte,System.Byte*,System.Double)">ImPlot_PlotPieChartU8Ptr(Byte**, Byte*, Int32, Double, Double, Double, Byte, Byte*, 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 extern void ImPlot_PlotPieChartU8Ptr(byte **label_ids, byte *values, int count, double x, double y, double radius, byte normalize, byte *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.Byte</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.Byte</span></td>
<td><span class="parametername">normalize</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterdoublePtrdoublePtr(Byte*, Double*, 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 extern void ImPlot_PlotScatterdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterdoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterdoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterdoublePtrInt(Byte*, Double*, Int32, Double, 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 extern void ImPlot_PlotScatterdoublePtrInt(byte *label_id, double *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterFloatPtrFloatPtr(Byte*, Single*, 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 extern void ImPlot_PlotScatterFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterFloatPtrInt(Byte*, Single*, Int32, Double, 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 extern void ImPlot_PlotScatterFloatPtrInt(byte *label_id, float *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterS16PtrInt(Byte*, Int16*, Int32, Double, 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 extern void ImPlot_PlotScatterS16PtrInt(byte *label_id, short *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterS16PtrS16Ptr(Byte*, Int16*, 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 extern void ImPlot_PlotScatterS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterS32PtrInt(Byte*, Int32*, Int32, Double, 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 extern void ImPlot_PlotScatterS32PtrInt(byte *label_id, int *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterS32PtrS32Ptr(Byte*, Int32*, 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 extern void ImPlot_PlotScatterS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterS64PtrInt(Byte*, Int64*, Int32, Double, 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 extern void ImPlot_PlotScatterS64PtrInt(byte *label_id, long *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterS64PtrS64Ptr(Byte*, Int64*, 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 extern void ImPlot_PlotScatterS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterS8PtrInt(Byte*, SByte*, Int32, Double, 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 extern void ImPlot_PlotScatterS8PtrInt(byte *label_id, sbyte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterS8PtrS8Ptr(Byte*, SByte*, 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 extern void ImPlot_PlotScatterS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterU16PtrInt(Byte*, UInt16*, Int32, Double, 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 extern void ImPlot_PlotScatterU16PtrInt(byte *label_id, ushort *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterU16PtrU16Ptr(Byte*, UInt16*, 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 extern void ImPlot_PlotScatterU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterU32PtrInt(Byte*, UInt32*, Int32, Double, 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 extern void ImPlot_PlotScatterU32PtrInt(byte *label_id, uint *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterU32PtrU32Ptr(Byte*, UInt32*, 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 extern void ImPlot_PlotScatterU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterU64PtrInt(Byte*, UInt64*, Int32, Double, 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 extern void ImPlot_PlotScatterU64PtrInt(byte *label_id, ulong *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterU64PtrU64Ptr(Byte*, UInt64*, 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 extern void ImPlot_PlotScatterU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotScatterU8PtrInt(Byte*, Byte*, Int32, Double, 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 extern void ImPlot_PlotScatterU8PtrInt(byte *label_id, byte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotScatterU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotScatterU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotScatterU8PtrU8Ptr(Byte*, Byte*, 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 extern void ImPlot_PlotScatterU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr(Byte*, Double*, Double*, 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 extern void ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr(byte *label_id, double *xs, double *ys1, double *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrdoublePtrInt_System_Byte__System_Double__System_Double__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrdoublePtrInt(System.Byte*,System.Double*,System.Double*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadeddoublePtrdoublePtrInt(Byte*, Double*, Double*, Int32, 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 extern void ImPlot_PlotShadeddoublePtrdoublePtrInt(byte *label_id, double *xs, double *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadeddoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadeddoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadeddoublePtrInt(Byte*, Double*, Int32, Double, Double, 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 extern void ImPlot_PlotShadeddoublePtrInt(byte *label_id, double *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr(Byte*, Single*, Single*, 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 extern void ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr(byte *label_id, float *xs, float *ys1, float *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrFloatPtrInt_System_Byte__System_Single__System_Single__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrFloatPtrInt(System.Byte*,System.Single*,System.Single*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedFloatPtrFloatPtrInt(Byte*, Single*, Single*, Int32, 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 extern void ImPlot_PlotShadedFloatPtrFloatPtrInt(byte *label_id, float *xs, float *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedFloatPtrInt(Byte*, Single*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedFloatPtrInt(byte *label_id, float *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS16PtrInt(Byte*, Int16*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedS16PtrInt(byte *label_id, short *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrS16PtrInt_System_Byte__System_Int16__System_Int16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrS16PtrInt(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS16PtrS16PtrInt(Byte*, Int16*, Int16*, Int32, 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 extern void ImPlot_PlotShadedS16PtrS16PtrInt(byte *label_id, short *xs, short *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS16PtrS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS16PtrS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedS16PtrS16PtrS16Ptr(Byte*, Int16*, Int16*, 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 extern void ImPlot_PlotShadedS16PtrS16PtrS16Ptr(byte *label_id, short *xs, short *ys1, short *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS32PtrInt(Byte*, Int32*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedS32PtrInt(byte *label_id, int *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrS32PtrInt_System_Byte__System_Int32__System_Int32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrS32PtrInt(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS32PtrS32PtrInt(Byte*, Int32*, Int32*, Int32, 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 extern void ImPlot_PlotShadedS32PtrS32PtrInt(byte *label_id, int *xs, int *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS32PtrS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS32PtrS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedS32PtrS32PtrS32Ptr(Byte*, Int32*, Int32*, 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 extern void ImPlot_PlotShadedS32PtrS32PtrS32Ptr(byte *label_id, int *xs, int *ys1, int *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS64PtrInt(Byte*, Int64*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedS64PtrInt(byte *label_id, long *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrS64PtrInt_System_Byte__System_Int64__System_Int64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrS64PtrInt(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS64PtrS64PtrInt(Byte*, Int64*, Int64*, Int32, 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 extern void ImPlot_PlotShadedS64PtrS64PtrInt(byte *label_id, long *xs, long *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS64PtrS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS64PtrS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedS64PtrS64PtrS64Ptr(Byte*, Int64*, Int64*, 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 extern void ImPlot_PlotShadedS64PtrS64PtrS64Ptr(byte *label_id, long *xs, long *ys1, long *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS8PtrInt(Byte*, SByte*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedS8PtrInt(byte *label_id, sbyte *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrS8PtrInt_System_Byte__System_SByte__System_SByte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrS8PtrInt(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedS8PtrS8PtrInt(Byte*, SByte*, SByte*, Int32, 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 extern void ImPlot_PlotShadedS8PtrS8PtrInt(byte *label_id, sbyte *xs, sbyte *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedS8PtrS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedS8PtrS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedS8PtrS8PtrS8Ptr(Byte*, SByte*, SByte*, 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 extern void ImPlot_PlotShadedS8PtrS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys1, sbyte *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU16PtrInt(Byte*, UInt16*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedU16PtrInt(byte *label_id, ushort *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrU16PtrInt_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrU16PtrInt(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU16PtrU16PtrInt(Byte*, UInt16*, UInt16*, Int32, 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 extern void ImPlot_PlotShadedU16PtrU16PtrInt(byte *label_id, ushort *xs, ushort *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU16PtrU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU16PtrU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedU16PtrU16PtrU16Ptr(Byte*, UInt16*, UInt16*, 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 extern void ImPlot_PlotShadedU16PtrU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys1, ushort *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU32PtrInt(Byte*, UInt32*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedU32PtrInt(byte *label_id, uint *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrU32PtrInt_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrU32PtrInt(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU32PtrU32PtrInt(Byte*, UInt32*, UInt32*, Int32, 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 extern void ImPlot_PlotShadedU32PtrU32PtrInt(byte *label_id, uint *xs, uint *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU32PtrU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU32PtrU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedU32PtrU32PtrU32Ptr(Byte*, UInt32*, UInt32*, 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 extern void ImPlot_PlotShadedU32PtrU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys1, uint *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU64PtrInt(Byte*, UInt64*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedU64PtrInt(byte *label_id, ulong *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrU64PtrInt_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrU64PtrInt(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU64PtrU64PtrInt(Byte*, UInt64*, UInt64*, Int32, 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 extern void ImPlot_PlotShadedU64PtrU64PtrInt(byte *label_id, ulong *xs, ulong *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU64PtrU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU64PtrU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedU64PtrU64PtrU64Ptr(Byte*, UInt64*, UInt64*, 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 extern void ImPlot_PlotShadedU64PtrU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys1, ulong *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU8PtrInt(Byte*, Byte*, Int32, Double, Double, 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 extern void ImPlot_PlotShadedU8PtrInt(byte *label_id, byte *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrU8PtrInt_System_Byte__System_Byte__System_Byte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrU8PtrInt(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotShadedU8PtrU8PtrInt(Byte*, Byte*, Byte*, Int32, 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 extern void ImPlot_PlotShadedU8PtrU8PtrInt(byte *label_id, byte *xs, byte *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotShadedU8PtrU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotShadedU8PtrU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotShadedU8PtrU8PtrU8Ptr(Byte*, Byte*, Byte*, 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 extern void ImPlot_PlotShadedU8PtrU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys1, byte *ys2, int count, 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.Byte</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><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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsdoublePtrdoublePtr(Byte*, Double*, 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 extern void ImPlot_PlotStairsdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsdoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsdoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsdoublePtrInt(Byte*, Double*, Int32, Double, 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 extern void ImPlot_PlotStairsdoublePtrInt(byte *label_id, double *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsFloatPtrFloatPtr(Byte*, Single*, 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 extern void ImPlot_PlotStairsFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsFloatPtrInt(Byte*, Single*, Int32, Double, 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 extern void ImPlot_PlotStairsFloatPtrInt(byte *label_id, float *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsS16PtrInt(Byte*, Int16*, Int32, Double, 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 extern void ImPlot_PlotStairsS16PtrInt(byte *label_id, short *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsS16PtrS16Ptr(Byte*, Int16*, 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 extern void ImPlot_PlotStairsS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsS32PtrInt(Byte*, Int32*, Int32, Double, 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 extern void ImPlot_PlotStairsS32PtrInt(byte *label_id, int *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsS32PtrS32Ptr(Byte*, Int32*, 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 extern void ImPlot_PlotStairsS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsS64PtrInt(Byte*, Int64*, Int32, Double, 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 extern void ImPlot_PlotStairsS64PtrInt(byte *label_id, long *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsS64PtrS64Ptr(Byte*, Int64*, 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 extern void ImPlot_PlotStairsS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsS8PtrInt(Byte*, SByte*, Int32, Double, 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 extern void ImPlot_PlotStairsS8PtrInt(byte *label_id, sbyte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsS8PtrS8Ptr(Byte*, SByte*, 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 extern void ImPlot_PlotStairsS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsU16PtrInt(Byte*, UInt16*, Int32, Double, 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 extern void ImPlot_PlotStairsU16PtrInt(byte *label_id, ushort *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsU16PtrU16Ptr(Byte*, UInt16*, 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 extern void ImPlot_PlotStairsU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsU32PtrInt(Byte*, UInt32*, Int32, Double, 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 extern void ImPlot_PlotStairsU32PtrInt(byte *label_id, uint *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsU32PtrU32Ptr(Byte*, UInt32*, 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 extern void ImPlot_PlotStairsU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsU64PtrInt(Byte*, UInt64*, Int32, Double, 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 extern void ImPlot_PlotStairsU64PtrInt(byte *label_id, ulong *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsU64PtrU64Ptr(Byte*, UInt64*, 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 extern void ImPlot_PlotStairsU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStairsU8PtrInt(Byte*, Byte*, Int32, Double, 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 extern void ImPlot_PlotStairsU8PtrInt(byte *label_id, byte *values, int count, double xscale, double x0, 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.Byte</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStairsU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStairsU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotStairsU8PtrU8Ptr(Byte*, Byte*, 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 extern void ImPlot_PlotStairsU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, 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.Byte</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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsdoublePtrdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsdoublePtrdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsdoublePtrdoublePtr_System_Byte__System_Double__System_Double__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsdoublePtrdoublePtr(System.Byte*,System.Double*,System.Double*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsdoublePtrdoublePtr(Byte*, Double*, Double*, Int32, 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 extern void ImPlot_PlotStemsdoublePtrdoublePtr(byte *label_id, double *xs, double *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsdoublePtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsdoublePtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsdoublePtrInt_System_Byte__System_Double__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsdoublePtrInt(System.Byte*,System.Double*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsdoublePtrInt(Byte*, Double*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsdoublePtrInt(byte *label_id, double *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsFloatPtrFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsFloatPtrFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsFloatPtrFloatPtr_System_Byte__System_Single__System_Single__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsFloatPtrFloatPtr(System.Byte*,System.Single*,System.Single*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsFloatPtrFloatPtr(Byte*, Single*, Single*, Int32, 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 extern void ImPlot_PlotStemsFloatPtrFloatPtr(byte *label_id, float *xs, float *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsFloatPtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsFloatPtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsFloatPtrInt_System_Byte__System_Single__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsFloatPtrInt(System.Byte*,System.Single*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsFloatPtrInt(Byte*, Single*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsFloatPtrInt(byte *label_id, float *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS16PtrInt_System_Byte__System_Int16__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS16PtrInt(System.Byte*,System.Int16*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS16PtrInt(Byte*, Int16*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsS16PtrInt(byte *label_id, short *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS16PtrS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS16PtrS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS16PtrS16Ptr_System_Byte__System_Int16__System_Int16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS16PtrS16Ptr(System.Byte*,System.Int16*,System.Int16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS16PtrS16Ptr(Byte*, Int16*, Int16*, Int32, 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 extern void ImPlot_PlotStemsS16PtrS16Ptr(byte *label_id, short *xs, short *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS32PtrInt_System_Byte__System_Int32__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS32PtrInt(System.Byte*,System.Int32*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS32PtrInt(Byte*, Int32*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsS32PtrInt(byte *label_id, int *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS32PtrS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS32PtrS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS32PtrS32Ptr_System_Byte__System_Int32__System_Int32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS32PtrS32Ptr(System.Byte*,System.Int32*,System.Int32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS32PtrS32Ptr(Byte*, Int32*, Int32*, Int32, 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 extern void ImPlot_PlotStemsS32PtrS32Ptr(byte *label_id, int *xs, int *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS64PtrInt_System_Byte__System_Int64__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS64PtrInt(System.Byte*,System.Int64*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS64PtrInt(Byte*, Int64*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsS64PtrInt(byte *label_id, long *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS64PtrS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS64PtrS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS64PtrS64Ptr_System_Byte__System_Int64__System_Int64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS64PtrS64Ptr(System.Byte*,System.Int64*,System.Int64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS64PtrS64Ptr(Byte*, Int64*, Int64*, Int32, 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 extern void ImPlot_PlotStemsS64PtrS64Ptr(byte *label_id, long *xs, long *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS8PtrInt_System_Byte__System_SByte__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS8PtrInt(System.Byte*,System.SByte*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS8PtrInt(Byte*, SByte*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsS8PtrInt(byte *label_id, sbyte *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS8PtrS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS8PtrS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsS8PtrS8Ptr_System_Byte__System_SByte__System_SByte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsS8PtrS8Ptr(System.Byte*,System.SByte*,System.SByte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsS8PtrS8Ptr(Byte*, SByte*, SByte*, Int32, 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 extern void ImPlot_PlotStemsS8PtrS8Ptr(byte *label_id, sbyte *xs, sbyte *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU16PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU16PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU16PtrInt_System_Byte__System_UInt16__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU16PtrInt(System.Byte*,System.UInt16*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU16PtrInt(Byte*, UInt16*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsU16PtrInt(byte *label_id, ushort *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU16PtrU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU16PtrU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU16PtrU16Ptr_System_Byte__System_UInt16__System_UInt16__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU16PtrU16Ptr(System.Byte*,System.UInt16*,System.UInt16*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU16PtrU16Ptr(Byte*, UInt16*, UInt16*, Int32, 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 extern void ImPlot_PlotStemsU16PtrU16Ptr(byte *label_id, ushort *xs, ushort *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU32PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU32PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU32PtrInt_System_Byte__System_UInt32__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU32PtrInt(System.Byte*,System.UInt32*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU32PtrInt(Byte*, UInt32*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsU32PtrInt(byte *label_id, uint *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU32PtrU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU32PtrU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU32PtrU32Ptr_System_Byte__System_UInt32__System_UInt32__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU32PtrU32Ptr(System.Byte*,System.UInt32*,System.UInt32*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU32PtrU32Ptr(Byte*, UInt32*, UInt32*, Int32, 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 extern void ImPlot_PlotStemsU32PtrU32Ptr(byte *label_id, uint *xs, uint *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU64PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU64PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU64PtrInt_System_Byte__System_UInt64__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU64PtrInt(System.Byte*,System.UInt64*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU64PtrInt(Byte*, UInt64*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsU64PtrInt(byte *label_id, ulong *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU64PtrU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU64PtrU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU64PtrU64Ptr_System_Byte__System_UInt64__System_UInt64__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU64PtrU64Ptr(System.Byte*,System.UInt64*,System.UInt64*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU64PtrU64Ptr(Byte*, UInt64*, UInt64*, Int32, 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 extern void ImPlot_PlotStemsU64PtrU64Ptr(byte *label_id, ulong *xs, ulong *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU8PtrInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU8PtrInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU8PtrInt_System_Byte__System_Byte__System_Int32_System_Double_System_Double_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU8PtrInt(System.Byte*,System.Byte*,System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU8PtrInt(Byte*, Byte*, Int32, Double, Double, 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 extern void ImPlot_PlotStemsU8PtrInt(byte *label_id, byte *values, int count, double y_ref, double xscale, double x0, 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.Byte</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">y_ref</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">x0</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU8PtrU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU8PtrU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotStemsU8PtrU8Ptr_System_Byte__System_Byte__System_Byte__System_Int32_System_Double_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotStemsU8PtrU8Ptr(System.Byte*,System.Byte*,System.Byte*,System.Int32,System.Double,System.Int32,System.Int32)">ImPlot_PlotStemsU8PtrU8Ptr(Byte*, Byte*, Byte*, Int32, 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 extern void ImPlot_PlotStemsU8PtrU8Ptr(byte *label_id, byte *xs, byte *ys, int count, double y_ref, 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.Byte</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">y_ref</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotText_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotText*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotText_System_Byte__System_Double_System_Double_System_Byte_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotText(System.Byte*,System.Double,System.Double,System.Byte,System.Numerics.Vector2)">ImPlot_PlotText(Byte*, Double, Double, Byte, 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 extern void ImPlot_PlotText(byte *text, double x, double y, byte vertical, 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.Byte</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.Byte</span></td>
<td><span class="parametername">vertical</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotToPixelsdouble_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotToPixelsdouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotToPixelsdouble_System_Numerics_Vector2__System_Double_System_Double_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotToPixelsdouble(System.Numerics.Vector2*,System.Double,System.Double,ImPlotNET.ImPlotYAxis)">ImPlot_PlotToPixelsdouble(Vector2*, Double, Double, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_PlotToPixelsdouble(Vector2*pOut, double x, double y, ImPlotYAxis 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">pOut</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><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotToPixelsPlotPoInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotToPixelsPlotPoInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotToPixelsPlotPoInt_System_Numerics_Vector2__ImPlotNET_ImPlotPoint_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotToPixelsPlotPoInt(System.Numerics.Vector2*,ImPlotNET.ImPlotPoint,ImPlotNET.ImPlotYAxis)">ImPlot_PlotToPixelsPlotPoInt(Vector2*, ImPlotPoint, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_PlotToPixelsPlotPoInt(Vector2*pOut, ImPlotPoint plt, ImPlotYAxis 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">pOut</span></td>
<td></td>
</tr>
<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.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesdoublePtr_System_Byte__System_Double__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesdoublePtr(System.Byte*,System.Double*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesdoublePtr(Byte*, 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 extern void ImPlot_PlotVLinesdoublePtr(byte *label_id, double *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesFloatPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesFloatPtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesFloatPtr_System_Byte__System_Single__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesFloatPtr(System.Byte*,System.Single*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesFloatPtr(Byte*, 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 extern void ImPlot_PlotVLinesFloatPtr(byte *label_id, float *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS16Ptr_System_Byte__System_Int16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS16Ptr(System.Byte*,System.Int16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesS16Ptr(Byte*, 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 extern void ImPlot_PlotVLinesS16Ptr(byte *label_id, short *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS32Ptr_System_Byte__System_Int32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS32Ptr(System.Byte*,System.Int32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesS32Ptr(Byte*, 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 extern void ImPlot_PlotVLinesS32Ptr(byte *label_id, int *xs, int count, 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.Byte</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">count</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS64Ptr_System_Byte__System_Int64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS64Ptr(System.Byte*,System.Int64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesS64Ptr(Byte*, 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 extern void ImPlot_PlotVLinesS64Ptr(byte *label_id, long *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesS8Ptr_System_Byte__System_SByte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesS8Ptr(System.Byte*,System.SByte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesS8Ptr(Byte*, 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 extern void ImPlot_PlotVLinesS8Ptr(byte *label_id, sbyte *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU16Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU16Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU16Ptr_System_Byte__System_UInt16__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU16Ptr(System.Byte*,System.UInt16*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesU16Ptr(Byte*, 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 extern void ImPlot_PlotVLinesU16Ptr(byte *label_id, ushort *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU32Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU32Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU32Ptr_System_Byte__System_UInt32__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU32Ptr(System.Byte*,System.UInt32*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesU32Ptr(Byte*, 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 extern void ImPlot_PlotVLinesU32Ptr(byte *label_id, uint *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU64Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU64Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU64Ptr_System_Byte__System_UInt64__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU64Ptr(System.Byte*,System.UInt64*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesU64Ptr(Byte*, 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 extern void ImPlot_PlotVLinesU64Ptr(byte *label_id, ulong *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU8Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU8Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PlotVLinesU8Ptr_System_Byte__System_Byte__System_Int32_System_Int32_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PlotVLinesU8Ptr(System.Byte*,System.Byte*,System.Int32,System.Int32,System.Int32)">ImPlot_PlotVLinesU8Ptr(Byte*, 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 extern void ImPlot_PlotVLinesU8Ptr(byte *label_id, byte *xs, int count, 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.Byte</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.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">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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PopColormap_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopColormap*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PopColormap_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopColormap(System.Int32)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PopPlotClipRect_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopPlotClipRect*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PopPlotClipRect" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopPlotClipRect">ImPlot_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 extern void ImPlot_PopPlotClipRect()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_PopStyleColor_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopStyleColor*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PopStyleColor_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopStyleColor(System.Int32)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PopStyleVar_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopStyleVar*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PopStyleVar_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PopStyleVar(System.Int32)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushColormapPlotColormap_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushColormapPlotColormap*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushColormapPlotColormap_ImPlotNET_ImPlotColormap_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushColormapPlotColormap(ImPlotNET.ImPlotColormap)">ImPlot_PushColormapPlotColormap(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 extern void ImPlot_PushColormapPlotColormap(ImPlotColormap colormap)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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">colormap</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushColormapVec4Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushColormapVec4Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushColormapVec4Ptr_System_Numerics_Vector4__System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushColormapVec4Ptr(System.Numerics.Vector4*,System.Int32)">ImPlot_PushColormapVec4Ptr(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 extern void ImPlot_PushColormapVec4Ptr(Vector4*colormap, 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.Numerics.Vector4</span>*</td>
<td><span class="parametername">colormap</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushPlotClipRect_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushPlotClipRect*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushPlotClipRect" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushPlotClipRect">ImPlot_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 extern void ImPlot_PushPlotClipRect()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushStyleColorU32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleColorU32*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushStyleColorU32_ImPlotNET_ImPlotCol_System_UInt32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleColorU32(ImPlotNET.ImPlotCol,System.UInt32)">ImPlot_PushStyleColorU32(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 extern void ImPlot_PushStyleColorU32(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushStyleColorVec4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleColorVec4*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushStyleColorVec4_ImPlotNET_ImPlotCol_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleColorVec4(ImPlotNET.ImPlotCol,System.Numerics.Vector4)">ImPlot_PushStyleColorVec4(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 extern void ImPlot_PushStyleColorVec4(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarFloat_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarFloat*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarFloat_ImPlotNET_ImPlotStyleVar_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarFloat(ImPlotNET.ImPlotStyleVar,System.Single)">ImPlot_PushStyleVarFloat(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 extern void ImPlot_PushStyleVarFloat(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarInt_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarInt_ImPlotNET_ImPlotStyleVar_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarInt(ImPlotNET.ImPlotStyleVar,System.Int32)">ImPlot_PushStyleVarInt(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 extern void ImPlot_PushStyleVarInt(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarVec2_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarVec2*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_PushStyleVarVec2_ImPlotNET_ImPlotStyleVar_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlotNative.ImPlot_PushStyleVarVec2(ImPlotNET.ImPlotStyleVar,System.Numerics.Vector2)">ImPlot_PushStyleVarVec2(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 extern void ImPlot_PushStyleVarVec2(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetColormapPlotColormap_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetColormapPlotColormap*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetColormapPlotColormap_ImPlotNET_ImPlotColormap_System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetColormapPlotColormap(ImPlotNET.ImPlotColormap,System.Int32)">ImPlot_SetColormapPlotColormap(ImPlotColormap, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetColormapPlotColormap(ImPlotColormap colormap, int samples)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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">colormap</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">samples</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetColormapVec4Ptr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetColormapVec4Ptr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetColormapVec4Ptr_System_Numerics_Vector4__System_Int32_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetColormapVec4Ptr(System.Numerics.Vector4*,System.Int32)">ImPlot_SetColormapVec4Ptr(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 extern void ImPlot_SetColormapVec4Ptr(Vector4*colormap, 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.Numerics.Vector4</span>*</td>
<td><span class="parametername">colormap</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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetCurrentContext_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetCurrentContext*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetCurrentContext_System_IntPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetCurrentContext(System.IntPtr)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetImGuiContext_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetImGuiContext*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetImGuiContext_System_IntPtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetImGuiContext(System.IntPtr)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetLegendLocation_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetLegendLocation*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetLegendLocation_ImPlotNET_ImPlotLocation_ImPlotNET_ImPlotOrientation_System_Byte_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetLegendLocation(ImPlotNET.ImPlotLocation,ImPlotNET.ImPlotOrientation,System.Byte)">ImPlot_SetLegendLocation(ImPlotLocation, ImPlotOrientation, Byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetLegendLocation(ImPlotLocation location, ImPlotOrientation orientation, byte outside)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotOrientation.html">ImPlotOrientation</a></td>
<td><span class="parametername">orientation</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">outside</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetMousePosLocation_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetMousePosLocation*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetMousePosLocation_ImPlotNET_ImPlotLocation_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetMousePosLocation(ImPlotNET.ImPlotLocation)">ImPlot_SetMousePosLocation(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 extern void ImPlot_SetMousePosLocation(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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextErrorBarStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextErrorBarStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextErrorBarStyle_System_Numerics_Vector4_System_Single_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextErrorBarStyle(System.Numerics.Vector4,System.Single,System.Single)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextFillStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextFillStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextFillStyle_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextFillStyle(System.Numerics.Vector4,System.Single)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextLineStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextLineStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextLineStyle_System_Numerics_Vector4_System_Single_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextLineStyle(System.Numerics.Vector4,System.Single)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextMarkerStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextMarkerStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextMarkerStyle_ImPlotNET_ImPlotMarker_System_Single_System_Numerics_Vector4_System_Single_System_Numerics_Vector4_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextMarkerStyle(ImPlotNET.ImPlotMarker,System.Single,System.Numerics.Vector4,System.Single,System.Numerics.Vector4)">ImPlot_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 extern void ImPlot_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>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimits_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimits*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimits_System_Double_System_Double_System_Double_System_Double_ImGuiNET_ImGuiCond_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimits(System.Double,System.Double,System.Double,System.Double,ImGuiNET.ImGuiCond)">ImPlot_SetNextPlotLimits(Double, Double, Double, Double, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotLimits(double xmin, double xmax, double ymin, double ymax, ImGuiCond 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">xmin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xmax</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ymin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ymax</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimitsX_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimitsX*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimitsX_System_Double_System_Double_ImGuiNET_ImGuiCond_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimitsX(System.Double,System.Double,ImGuiNET.ImGuiCond)">ImPlot_SetNextPlotLimitsX(Double, Double, ImGuiCond)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotLimitsX(double xmin, double xmax, ImGuiCond 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">xmin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">xmax</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimitsY_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimitsY*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotLimitsY_System_Double_System_Double_ImGuiNET_ImGuiCond_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotLimitsY(System.Double,System.Double,ImGuiNET.ImGuiCond,ImPlotNET.ImPlotYAxis)">ImPlot_SetNextPlotLimitsY(Double, Double, ImGuiCond, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotLimitsY(double ymin, double ymax, ImGuiCond cond, ImPlotYAxis 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">ymin</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">ymax</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">cond</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksXdouble_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksXdouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksXdouble_System_Double_System_Double_System_Int32_System_Byte___System_Byte_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksXdouble(System.Double,System.Double,System.Int32,System.Byte**,System.Byte)">ImPlot_SetNextPlotTicksXdouble(Double, Double, Int32, Byte**, Byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotTicksXdouble(double x_min, double x_max, int n_ticks, byte **labels, byte show_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><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.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>**</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_default</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksXdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksXdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksXdoublePtr_System_Double__System_Int32_System_Byte___System_Byte_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksXdoublePtr(System.Double*,System.Int32,System.Byte**,System.Byte)">ImPlot_SetNextPlotTicksXdoublePtr(Double*, Int32, Byte**, Byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotTicksXdoublePtr(double *values, int n_ticks, byte **labels, byte show_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><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.Byte</span>**</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_default</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksYdouble_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksYdouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksYdouble_System_Double_System_Double_System_Int32_System_Byte___System_Byte_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksYdouble(System.Double,System.Double,System.Int32,System.Byte**,System.Byte,ImPlotNET.ImPlotYAxis)">ImPlot_SetNextPlotTicksYdouble(Double, Double, Int32, Byte**, Byte, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotTicksYdouble(double y_min, double y_max, int n_ticks, byte **labels, byte show_default, ImPlotYAxis 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">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><span class="xref">System.Int32</span></td>
<td><span class="parametername">n_ticks</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>**</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_default</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksYdoublePtr_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksYdoublePtr*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetNextPlotTicksYdoublePtr_System_Double__System_Int32_System_Byte___System_Byte_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetNextPlotTicksYdoublePtr(System.Double*,System.Int32,System.Byte**,System.Byte,ImPlotNET.ImPlotYAxis)">ImPlot_SetNextPlotTicksYdoublePtr(Double*, Int32, Byte**, Byte, ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetNextPlotTicksYdoublePtr(double *values, int n_ticks, byte **labels, byte show_default, ImPlotYAxis 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">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.Byte</span>**</td>
<td><span class="parametername">labels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><span class="parametername">show_default</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_SetPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetPlotYAxis*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_SetPlotYAxis_ImPlotNET_ImPlotYAxis_" data-uid="ImPlotNET.ImPlotNative.ImPlot_SetPlotYAxis(ImPlotNET.ImPlotYAxis)">ImPlot_SetPlotYAxis(ImPlotYAxis)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_SetPlotYAxis(ImPlotYAxis 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.ImPlotYAxis.html">ImPlotYAxis</a></td>
<td><span class="parametername">y_axis</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowColormapScale_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowColormapScale*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowColormapScale_System_Double_System_Double_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowColormapScale(System.Double,System.Double,System.Numerics.Vector2)">ImPlot_ShowColormapScale(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 extern void ImPlot_ShowColormapScale(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.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>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowColormapSelector_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowColormapSelector*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowColormapSelector_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowColormapSelector(System.Byte*)">ImPlot_ShowColormapSelector(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_ShowColormapSelector(byte *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.Byte</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowDemoWindow_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowDemoWindow*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowDemoWindow_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowDemoWindow(System.Byte*)">ImPlot_ShowDemoWindow(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_ShowDemoWindow(byte *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.Byte</span>*</td>
<td><span class="parametername">p_open</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowMetricsWindow_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowMetricsWindow*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowMetricsWindow_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowMetricsWindow(System.Byte*)">ImPlot_ShowMetricsWindow(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_ShowMetricsWindow(byte *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.Byte</span>*</td>
<td><span class="parametername">p_popen</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowStyleEditor_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowStyleEditor*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowStyleEditor_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowStyleEditor(ImPlotNET.ImPlotStyle*)">ImPlot_ShowStyleEditor(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_ShowStyleEditor(ImPlotStyle*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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowStyleSelector_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowStyleSelector*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowStyleSelector_System_Byte__" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowStyleSelector(System.Byte*)">ImPlot_ShowStyleSelector(Byte*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern byte ImPlot_ShowStyleSelector(byte *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.Byte</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_ShowUserGuide_" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowUserGuide*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_ShowUserGuide" data-uid="ImPlotNET.ImPlotNative.ImPlot_ShowUserGuide">ImPlot_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 extern void ImPlot_ShowUserGuide()</code></pre>
</div>
<a id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsAuto_" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsAuto*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsAuto_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsAuto(ImPlotNET.ImPlotStyle*)">ImPlot_StyleColorsAuto(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_StyleColorsAuto(ImPlotStyle*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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsClassic_" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsClassic*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsClassic_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsClassic(ImPlotNET.ImPlotStyle*)">ImPlot_StyleColorsClassic(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_StyleColorsClassic(ImPlotStyle*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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsDark_" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsDark*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsDark_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsDark(ImPlotNET.ImPlotStyle*)">ImPlot_StyleColorsDark(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_StyleColorsDark(ImPlotStyle*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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsLight_" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsLight*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlot_StyleColorsLight_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlot_StyleColorsLight(ImPlotNET.ImPlotStyle*)">ImPlot_StyleColorsLight(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlot_StyleColorsLight(ImPlotStyle*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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotLimits_Containsdouble_" data-uid="ImPlotNET.ImPlotNative.ImPlotLimits_Containsdouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotLimits_Containsdouble_ImPlotNET_ImPlotLimits__System_Double_System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlotLimits_Containsdouble(ImPlotNET.ImPlotLimits*,System.Double,System.Double)">ImPlotLimits_Containsdouble(ImPlotLimits*, 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 extern byte ImPlotLimits_Containsdouble(ImPlotLimits*self, 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><a class="xref" href="ImPlotNET.ImPlotLimits.html">ImPlotLimits</a>*</td>
<td><span class="parametername">self</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>
<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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotLimits_ContainsPlotPoInt_" data-uid="ImPlotNET.ImPlotNative.ImPlotLimits_ContainsPlotPoInt*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotLimits_ContainsPlotPoInt_ImPlotNET_ImPlotLimits__ImPlotNET_ImPlotPoint_" data-uid="ImPlotNET.ImPlotNative.ImPlotLimits_ContainsPlotPoInt(ImPlotNET.ImPlotLimits*,ImPlotNET.ImPlotPoint)">ImPlotLimits_ContainsPlotPoInt(ImPlotLimits*, 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 extern byte ImPlotLimits_ContainsPlotPoInt(ImPlotLimits*self, ImPlotPoint p)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotLimits.html">ImPlotLimits</a>*</td>
<td><span class="parametername">self</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a></td>
<td><span class="parametername">p</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotPoint_destroy_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_destroy*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotPoint_destroy_ImPlotNET_ImPlotPoint__" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_destroy(ImPlotNET.ImPlotPoint*)">ImPlotPoint_destroy(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 extern void ImPlotPoint_destroy(ImPlotPoint*self)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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">self</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointdouble_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointdouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointdouble_System_Double_System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointdouble(System.Double,System.Double)">ImPlotPoint_ImPlotPointdouble(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 extern ImPlotPoint*ImPlotPoint_ImPlotPointdouble(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><a class="xref" href="ImPlotNET.ImPlotPoint.html">ImPlotPoint</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointNil_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointNil*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointNil" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointNil">ImPlotPoint_ImPlotPointNil()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern ImPlotPoint*ImPlotPoint_ImPlotPointNil()</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>
<a id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointVec2_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointVec2*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotPoint_ImPlotPointVec2_System_Numerics_Vector2_" data-uid="ImPlotNET.ImPlotNative.ImPlotPoint_ImPlotPointVec2(System.Numerics.Vector2)">ImPlotPoint_ImPlotPointVec2(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 extern ImPlotPoint*ImPlotPoint_ImPlotPointVec2(Vector2 p)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered 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">p</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>
<a id="ImPlotNET_ImPlotNative_ImPlotRange_Contains_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_Contains*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotRange_Contains_ImPlotNET_ImPlotRange__System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_Contains(ImPlotNET.ImPlotRange*,System.Double)">ImPlotRange_Contains(ImPlotRange*, 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 extern byte ImPlotRange_Contains(ImPlotRange*self, double value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotRange.html">ImPlotRange</a>*</td>
<td><span class="parametername">self</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">value</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.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotRange_destroy_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_destroy*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotRange_destroy_ImPlotNET_ImPlotRange__" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_destroy(ImPlotNET.ImPlotRange*)">ImPlotRange_destroy(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 extern void ImPlotRange_destroy(ImPlotRange*self)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotRange.html">ImPlotRange</a>*</td>
<td><span class="parametername">self</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotRange_ImPlotRangedouble_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_ImPlotRangedouble*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotRange_ImPlotRangedouble_System_Double_System_Double_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_ImPlotRangedouble(System.Double,System.Double)">ImPlotRange_ImPlotRangedouble(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 extern ImPlotRange*ImPlotRange_ImPlotRangedouble(double _min, double _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">_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Double</span></td>
<td><span class="parametername">_max</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.ImPlotRange.html">ImPlotRange</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotRange_ImPlotRangeNil_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_ImPlotRangeNil*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotRange_ImPlotRangeNil" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_ImPlotRangeNil">ImPlotRange_ImPlotRangeNil()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern ImPlotRange*ImPlotRange_ImPlotRangeNil()</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.ImPlotRange.html">ImPlotRange</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotRange_Size_" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_Size*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotRange_Size_ImPlotNET_ImPlotRange__" data-uid="ImPlotNET.ImPlotNative.ImPlotRange_Size(ImPlotNET.ImPlotRange*)">ImPlotRange_Size(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 extern double ImPlotRange_Size(ImPlotRange*self)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotRange.html">ImPlotRange</a>*</td>
<td><span class="parametername">self</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>
<a id="ImPlotNET_ImPlotNative_ImPlotStyle_destroy_" data-uid="ImPlotNET.ImPlotNative.ImPlotStyle_destroy*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotStyle_destroy_ImPlotNET_ImPlotStyle__" data-uid="ImPlotNET.ImPlotNative.ImPlotStyle_destroy(ImPlotNET.ImPlotStyle*)">ImPlotStyle_destroy(ImPlotStyle*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern void ImPlotStyle_destroy(ImPlotStyle*self)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table 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.ImPlotStyle.html">ImPlotStyle</a>*</td>
<td><span class="parametername">self</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="ImPlotNET_ImPlotNative_ImPlotStyle_ImPlotStyle_" data-uid="ImPlotNET.ImPlotNative.ImPlotStyle_ImPlotStyle*"></a>
<h4 id="ImPlotNET_ImPlotNative_ImPlotStyle_ImPlotStyle" data-uid="ImPlotNET.ImPlotNative.ImPlotStyle_ImPlotStyle">ImPlotStyle_ImPlotStyle()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static extern ImPlotStyle*ImPlotStyle_ImPlotStyle()</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.ImPlotStyle.html">ImPlotStyle</a>*</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImPlotNET_ImPlotNative.md&amp;value=---%0Auid%3A%20ImPlotNET.ImPlotNative%0Asummary%3A%20'*You%20can%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImPlot.NET/ImPlotNative.gen.cs/#L8" 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>