Show / Hide Table of Contents

Class ImPlot

Inheritance
System.Object
ImPlot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ImPlotNET
Assembly: ImGui.NET.dll
Syntax
public static class ImPlot

Methods

| Improve this Doc View Source

AddColormap(String, ref Vector4, Int32)

Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size)
Parameters
Type Name Description
System.String name
System.Numerics.Vector4 cols
System.Int32 size
Returns
Type Description
ImPlotColormap
| Improve this Doc View Source

AddColormap(String, ref Vector4, Int32, Boolean)

Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size, bool qual)
Parameters
Type Name Description
System.String name
System.Numerics.Vector4 cols
System.Int32 size
System.Boolean qual
Returns
Type Description
ImPlotColormap
| Improve this Doc View Source

AddColormap(String, ref UInt32, Int32)

Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size)
Parameters
Type Name Description
System.String name
System.UInt32 cols
System.Int32 size
Returns
Type Description
ImPlotColormap
| Improve this Doc View Source

AddColormap(String, ref UInt32, Int32, Boolean)

Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size, bool qual)
Parameters
Type Name Description
System.String name
System.UInt32 cols
System.Int32 size
System.Boolean qual
Returns
Type Description
ImPlotColormap
| Improve this Doc View Source

Annotation(Double, Double, Vector4, Vector2, Boolean)

Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp)
Parameters
Type Name Description
System.Double x
System.Double y
System.Numerics.Vector4 col
System.Numerics.Vector2 pix_offset
System.Boolean clamp
| Improve this Doc View Source

Annotation(Double, Double, Vector4, Vector2, Boolean, Boolean)

Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, bool round)
Parameters
Type Name Description
System.Double x
System.Double y
System.Numerics.Vector4 col
System.Numerics.Vector2 pix_offset
System.Boolean clamp
System.Boolean round
| Improve this Doc View Source

Annotation(Double, Double, Vector4, Vector2, Boolean, String)

Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, string fmt)
Parameters
Type Name Description
System.Double x
System.Double y
System.Numerics.Vector4 col
System.Numerics.Vector2 pix_offset
System.Boolean clamp
System.String fmt
| Improve this Doc View Source

BeginAlignedPlots(String)

Declaration
public static bool BeginAlignedPlots(string group_id)
Parameters
Type Name Description
System.String group_id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginAlignedPlots(String, Boolean)

Declaration
public static bool BeginAlignedPlots(string group_id, bool vertical)
Parameters
Type Name Description
System.String group_id
System.Boolean vertical
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceAxis(ImAxis)

Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)

Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis, ImGuiDragDropFlags flags)
Parameters
Type Name Description
ImAxis axis
ImGuiDragDropFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceItem(String)

Declaration
public static bool BeginDragDropSourceItem(string label_id)
Parameters
Type Name Description
System.String label_id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceItem(String, ImGuiDragDropFlags)

Declaration
public static bool BeginDragDropSourceItem(string label_id, ImGuiDragDropFlags flags)
Parameters
Type Name Description
System.String label_id
ImGuiDragDropFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourcePlot()

Declaration
public static bool BeginDragDropSourcePlot()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourcePlot(ImGuiDragDropFlags)

Declaration
public static bool BeginDragDropSourcePlot(ImGuiDragDropFlags flags)
Parameters
Type Name Description
ImGuiDragDropFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropTargetAxis(ImAxis)

Declaration
public static bool BeginDragDropTargetAxis(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropTargetLegend()

Declaration
public static bool BeginDragDropTargetLegend()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropTargetPlot()

Declaration
public static bool BeginDragDropTargetPlot()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginLegendPopup(String)

Declaration
public static bool BeginLegendPopup(string label_id)
Parameters
Type Name Description
System.String label_id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginLegendPopup(String, ImGuiMouseButton)

Declaration
public static bool BeginLegendPopup(string label_id, ImGuiMouseButton mouse_button)
Parameters
Type Name Description
System.String label_id
ImGuiMouseButton mouse_button
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginPlot(String)

Declaration
public static bool BeginPlot(string title_id)
Parameters
Type Name Description
System.String title_id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginPlot(String, Vector2)

Declaration
public static bool BeginPlot(string title_id, Vector2 size)
Parameters
Type Name Description
System.String title_id
System.Numerics.Vector2 size
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginPlot(String, Vector2, ImPlotFlags)

Declaration
public static bool BeginPlot(string title_id, Vector2 size, ImPlotFlags flags)
Parameters
Type Name Description
System.String title_id
System.Numerics.Vector2 size
ImPlotFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginSubplots(String, Int32, Int32, Vector2)

Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size)
Parameters
Type Name Description
System.String title_id
System.Int32 rows
System.Int32 cols
System.Numerics.Vector2 size
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags)

Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags)
Parameters
Type Name Description
System.String title_id
System.Int32 rows
System.Int32 cols
System.Numerics.Vector2 size
ImPlotSubplotFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single)

Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios)
Parameters
Type Name Description
System.String title_id
System.Int32 rows
System.Int32 cols
System.Numerics.Vector2 size
ImPlotSubplotFlags flags
System.Single row_ratios
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single, ref Single)

Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios, ref float col_ratios)
Parameters
Type Name Description
System.String title_id
System.Int32 rows
System.Int32 cols
System.Numerics.Vector2 size
ImPlotSubplotFlags flags
System.Single row_ratios
System.Single col_ratios
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BustColorCache()

Declaration
public static void BustColorCache()
| Improve this Doc View Source

BustColorCache(String)

Declaration
public static void BustColorCache(string plot_title_id)
Parameters
Type Name Description
System.String plot_title_id
| Improve this Doc View Source

CancelPlotSelection()

Declaration
public static void CancelPlotSelection()
| Improve this Doc View Source

ColormapButton(String)

Declaration
public static bool ColormapButton(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapButton(String, Vector2)

Declaration
public static bool ColormapButton(string label, Vector2 size)
Parameters
Type Name Description
System.String label
System.Numerics.Vector2 size
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapButton(String, Vector2, ImPlotColormap)

Declaration
public static bool ColormapButton(string label, Vector2 size, ImPlotColormap cmap)
Parameters
Type Name Description
System.String label
System.Numerics.Vector2 size
ImPlotColormap cmap
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapIcon(ImPlotColormap)

Declaration
public static void ColormapIcon(ImPlotColormap cmap)
Parameters
Type Name Description
ImPlotColormap cmap
| Improve this Doc View Source

ColormapScale(String, Double, Double)

Declaration
public static void ColormapScale(string label, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

ColormapScale(String, Double, Double, Vector2)

Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size)
Parameters
Type Name Description
System.String label
System.Double scale_min
System.Double scale_max
System.Numerics.Vector2 size
| Improve this Doc View Source

ColormapScale(String, Double, Double, Vector2, String)

Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format)
Parameters
Type Name Description
System.String label
System.Double scale_min
System.Double scale_max
System.Numerics.Vector2 size
System.String format
| Improve this Doc View Source

ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags)

Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags)
Parameters
Type Name Description
System.String label
System.Double scale_min
System.Double scale_max
System.Numerics.Vector2 size
System.String format
ImPlotColormapScaleFlags flags
| Improve this Doc View Source

ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags, ImPlotColormap)

Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags, ImPlotColormap cmap)
Parameters
Type Name Description
System.String label
System.Double scale_min
System.Double scale_max
System.Numerics.Vector2 size
System.String format
ImPlotColormapScaleFlags flags
ImPlotColormap cmap
| Improve this Doc View Source

ColormapSlider(String, ref Single)

Declaration
public static bool ColormapSlider(string label, ref float t)
Parameters
Type Name Description
System.String label
System.Single t
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapSlider(String, ref Single, out Vector4)

Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 out)
Parameters
Type Name Description
System.String label
System.Single t
System.Numerics.Vector4 out
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapSlider(String, ref Single, out Vector4, String)

Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 out, string format)
Parameters
Type Name Description
System.String label
System.Single t
System.Numerics.Vector4 out
System.String format
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ColormapSlider(String, ref Single, out Vector4, String, ImPlotColormap)

Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 out, string format, ImPlotColormap cmap)
Parameters
Type Name Description
System.String label
System.Single t
System.Numerics.Vector4 out
System.String format
ImPlotColormap cmap
Returns
Type Description
System.Boolean
| Improve this Doc View Source

CreateContext()

Declaration
public static IntPtr CreateContext()
Returns
Type Description
System.IntPtr
| Improve this Doc View Source

DestroyContext()

Declaration
public static void DestroyContext()
| Improve this Doc View Source

DestroyContext(IntPtr)

Declaration
public static void DestroyContext(IntPtr ctx)
Parameters
Type Name Description
System.IntPtr ctx
| Improve this Doc View Source

DragLineX(Int32, ref Double, Vector4)

Declaration
public static bool DragLineX(int id, ref double x, Vector4 col)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Numerics.Vector4 col
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineX(Int32, ref Double, Vector4, Single)

Declaration
public static bool DragLineX(int id, ref double x, Vector4 col, float thickness)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Numerics.Vector4 col
System.Single thickness
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineX(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)

Declaration
public static bool DragLineX(int id, ref double x, Vector4 col, float thickness, ImPlotDragToolFlags flags)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Numerics.Vector4 col
System.Single thickness
ImPlotDragToolFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineY(Int32, ref Double, Vector4)

Declaration
public static bool DragLineY(int id, ref double y, Vector4 col)
Parameters
Type Name Description
System.Int32 id
System.Double y
System.Numerics.Vector4 col
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineY(Int32, ref Double, Vector4, Single)

Declaration
public static bool DragLineY(int id, ref double y, Vector4 col, float thickness)
Parameters
Type Name Description
System.Int32 id
System.Double y
System.Numerics.Vector4 col
System.Single thickness
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineY(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)

Declaration
public static bool DragLineY(int id, ref double y, Vector4 col, float thickness, ImPlotDragToolFlags flags)
Parameters
Type Name Description
System.Int32 id
System.Double y
System.Numerics.Vector4 col
System.Single thickness
ImPlotDragToolFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragPoint(Int32, ref Double, ref Double, Vector4)

Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Double y
System.Numerics.Vector4 col
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragPoint(Int32, ref Double, ref Double, Vector4, Single)

Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Double y
System.Numerics.Vector4 col
System.Single size
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragPoint(Int32, ref Double, ref Double, Vector4, Single, ImPlotDragToolFlags)

Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size, ImPlotDragToolFlags flags)
Parameters
Type Name Description
System.Int32 id
System.Double x
System.Double y
System.Numerics.Vector4 col
System.Single size
ImPlotDragToolFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4)

Declaration
public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col)
Parameters
Type Name Description
System.Int32 id
System.Double x1
System.Double y1
System.Double x2
System.Double y2
System.Numerics.Vector4 col
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4, ImPlotDragToolFlags)

Declaration
public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col, ImPlotDragToolFlags flags)
Parameters
Type Name Description
System.Int32 id
System.Double x1
System.Double y1
System.Double x2
System.Double y2
System.Numerics.Vector4 col
ImPlotDragToolFlags flags
Returns
Type Description
System.Boolean
| Improve this Doc View Source

EndAlignedPlots()

Declaration
public static void EndAlignedPlots()
| Improve this Doc View Source

EndDragDropSource()

Declaration
public static void EndDragDropSource()
| Improve this Doc View Source

EndDragDropTarget()

Declaration
public static void EndDragDropTarget()
| Improve this Doc View Source

EndLegendPopup()

Declaration
public static void EndLegendPopup()
| Improve this Doc View Source

EndPlot()

Declaration
public static void EndPlot()
| Improve this Doc View Source

EndSubplots()

Declaration
public static void EndSubplots()
| Improve this Doc View Source

GetColormapColor(Int32)

Declaration
public static Vector4 GetColormapColor(int idx)
Parameters
Type Name Description
System.Int32 idx
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

GetColormapColor(Int32, ImPlotColormap)

Declaration
public static Vector4 GetColormapColor(int idx, ImPlotColormap cmap)
Parameters
Type Name Description
System.Int32 idx
ImPlotColormap cmap
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

GetColormapCount()

Declaration
public static int GetColormapCount()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetColormapIndex(String)

Declaration
public static ImPlotColormap GetColormapIndex(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
ImPlotColormap
| Improve this Doc View Source

GetColormapName(ImPlotColormap)

Declaration
public static string GetColormapName(ImPlotColormap cmap)
Parameters
Type Name Description
ImPlotColormap cmap
Returns
Type Description
System.String
| Improve this Doc View Source

GetColormapSize()

Declaration
public static int GetColormapSize()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetColormapSize(ImPlotColormap)

Declaration
public static int GetColormapSize(ImPlotColormap cmap)
Parameters
Type Name Description
ImPlotColormap cmap
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetCurrentContext()

Declaration
public static IntPtr GetCurrentContext()
Returns
Type Description
System.IntPtr
| Improve this Doc View Source

GetInputMap()

Declaration
public static ImPlotInputMapPtr GetInputMap()
Returns
Type Description
ImPlotInputMapPtr
| Improve this Doc View Source

GetLastItemColor()

Declaration
public static Vector4 GetLastItemColor()
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

GetMarkerName(ImPlotMarker)

Declaration
public static string GetMarkerName(ImPlotMarker idx)
Parameters
Type Name Description
ImPlotMarker idx
Returns
Type Description
System.String
| Improve this Doc View Source

GetPlotDrawList()

Declaration
public static ImDrawListPtr GetPlotDrawList()
Returns
Type Description
ImDrawListPtr
| Improve this Doc View Source

GetPlotLimits()

Declaration
public static ImPlotRect GetPlotLimits()
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotLimits(ImAxis)

Declaration
public static ImPlotRect GetPlotLimits(ImAxis x_axis)
Parameters
Type Name Description
ImAxis x_axis
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotLimits(ImAxis, ImAxis)

Declaration
public static ImPlotRect GetPlotLimits(ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotMousePos()

Declaration
public static ImPlotPoint GetPlotMousePos()
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

GetPlotMousePos(ImAxis)

Declaration
public static ImPlotPoint GetPlotMousePos(ImAxis x_axis)
Parameters
Type Name Description
ImAxis x_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

GetPlotMousePos(ImAxis, ImAxis)

Declaration
public static ImPlotPoint GetPlotMousePos(ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

GetPlotPos()

Declaration
public static Vector2 GetPlotPos()
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

GetPlotSelection()

Declaration
public static ImPlotRect GetPlotSelection()
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotSelection(ImAxis)

Declaration
public static ImPlotRect GetPlotSelection(ImAxis x_axis)
Parameters
Type Name Description
ImAxis x_axis
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotSelection(ImAxis, ImAxis)

Declaration
public static ImPlotRect GetPlotSelection(ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
ImPlotRect
| Improve this Doc View Source

GetPlotSize()

Declaration
public static Vector2 GetPlotSize()
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

GetStyle()

Declaration
public static ImPlotStylePtr GetStyle()
Returns
Type Description
ImPlotStylePtr
| Improve this Doc View Source

GetStyleColorName(ImPlotCol)

Declaration
public static string GetStyleColorName(ImPlotCol idx)
Parameters
Type Name Description
ImPlotCol idx
Returns
Type Description
System.String
| Improve this Doc View Source

HideNextItem()

Declaration
public static void HideNextItem()
| Improve this Doc View Source

HideNextItem(Boolean)

Declaration
public static void HideNextItem(bool hidden)
Parameters
Type Name Description
System.Boolean hidden
| Improve this Doc View Source

HideNextItem(Boolean, ImPlotCond)

Declaration
public static void HideNextItem(bool hidden, ImPlotCond cond)
Parameters
Type Name Description
System.Boolean hidden
ImPlotCond cond
| Improve this Doc View Source

IsAxisHovered(ImAxis)

Declaration
public static bool IsAxisHovered(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsLegendEntryHovered(String)

Declaration
public static bool IsLegendEntryHovered(string label_id)
Parameters
Type Name Description
System.String label_id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsPlotHovered()

Declaration
public static bool IsPlotHovered()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsPlotSelected()

Declaration
public static bool IsPlotSelected()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsSubplotsHovered()

Declaration
public static bool IsSubplotsHovered()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ItemIcon(Vector4)

Declaration
public static void ItemIcon(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

ItemIcon(UInt32)

Declaration
public static void ItemIcon(uint col)
Parameters
Type Name Description
System.UInt32 col
| Improve this Doc View Source

MapInputDefault()

Declaration
public static void MapInputDefault()
| Improve this Doc View Source

MapInputDefault(ImPlotInputMapPtr)

Declaration
public static void MapInputDefault(ImPlotInputMapPtr dst)
Parameters
Type Name Description
ImPlotInputMapPtr dst
| Improve this Doc View Source

MapInputReverse()

Declaration
public static void MapInputReverse()
| Improve this Doc View Source

MapInputReverse(ImPlotInputMapPtr)

Declaration
public static void MapInputReverse(ImPlotInputMapPtr dst)
Parameters
Type Name Description
ImPlotInputMapPtr dst
| Improve this Doc View Source

NextColormapColor()

Declaration
public static Vector4 NextColormapColor()
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

PixelsToPlot(Vector2)

Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix)
Parameters
Type Name Description
System.Numerics.Vector2 pix
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PixelsToPlot(Vector2, ImAxis)

Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis)
Parameters
Type Name Description
System.Numerics.Vector2 pix
ImAxis x_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PixelsToPlot(Vector2, ImAxis, ImAxis)

Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
System.Numerics.Vector2 pix
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PixelsToPlot(Single, Single)

Declaration
public static ImPlotPoint PixelsToPlot(float x, float y)
Parameters
Type Name Description
System.Single x
System.Single y
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PixelsToPlot(Single, Single, ImAxis)

Declaration
public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis)
Parameters
Type Name Description
System.Single x
System.Single y
ImAxis x_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PixelsToPlot(Single, Single, ImAxis, ImAxis)

Declaration
public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
System.Single x
System.Single y
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
ImPlotPoint
| Improve this Doc View Source

PlotBarGroups(String[], ref Byte, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Byte, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref Double, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Double, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref Int16, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Int16, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref Int32, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Int32, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref Int64, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Int64, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref SByte, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref SByte, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref Single, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref Single, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt16, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt16, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt32, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt32, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt64, Int32, Int32)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 item_count
System.Int32 group_count
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt64, Int32, Int32, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size, double shift)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
| Improve this Doc View Source

PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size, double shift, ImPlotBarGroupsFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 item_count
System.Int32 group_count
System.Double group_size
System.Double shift
ImPlotBarGroupsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Byte, ref Byte, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32)

Declaration
public static void PlotBars(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Double, ref Double, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Double, Int32)

Declaration
public static void PlotBars(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Double, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int16, ref Int16, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32)

Declaration
public static void PlotBars(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int32, ref Int32, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32)

Declaration
public static void PlotBars(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Int64, ref Int64, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref SByte, ref SByte, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Single, Int32)

Declaration
public static void PlotBars(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref Single, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref Single, ref Single, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt16, ref UInt16, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32)

Declaration
public static void PlotBars(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt32, ref UInt32, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double bar_size
System.Double shift
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double bar_size
System.Double shift
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotBars(String, ref UInt64, ref UInt64, Int32, Double)

Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double bar_size
| Improve this Doc View Source

PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags)

Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
| Improve this Doc View Source

PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32)

Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32, Int32)

Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double bar_size
ImPlotBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Double, ref Double, Int32)

Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref Single, ref Single, Int32)

Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDigital(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags)

Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotDigitalFlags flags
| Improve this Doc View Source

PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32)

Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32, Int32)

Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotDigitalFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotDummy(String)

Declaration
public static void PlotDummy(string label_id)
Parameters
Type Name Description
System.String label_id
| Improve this Doc View Source

PlotDummy(String, ImPlotDummyFlags)

Declaration
public static void PlotDummy(string label_id, ImPlotDummyFlags flags)
Parameters
Type Name Description
System.String label_id
ImPlotDummyFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte neg
System.Byte pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte neg
System.Byte pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte neg
System.Byte pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte neg
System.Byte pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Byte err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double neg
System.Double pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double neg
System.Double pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double neg
System.Double pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double neg
System.Double pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Double err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 neg
System.Int16 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 neg
System.Int16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 neg
System.Int16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 neg
System.Int16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int16 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 neg
System.Int32 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 neg
System.Int32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 neg
System.Int32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 neg
System.Int32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 neg
System.Int64 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 neg
System.Int64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 neg
System.Int64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int64 neg
System.Int64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte neg
System.SByte pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte neg
System.SByte pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte neg
System.SByte pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.SByte neg
System.SByte pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single neg
System.Single pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single neg
System.Single pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single neg
System.Single pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Single neg
System.Single pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 neg
System.UInt16 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 neg
System.UInt16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 neg
System.UInt16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.UInt16 neg
System.UInt16 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 neg
System.UInt32 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 neg
System.UInt32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 neg
System.UInt32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.UInt32 neg
System.UInt32 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 err
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 err
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 err
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 neg
System.UInt64 pos
System.Int32 count
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 neg
System.UInt64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 neg
System.UInt64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.UInt64 neg
System.UInt64 pos
System.Int32 count
ImPlotErrorBarsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max, string label_fmt, ImPlotPoint bounds_min, ImPlotPoint bounds_max, ImPlotHeatmapFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 rows
System.Int32 cols
System.Double scale_min
System.Double scale_max
System.String label_fmt
ImPlotPoint bounds_min
ImPlotPoint bounds_max
ImPlotHeatmapFlags flags
| Improve this Doc View Source

PlotHistogram(String, ref Byte, Int32)

Declaration
public static double PlotHistogram(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Byte, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Byte, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Double, Int32)

Declaration
public static double PlotHistogram(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Double, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Double, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int16, Int32)

Declaration
public static double PlotHistogram(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int16, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int16, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int32, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int32, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int64, Int32)

Declaration
public static double PlotHistogram(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int64, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int64, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref SByte, Int32)

Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref SByte, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref SByte, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Single, Int32)

Declaration
public static double PlotHistogram(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Single, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Single, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt16, Int32)

Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt16, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt16, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt32, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt32, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt64, Int32)

Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt64, Int32, Int32)

Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Int32 bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt64, Int32, Int32, Double)

Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange)

Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Int32 bins
System.Double bar_scale
ImPlotRange range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Byte, ref Byte, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Double, ref Double, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Double, ref Double, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int16, ref Int16, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int32, ref Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int64, ref Int64, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref SByte, ref SByte, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Single, ref Single, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Single, ref Single, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt16, ref UInt16, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt32, ref UInt32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt64, ref UInt64, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 x_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32)

Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect)

Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins, ImPlotRect range)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins, ImPlotRect range, ImPlotHistogramFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 x_bins
System.Int32 y_bins
ImPlotRect range
ImPlotHistogramFlags flags
Returns
Type Description
System.Double
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
System.Numerics.Vector2 uv1
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1, Vector4 tint_col)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
System.Numerics.Vector2 uv1
System.Numerics.Vector4 tint_col
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4, ImPlotImageFlags)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1, Vector4 tint_col, ImPlotImageFlags flags)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
System.Numerics.Vector2 uv1
System.Numerics.Vector4 tint_col
ImPlotImageFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Byte, Int32)

Declaration
public static void PlotInfLines(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref Double, Int32)

Declaration
public static void PlotInfLines(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref Int16, Int32)

Declaration
public static void PlotInfLines(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref Int64, Int32)

Declaration
public static void PlotInfLines(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref SByte, Int32)

Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref Single, Int32)

Declaration
public static void PlotInfLines(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref UInt16, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref UInt32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotInfLines(String, ref UInt64, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags)

Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
ImPlotInfLinesFlags flags
| Improve this Doc View Source

PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32, Int32)

Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
ImPlotInfLinesFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32)

Declaration
public static void PlotLine(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Double, ref Double, Int32)

Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Double, Int32)

Declaration
public static void PlotLine(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Double, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32)

Declaration
public static void PlotLine(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32)

Declaration
public static void PlotLine(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Single, Int32)

Declaration
public static void PlotLine(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Single, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref Single, ref Single, Int32)

Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32)

Declaration
public static void PlotLine(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32, Double)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotLine(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags)

Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotLineFlags flags
| Improve this Doc View Source

PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32, Int32)

Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotLineFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt, double angle0, ImPlotPieChartFlags flags)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.String label_fmt
System.Double angle0
ImPlotPieChartFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotScatterFlags flags
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotScatterFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double yref
System.Double xscale
System.Double xstart
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double yref
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double yref
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
ImPlotShadedFlags flags
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
ImPlotShadedFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double xstart
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotStairsFlags flags
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
ImPlotStairsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Single, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
System.Double scale
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double ref
System.Double scale
System.Double start
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double ref
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double ref, ImPlotStemsFlags flags, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double ref
ImPlotStemsFlags flags
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotText(String, Double, Double)

Declaration
public static void PlotText(string text, double x, double y)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
| Improve this Doc View Source

PlotText(String, Double, Double, Vector2)

Declaration
public static void PlotText(string text, double x, double y, Vector2 pix_offset)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
System.Numerics.Vector2 pix_offset
| Improve this Doc View Source

PlotText(String, Double, Double, Vector2, ImPlotTextFlags)

Declaration
public static void PlotText(string text, double x, double y, Vector2 pix_offset, ImPlotTextFlags flags)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
System.Numerics.Vector2 pix_offset
ImPlotTextFlags flags
| Improve this Doc View Source

PlotToPixels(ImPlotPoint)

Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt)
Parameters
Type Name Description
ImPlotPoint plt
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(ImPlotPoint, ImAxis)

Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis)
Parameters
Type Name Description
ImPlotPoint plt
ImAxis x_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(ImPlotPoint, ImAxis, ImAxis)

Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
ImPlotPoint plt
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(Double, Double)

Declaration
public static Vector2 PlotToPixels(double x, double y)
Parameters
Type Name Description
System.Double x
System.Double y
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(Double, Double, ImAxis)

Declaration
public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis)
Parameters
Type Name Description
System.Double x
System.Double y
ImAxis x_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(Double, Double, ImAxis, ImAxis)

Declaration
public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
System.Double x
System.Double y
ImAxis x_axis
ImAxis y_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PopColormap()

Declaration
public static void PopColormap()
| Improve this Doc View Source

PopColormap(Int32)

Declaration
public static void PopColormap(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PopPlotClipRect()

Declaration
public static void PopPlotClipRect()
| Improve this Doc View Source

PopStyleColor()

Declaration
public static void PopStyleColor()
| Improve this Doc View Source

PopStyleColor(Int32)

Declaration
public static void PopStyleColor(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PopStyleVar()

Declaration
public static void PopStyleVar()
| Improve this Doc View Source

PopStyleVar(Int32)

Declaration
public static void PopStyleVar(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PushColormap(ImPlotColormap)

Declaration
public static void PushColormap(ImPlotColormap cmap)
Parameters
Type Name Description
ImPlotColormap cmap
| Improve this Doc View Source

PushColormap(String)

Declaration
public static void PushColormap(string name)
Parameters
Type Name Description
System.String name
| Improve this Doc View Source

PushPlotClipRect()

Declaration
public static void PushPlotClipRect()
| Improve this Doc View Source

PushPlotClipRect(Single)

Declaration
public static void PushPlotClipRect(float expand)
Parameters
Type Name Description
System.Single expand
| Improve this Doc View Source

PushStyleColor(ImPlotCol, Vector4)

Declaration
public static void PushStyleColor(ImPlotCol idx, Vector4 col)
Parameters
Type Name Description
ImPlotCol idx
System.Numerics.Vector4 col
| Improve this Doc View Source

PushStyleColor(ImPlotCol, UInt32)

Declaration
public static void PushStyleColor(ImPlotCol idx, uint col)
Parameters
Type Name Description
ImPlotCol idx
System.UInt32 col
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Int32)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, int val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Int32 val
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Vector2)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, Vector2 val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Numerics.Vector2 val
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Single)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, float val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Single val
| Improve this Doc View Source

SampleColormap(Single)

Declaration
public static Vector4 SampleColormap(float t)
Parameters
Type Name Description
System.Single t
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

SampleColormap(Single, ImPlotColormap)

Declaration
public static Vector4 SampleColormap(float t, ImPlotColormap cmap)
Parameters
Type Name Description
System.Single t
ImPlotColormap cmap
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

SetAxes(ImAxis, ImAxis)

Declaration
public static void SetAxes(ImAxis x_axis, ImAxis y_axis)
Parameters
Type Name Description
ImAxis x_axis
ImAxis y_axis
| Improve this Doc View Source

SetAxis(ImAxis)

Declaration
public static void SetAxis(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
| Improve this Doc View Source

SetCurrentContext(IntPtr)

Declaration
public static void SetCurrentContext(IntPtr ctx)
Parameters
Type Name Description
System.IntPtr ctx
| Improve this Doc View Source

SetImGuiContext(IntPtr)

Declaration
public static void SetImGuiContext(IntPtr ctx)
Parameters
Type Name Description
System.IntPtr ctx
| Improve this Doc View Source

SetNextAxesLimits(Double, Double, Double, Double)

Declaration
public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Double y_min
System.Double y_max
| Improve this Doc View Source

SetNextAxesLimits(Double, Double, Double, Double, ImPlotCond)

Declaration
public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Double y_min
System.Double y_max
ImPlotCond cond
| Improve this Doc View Source

SetNextAxesToFit()

Declaration
public static void SetNextAxesToFit()
| Improve this Doc View Source

SetNextAxisLimits(ImAxis, Double, Double)

Declaration
public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
| Improve this Doc View Source

SetNextAxisLimits(ImAxis, Double, Double, ImPlotCond)

Declaration
public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
ImPlotCond cond
| Improve this Doc View Source

SetNextAxisLinks(ImAxis, ref Double, ref Double)

Declaration
public static void SetNextAxisLinks(ImAxis axis, ref double link_min, ref double link_max)
Parameters
Type Name Description
ImAxis axis
System.Double link_min
System.Double link_max
| Improve this Doc View Source

SetNextAxisToFit(ImAxis)

Declaration
public static void SetNextAxisToFit(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
| Improve this Doc View Source

SetNextErrorBarStyle()

Declaration
public static void SetNextErrorBarStyle()
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4)

Declaration
public static void SetNextErrorBarStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4, Single)

Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single size
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4, Single, Single)

Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size, float weight)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single size
System.Single weight
| Improve this Doc View Source

SetNextFillStyle()

Declaration
public static void SetNextFillStyle()
| Improve this Doc View Source

SetNextFillStyle(Vector4)

Declaration
public static void SetNextFillStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextFillStyle(Vector4, Single)

Declaration
public static void SetNextFillStyle(Vector4 col, float alpha_mod)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single alpha_mod
| Improve this Doc View Source

SetNextLineStyle()

Declaration
public static void SetNextLineStyle()
| Improve this Doc View Source

SetNextLineStyle(Vector4)

Declaration
public static void SetNextLineStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextLineStyle(Vector4, Single)

Declaration
public static void SetNextLineStyle(Vector4 col, float weight)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single weight
| Improve this Doc View Source

SetNextMarkerStyle()

Declaration
public static void SetNextMarkerStyle()
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker)
Parameters
Type Name Description
ImPlotMarker marker
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
System.Single weight
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single, Vector4)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight, Vector4 outline)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
System.Single weight
System.Numerics.Vector4 outline
| Improve this Doc View Source

SetupAxes(String, String)

Declaration
public static void SetupAxes(string x_label, string y_label)
Parameters
Type Name Description
System.String x_label
System.String y_label
| Improve this Doc View Source

SetupAxes(String, String, ImPlotAxisFlags)

Declaration
public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags)
Parameters
Type Name Description
System.String x_label
System.String y_label
ImPlotAxisFlags x_flags
| Improve this Doc View Source

SetupAxes(String, String, ImPlotAxisFlags, ImPlotAxisFlags)

Declaration
public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags)
Parameters
Type Name Description
System.String x_label
System.String y_label
ImPlotAxisFlags x_flags
ImPlotAxisFlags y_flags
| Improve this Doc View Source

SetupAxesLimits(Double, Double, Double, Double)

Declaration
public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Double y_min
System.Double y_max
| Improve this Doc View Source

SetupAxesLimits(Double, Double, Double, Double, ImPlotCond)

Declaration
public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Double y_min
System.Double y_max
ImPlotCond cond
| Improve this Doc View Source

SetupAxis(ImAxis)

Declaration
public static void SetupAxis(ImAxis axis)
Parameters
Type Name Description
ImAxis axis
| Improve this Doc View Source

SetupAxis(ImAxis, String)

Declaration
public static void SetupAxis(ImAxis axis, string label)
Parameters
Type Name Description
ImAxis axis
System.String label
| Improve this Doc View Source

SetupAxis(ImAxis, String, ImPlotAxisFlags)

Declaration
public static void SetupAxis(ImAxis axis, string label, ImPlotAxisFlags flags)
Parameters
Type Name Description
ImAxis axis
System.String label
ImPlotAxisFlags flags
| Improve this Doc View Source

SetupAxisFormat(ImAxis, String)

Declaration
public static void SetupAxisFormat(ImAxis axis, string fmt)
Parameters
Type Name Description
ImAxis axis
System.String fmt
| Improve this Doc View Source

SetupAxisLimits(ImAxis, Double, Double)

Declaration
public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
| Improve this Doc View Source

SetupAxisLimits(ImAxis, Double, Double, ImPlotCond)

Declaration
public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
ImPlotCond cond
| Improve this Doc View Source

SetupAxisLimitsConstraints(ImAxis, Double, Double)

Declaration
public static void SetupAxisLimitsConstraints(ImAxis axis, double v_min, double v_max)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
| Improve this Doc View Source

SetupAxisLinks(ImAxis, ref Double, ref Double)

Declaration
public static void SetupAxisLinks(ImAxis axis, ref double link_min, ref double link_max)
Parameters
Type Name Description
ImAxis axis
System.Double link_min
System.Double link_max
| Improve this Doc View Source

SetupAxisScale(ImAxis, ImPlotScale)

Declaration
public static void SetupAxisScale(ImAxis axis, ImPlotScale scale)
Parameters
Type Name Description
ImAxis axis
ImPlotScale scale
| Improve this Doc View Source

SetupAxisTicks(ImAxis, Double, Double, Int32)

Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
System.Int32 n_ticks
| Improve this Doc View Source

SetupAxisTicks(ImAxis, Double, Double, Int32, String[])

Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetupAxisTicks(ImAxis, Double, Double, Int32, String[], Boolean)

Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels, bool keep_default)
Parameters
Type Name Description
ImAxis axis
System.Double v_min
System.Double v_max
System.Int32 n_ticks
System.String[] labels
System.Boolean keep_default
| Improve this Doc View Source

SetupAxisTicks(ImAxis, ref Double, Int32)

Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks)
Parameters
Type Name Description
ImAxis axis
System.Double values
System.Int32 n_ticks
| Improve this Doc View Source

SetupAxisTicks(ImAxis, ref Double, Int32, String[])

Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels)
Parameters
Type Name Description
ImAxis axis
System.Double values
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetupAxisTicks(ImAxis, ref Double, Int32, String[], Boolean)

Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels, bool keep_default)
Parameters
Type Name Description
ImAxis axis
System.Double values
System.Int32 n_ticks
System.String[] labels
System.Boolean keep_default
| Improve this Doc View Source

SetupAxisZoomConstraints(ImAxis, Double, Double)

Declaration
public static void SetupAxisZoomConstraints(ImAxis axis, double z_min, double z_max)
Parameters
Type Name Description
ImAxis axis
System.Double z_min
System.Double z_max
| Improve this Doc View Source

SetupFinish()

Declaration
public static void SetupFinish()
| Improve this Doc View Source

SetupLegend(ImPlotLocation)

Declaration
public static void SetupLegend(ImPlotLocation location)
Parameters
Type Name Description
ImPlotLocation location
| Improve this Doc View Source

SetupLegend(ImPlotLocation, ImPlotLegendFlags)

Declaration
public static void SetupLegend(ImPlotLocation location, ImPlotLegendFlags flags)
Parameters
Type Name Description
ImPlotLocation location
ImPlotLegendFlags flags
| Improve this Doc View Source

SetupMouseText(ImPlotLocation)

Declaration
public static void SetupMouseText(ImPlotLocation location)
Parameters
Type Name Description
ImPlotLocation location
| Improve this Doc View Source

SetupMouseText(ImPlotLocation, ImPlotMouseTextFlags)

Declaration
public static void SetupMouseText(ImPlotLocation location, ImPlotMouseTextFlags flags)
Parameters
Type Name Description
ImPlotLocation location
ImPlotMouseTextFlags flags
| Improve this Doc View Source

ShowColormapSelector(String)

Declaration
public static bool ShowColormapSelector(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShowDemoWindow()

Declaration
public static void ShowDemoWindow()
| Improve this Doc View Source

ShowDemoWindow(ref Boolean)

Declaration
public static void ShowDemoWindow(ref bool p_open)
Parameters
Type Name Description
System.Boolean p_open
| Improve this Doc View Source

ShowInputMapSelector(String)

Declaration
public static bool ShowInputMapSelector(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShowMetricsWindow()

Declaration
public static void ShowMetricsWindow()
| Improve this Doc View Source

ShowMetricsWindow(ref Boolean)

Declaration
public static void ShowMetricsWindow(ref bool p_popen)
Parameters
Type Name Description
System.Boolean p_popen
| Improve this Doc View Source

ShowStyleEditor()

Declaration
public static void ShowStyleEditor()
| Improve this Doc View Source

ShowStyleEditor(ImPlotStylePtr)

Declaration
public static void ShowStyleEditor(ImPlotStylePtr ref)
Parameters
Type Name Description
ImPlotStylePtr ref
| Improve this Doc View Source

ShowStyleSelector(String)

Declaration
public static bool ShowStyleSelector(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShowUserGuide()

Declaration
public static void ShowUserGuide()
| Improve this Doc View Source

StyleColorsAuto()

Declaration
public static void StyleColorsAuto()
| Improve this Doc View Source

StyleColorsAuto(ImPlotStylePtr)

Declaration
public static void StyleColorsAuto(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsClassic()

Declaration
public static void StyleColorsClassic()
| Improve this Doc View Source

StyleColorsClassic(ImPlotStylePtr)

Declaration
public static void StyleColorsClassic(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsDark()

Declaration
public static void StyleColorsDark()
| Improve this Doc View Source

StyleColorsDark(ImPlotStylePtr)

Declaration
public static void StyleColorsDark(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsLight()

Declaration
public static void StyleColorsLight()
| Improve this Doc View Source

StyleColorsLight(ImPlotStylePtr)

Declaration
public static void StyleColorsLight(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

TagX(Double, Vector4)

Declaration
public static void TagX(double x, Vector4 col)
Parameters
Type Name Description
System.Double x
System.Numerics.Vector4 col
| Improve this Doc View Source

TagX(Double, Vector4, Boolean)

Declaration
public static void TagX(double x, Vector4 col, bool round)
Parameters
Type Name Description
System.Double x
System.Numerics.Vector4 col
System.Boolean round
| Improve this Doc View Source

TagX(Double, Vector4, String)

Declaration
public static void TagX(double x, Vector4 col, string fmt)
Parameters
Type Name Description
System.Double x
System.Numerics.Vector4 col
System.String fmt
| Improve this Doc View Source

TagY(Double, Vector4)

Declaration
public static void TagY(double y, Vector4 col)
Parameters
Type Name Description
System.Double y
System.Numerics.Vector4 col
| Improve this Doc View Source

TagY(Double, Vector4, Boolean)

Declaration
public static void TagY(double y, Vector4 col, bool round)
Parameters
Type Name Description
System.Double y
System.Numerics.Vector4 col
System.Boolean round
| Improve this Doc View Source

TagY(Double, Vector4, String)

Declaration
public static void TagY(double y, Vector4 col, string fmt)
Parameters
Type Name Description
System.Double y
System.Numerics.Vector4 col
System.String fmt
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX