Skip to main content

Class ImPlot

Assembly: ImGui.NET.dll
View Source
Declaration
public static class ImPlot

Methods

AddColormap(string, ref Vector4, int)

View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size)
Returns

ImPlotNET.ImPlotColormap

Parameters
TypeName
System.Stringname
System.Numerics.Vector4cols
System.Int32size

AddColormap(string, ref Vector4, int, bool)

View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref Vector4 cols, int size, bool qual)
Returns

ImPlotNET.ImPlotColormap

Parameters
TypeName
System.Stringname
System.Numerics.Vector4cols
System.Int32size
System.Booleanqual

AddColormap(string, ref uint, int)

View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size)
Returns

ImPlotNET.ImPlotColormap

Parameters
TypeName
System.Stringname
System.UInt32cols
System.Int32size

AddColormap(string, ref uint, int, bool)

View Source
Declaration
public static ImPlotColormap AddColormap(string name, ref uint cols, int size, bool qual)
Returns

ImPlotNET.ImPlotColormap

Parameters
TypeName
System.Stringname
System.UInt32cols
System.Int32size
System.Booleanqual

Annotation(double, double, Vector4, Vector2, bool)

View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp)
Parameters
TypeName
System.Doublex
System.Doubley
System.Numerics.Vector4col
System.Numerics.Vector2pix_offset
System.Booleanclamp

Annotation(double, double, Vector4, Vector2, bool, bool)

View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, bool round)
Parameters
TypeName
System.Doublex
System.Doubley
System.Numerics.Vector4col
System.Numerics.Vector2pix_offset
System.Booleanclamp
System.Booleanround

Annotation(double, double, Vector4, Vector2, bool, string)

View Source
Declaration
public static void Annotation(double x, double y, Vector4 col, Vector2 pix_offset, bool clamp, string fmt)
Parameters
TypeName
System.Doublex
System.Doubley
System.Numerics.Vector4col
System.Numerics.Vector2pix_offset
System.Booleanclamp
System.Stringfmt

BeginAlignedPlots(string)

View Source
Declaration
public static bool BeginAlignedPlots(string group_id)
Returns

System.Boolean

Parameters
TypeName
System.Stringgroup_id

BeginAlignedPlots(string, bool)

View Source
Declaration
public static bool BeginAlignedPlots(string group_id, bool vertical)
Returns

System.Boolean

Parameters
TypeName
System.Stringgroup_id
System.Booleanvertical

BeginDragDropSourceAxis(ImAxis)

View Source
Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis)
Returns

System.Boolean

Parameters
TypeName
ImPlotNET.ImAxisaxis

BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)

View Source
Declaration
public static bool BeginDragDropSourceAxis(ImAxis axis, ImGuiDragDropFlags flags)
Returns

System.Boolean

Parameters
TypeName
ImPlotNET.ImAxisaxis
ImGuiNET.ImGuiDragDropFlagsflags

BeginDragDropSourceItem(string)

View Source
Declaration
public static bool BeginDragDropSourceItem(string label_id)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel_id

BeginDragDropSourceItem(string, ImGuiDragDropFlags)

View Source
Declaration
public static bool BeginDragDropSourceItem(string label_id, ImGuiDragDropFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel_id
ImGuiNET.ImGuiDragDropFlagsflags

BeginDragDropSourcePlot()

View Source
Declaration
public static bool BeginDragDropSourcePlot()
Returns

System.Boolean

BeginDragDropSourcePlot(ImGuiDragDropFlags)

View Source
Declaration
public static bool BeginDragDropSourcePlot(ImGuiDragDropFlags flags)
Returns

System.Boolean

Parameters
TypeName
ImGuiNET.ImGuiDragDropFlagsflags

BeginDragDropTargetAxis(ImAxis)

View Source
Declaration
public static bool BeginDragDropTargetAxis(ImAxis axis)
Returns

System.Boolean

Parameters
TypeName
ImPlotNET.ImAxisaxis

BeginDragDropTargetLegend()

View Source
Declaration
public static bool BeginDragDropTargetLegend()
Returns

System.Boolean

BeginDragDropTargetPlot()

View Source
Declaration
public static bool BeginDragDropTargetPlot()
Returns

System.Boolean

BeginLegendPopup(string)

View Source
Declaration
public static bool BeginLegendPopup(string label_id)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel_id

BeginLegendPopup(string, ImGuiMouseButton)

View Source
Declaration
public static bool BeginLegendPopup(string label_id, ImGuiMouseButton mouse_button)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel_id
ImGuiNET.ImGuiMouseButtonmouse_button

BeginPlot(string)

View Source
Declaration
public static bool BeginPlot(string title_id)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id

BeginPlot(string, Vector2)

View Source
Declaration
public static bool BeginPlot(string title_id, Vector2 size)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Numerics.Vector2size

BeginPlot(string, Vector2, ImPlotFlags)

View Source
Declaration
public static bool BeginPlot(string title_id, Vector2 size, ImPlotFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Numerics.Vector2size
ImPlotNET.ImPlotFlagsflags

BeginSubplots(string, int, int, Vector2)

View Source
Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Int32rows
System.Int32cols
System.Numerics.Vector2size

BeginSubplots(string, int, int, Vector2, ImPlotSubplotFlags)

View Source
Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Int32rows
System.Int32cols
System.Numerics.Vector2size
ImPlotNET.ImPlotSubplotFlagsflags

BeginSubplots(string, int, int, Vector2, ImPlotSubplotFlags, ref float)

View Source
Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Int32rows
System.Int32cols
System.Numerics.Vector2size
ImPlotNET.ImPlotSubplotFlagsflags
System.Singlerow_ratios

BeginSubplots(string, int, int, Vector2, ImPlotSubplotFlags, ref float, ref float)

View Source
Declaration
public static bool BeginSubplots(string title_id, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float row_ratios, ref float col_ratios)
Returns

System.Boolean

Parameters
TypeName
System.Stringtitle_id
System.Int32rows
System.Int32cols
System.Numerics.Vector2size
ImPlotNET.ImPlotSubplotFlagsflags
System.Singlerow_ratios
System.Singlecol_ratios

BustColorCache()

View Source
Declaration
public static void BustColorCache()

BustColorCache(string)

View Source
Declaration
public static void BustColorCache(string plot_title_id)
Parameters
TypeName
System.Stringplot_title_id

CancelPlotSelection()

View Source
Declaration
public static void CancelPlotSelection()

ColormapButton(string)

View Source
Declaration
public static bool ColormapButton(string label)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel

ColormapButton(string, Vector2)

View Source
Declaration
public static bool ColormapButton(string label, Vector2 size)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Numerics.Vector2size

ColormapButton(string, Vector2, ImPlotColormap)

View Source
Declaration
public static bool ColormapButton(string label, Vector2 size, ImPlotColormap cmap)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Numerics.Vector2size
ImPlotNET.ImPlotColormapcmap

ColormapIcon(ImPlotColormap)

View Source
Declaration
public static void ColormapIcon(ImPlotColormap cmap)
Parameters
TypeName
ImPlotNET.ImPlotColormapcmap

ColormapScale(string, double, double)

View Source
Declaration
public static void ColormapScale(string label, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel
System.Doublescale_min
System.Doublescale_max

ColormapScale(string, double, double, Vector2)

View Source
Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size)
Parameters
TypeName
System.Stringlabel
System.Doublescale_min
System.Doublescale_max
System.Numerics.Vector2size

ColormapScale(string, double, double, Vector2, string)

View Source
Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format)
Parameters
TypeName
System.Stringlabel
System.Doublescale_min
System.Doublescale_max
System.Numerics.Vector2size
System.Stringformat

ColormapScale(string, double, double, Vector2, string, ImPlotColormapScaleFlags)

View Source
Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags)
Parameters
TypeName
System.Stringlabel
System.Doublescale_min
System.Doublescale_max
System.Numerics.Vector2size
System.Stringformat
ImPlotNET.ImPlotColormapScaleFlagsflags

ColormapScale(string, double, double, Vector2, string, ImPlotColormapScaleFlags, ImPlotColormap)

View Source
Declaration
public static void ColormapScale(string label, double scale_min, double scale_max, Vector2 size, string format, ImPlotColormapScaleFlags flags, ImPlotColormap cmap)
Parameters
TypeName
System.Stringlabel
System.Doublescale_min
System.Doublescale_max
System.Numerics.Vector2size
System.Stringformat
ImPlotNET.ImPlotColormapScaleFlagsflags
ImPlotNET.ImPlotColormapcmap

ColormapSlider(string, ref float)

View Source
Declaration
public static bool ColormapSlider(string label, ref float t)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Singlet

ColormapSlider(string, ref float, out Vector4)

View Source
Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 @out)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Singlet
System.Numerics.Vector4out

ColormapSlider(string, ref float, out Vector4, string)

View Source
Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 @out, string format)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Singlet
System.Numerics.Vector4out
System.Stringformat

ColormapSlider(string, ref float, out Vector4, string, ImPlotColormap)

View Source
Declaration
public static bool ColormapSlider(string label, ref float t, out Vector4 @out, string format, ImPlotColormap cmap)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel
System.Singlet
System.Numerics.Vector4out
System.Stringformat
ImPlotNET.ImPlotColormapcmap

CreateContext()

View Source
Declaration
public static IntPtr CreateContext()
Returns

System.IntPtr

DestroyContext()

View Source
Declaration
public static void DestroyContext()

DestroyContext(IntPtr)

View Source
Declaration
public static void DestroyContext(IntPtr ctx)
Parameters
TypeName
System.IntPtrctx

DragLineX(int, ref double, Vector4)

View Source
Declaration
public static bool DragLineX(int id, ref double x, Vector4 col)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Numerics.Vector4col

DragLineX(int, ref double, Vector4, float)

View Source
Declaration
public static bool DragLineX(int id, ref double x, Vector4 col, float thickness)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Numerics.Vector4col
System.Singlethickness

DragLineX(int, ref double, Vector4, float, ImPlotDragToolFlags)

View Source
Declaration
public static bool DragLineX(int id, ref double x, Vector4 col, float thickness, ImPlotDragToolFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Numerics.Vector4col
System.Singlethickness
ImPlotNET.ImPlotDragToolFlagsflags

DragLineY(int, ref double, Vector4)

View Source
Declaration
public static bool DragLineY(int id, ref double y, Vector4 col)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doubley
System.Numerics.Vector4col

DragLineY(int, ref double, Vector4, float)

View Source
Declaration
public static bool DragLineY(int id, ref double y, Vector4 col, float thickness)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doubley
System.Numerics.Vector4col
System.Singlethickness

DragLineY(int, ref double, Vector4, float, ImPlotDragToolFlags)

View Source
Declaration
public static bool DragLineY(int id, ref double y, Vector4 col, float thickness, ImPlotDragToolFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doubley
System.Numerics.Vector4col
System.Singlethickness
ImPlotNET.ImPlotDragToolFlagsflags

DragPoint(int, ref double, ref double, Vector4)

View Source
Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Doubley
System.Numerics.Vector4col

DragPoint(int, ref double, ref double, Vector4, float)

View Source
Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Doubley
System.Numerics.Vector4col
System.Singlesize

DragPoint(int, ref double, ref double, Vector4, float, ImPlotDragToolFlags)

View Source
Declaration
public static bool DragPoint(int id, ref double x, ref double y, Vector4 col, float size, ImPlotDragToolFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex
System.Doubley
System.Numerics.Vector4col
System.Singlesize
ImPlotNET.ImPlotDragToolFlagsflags

DragRect(int, ref double, ref double, ref double, ref double, Vector4)

View Source
Declaration
public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex1
System.Doubley1
System.Doublex2
System.Doubley2
System.Numerics.Vector4col

DragRect(int, ref double, ref double, ref double, ref double, Vector4, ImPlotDragToolFlags)

View Source
Declaration
public static bool DragRect(int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col, ImPlotDragToolFlags flags)
Returns

System.Boolean

Parameters
TypeName
System.Int32id
System.Doublex1
System.Doubley1
System.Doublex2
System.Doubley2
System.Numerics.Vector4col
ImPlotNET.ImPlotDragToolFlagsflags

EndAlignedPlots()

View Source
Declaration
public static void EndAlignedPlots()

EndDragDropSource()

View Source
Declaration
public static void EndDragDropSource()

EndDragDropTarget()

View Source
Declaration
public static void EndDragDropTarget()

EndLegendPopup()

View Source
Declaration
public static void EndLegendPopup()

EndPlot()

View Source
Declaration
public static void EndPlot()

EndSubplots()

View Source
Declaration
public static void EndSubplots()

GetColormapColor(int)

View Source
Declaration
public static Vector4 GetColormapColor(int idx)
Returns

System.Numerics.Vector4

Parameters
TypeName
System.Int32idx

GetColormapColor(int, ImPlotColormap)

View Source
Declaration
public static Vector4 GetColormapColor(int idx, ImPlotColormap cmap)
Returns

System.Numerics.Vector4

Parameters
TypeName
System.Int32idx
ImPlotNET.ImPlotColormapcmap

GetColormapCount()

View Source
Declaration
public static int GetColormapCount()
Returns

System.Int32

GetColormapIndex(string)

View Source
Declaration
public static ImPlotColormap GetColormapIndex(string name)
Returns

ImPlotNET.ImPlotColormap

Parameters
TypeName
System.Stringname

GetColormapName(ImPlotColormap)

View Source
Declaration
public static string GetColormapName(ImPlotColormap cmap)
Returns

System.String

Parameters
TypeName
ImPlotNET.ImPlotColormapcmap

GetColormapSize()

View Source
Declaration
public static int GetColormapSize()
Returns

System.Int32

GetColormapSize(ImPlotColormap)

View Source
Declaration
public static int GetColormapSize(ImPlotColormap cmap)
Returns

System.Int32

Parameters
TypeName
ImPlotNET.ImPlotColormapcmap

GetCurrentContext()

View Source
Declaration
public static IntPtr GetCurrentContext()
Returns

System.IntPtr

GetInputMap()

View Source
Declaration
public static ImPlotInputMapPtr GetInputMap()
Returns

ImPlotNET.ImPlotInputMapPtr

GetLastItemColor()

View Source
Declaration
public static Vector4 GetLastItemColor()
Returns

System.Numerics.Vector4

GetMarkerName(ImPlotMarker)

View Source
Declaration
public static string GetMarkerName(ImPlotMarker idx)
Returns

System.String

Parameters
TypeName
ImPlotNET.ImPlotMarkeridx

GetPlotDrawList()

View Source
Declaration
public static ImDrawListPtr GetPlotDrawList()
Returns

ImGuiNET.ImDrawListPtr

GetPlotLimits()

View Source
Declaration
public static ImPlotRect GetPlotLimits()
Returns

ImPlotNET.ImPlotRect

GetPlotLimits(ImAxis)

View Source
Declaration
public static ImPlotRect GetPlotLimits(ImAxis x_axis)
Returns

ImPlotNET.ImPlotRect

Parameters
TypeName
ImPlotNET.ImAxisx_axis

GetPlotLimits(ImAxis, ImAxis)

View Source
Declaration
public static ImPlotRect GetPlotLimits(ImAxis x_axis, ImAxis y_axis)
Returns

ImPlotNET.ImPlotRect

Parameters
TypeName
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

GetPlotMousePos()

View Source
Declaration
public static ImPlotPoint GetPlotMousePos()
Returns

ImPlotNET.ImPlotPoint

GetPlotMousePos(ImAxis)

View Source
Declaration
public static ImPlotPoint GetPlotMousePos(ImAxis x_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
ImPlotNET.ImAxisx_axis

GetPlotMousePos(ImAxis, ImAxis)

View Source
Declaration
public static ImPlotPoint GetPlotMousePos(ImAxis x_axis, ImAxis y_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

GetPlotPos()

View Source
Declaration
public static Vector2 GetPlotPos()
Returns

System.Numerics.Vector2

GetPlotSelection()

View Source
Declaration
public static ImPlotRect GetPlotSelection()
Returns

ImPlotNET.ImPlotRect

GetPlotSelection(ImAxis)

View Source
Declaration
public static ImPlotRect GetPlotSelection(ImAxis x_axis)
Returns

ImPlotNET.ImPlotRect

Parameters
TypeName
ImPlotNET.ImAxisx_axis

GetPlotSelection(ImAxis, ImAxis)

View Source
Declaration
public static ImPlotRect GetPlotSelection(ImAxis x_axis, ImAxis y_axis)
Returns

ImPlotNET.ImPlotRect

Parameters
TypeName
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

GetPlotSize()

View Source
Declaration
public static Vector2 GetPlotSize()
Returns

System.Numerics.Vector2

GetStyle()

View Source
Declaration
public static ImPlotStylePtr GetStyle()
Returns

ImPlotNET.ImPlotStylePtr

GetStyleColorName(ImPlotCol)

View Source
Declaration
public static string GetStyleColorName(ImPlotCol idx)
Returns

System.String

Parameters
TypeName
ImPlotNET.ImPlotColidx

HideNextItem()

View Source
Declaration
public static void HideNextItem()

HideNextItem(bool)

View Source
Declaration
public static void HideNextItem(bool hidden)
Parameters
TypeName
System.Booleanhidden

HideNextItem(bool, ImPlotCond)

View Source
Declaration
public static void HideNextItem(bool hidden, ImPlotCond cond)
Parameters
TypeName
System.Booleanhidden
ImPlotNET.ImPlotCondcond

IsAxisHovered(ImAxis)

View Source
Declaration
public static bool IsAxisHovered(ImAxis axis)
Returns

System.Boolean

Parameters
TypeName
ImPlotNET.ImAxisaxis

IsLegendEntryHovered(string)

View Source
Declaration
public static bool IsLegendEntryHovered(string label_id)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel_id

IsPlotHovered()

View Source
Declaration
public static bool IsPlotHovered()
Returns

System.Boolean

IsPlotSelected()

View Source
Declaration
public static bool IsPlotSelected()
Returns

System.Boolean

IsSubplotsHovered()

View Source
Declaration
public static bool IsSubplotsHovered()
Returns

System.Boolean

ItemIcon(Vector4)

View Source
Declaration
public static void ItemIcon(Vector4 col)
Parameters
TypeName
System.Numerics.Vector4col

ItemIcon(uint)

View Source
Declaration
public static void ItemIcon(uint col)
Parameters
TypeName
System.UInt32col

MapInputDefault()

View Source
Declaration
public static void MapInputDefault()

MapInputDefault(ImPlotInputMapPtr)

View Source
Declaration
public static void MapInputDefault(ImPlotInputMapPtr dst)
Parameters
TypeName
ImPlotNET.ImPlotInputMapPtrdst

MapInputReverse()

View Source
Declaration
public static void MapInputReverse()

MapInputReverse(ImPlotInputMapPtr)

View Source
Declaration
public static void MapInputReverse(ImPlotInputMapPtr dst)
Parameters
TypeName
ImPlotNET.ImPlotInputMapPtrdst

NextColormapColor()

View Source
Declaration
public static Vector4 NextColormapColor()
Returns

System.Numerics.Vector4

PixelsToPlot(Vector2)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Numerics.Vector2pix

PixelsToPlot(Vector2, ImAxis)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Numerics.Vector2pix
ImPlotNET.ImAxisx_axis

PixelsToPlot(Vector2, ImAxis, ImAxis)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(Vector2 pix, ImAxis x_axis, ImAxis y_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Numerics.Vector2pix
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

PixelsToPlot(float, float)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(float x, float y)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Singlex
System.Singley

PixelsToPlot(float, float, ImAxis)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Singlex
System.Singley
ImPlotNET.ImAxisx_axis

PixelsToPlot(float, float, ImAxis, ImAxis)

View Source
Declaration
public static ImPlotPoint PixelsToPlot(float x, float y, ImAxis x_axis, ImAxis y_axis)
Returns

ImPlotNET.ImPlotPoint

Parameters
TypeName
System.Singlex
System.Singley
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

PlotBarGroups(string[], ref float, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref float, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref float, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref float values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref float, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref double, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref double, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref double, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref double values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref double, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref sbyte, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref sbyte, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref sbyte, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref sbyte values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref sbyte, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref byte, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref byte, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref byte, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref byte values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref byte, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref short, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Int16values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref short, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Int16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref short, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref short values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Int16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref short, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref ushort, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.UInt16values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref ushort, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.UInt16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref ushort, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ushort values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.UInt16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref ushort, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt16values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref int, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Int32values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref int, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Int32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref int, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref int values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Int32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref int, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref uint, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.UInt32values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref uint, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.UInt32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref uint, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref uint values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.UInt32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref uint, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt32values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref long, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.Int64values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref long, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.Int64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref long, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref long values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.Int64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref long, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBarGroups(string[], ref ulong, int, int)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count)
Parameters
TypeName
System.String[]label_ids
System.UInt64values
System.Int32item_count
System.Int32group_count

PlotBarGroups(string[], ref ulong, int, int, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size)
Parameters
TypeName
System.String[]label_ids
System.UInt64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size

PlotBarGroups(string[], ref ulong, int, int, double, double)

View Source
Declaration
public static void PlotBarGroups(string[] label_ids, ref ulong values, int item_count, int group_count, double group_size, double shift)
Parameters
TypeName
System.String[]label_ids
System.UInt64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift

PlotBarGroups(string[], ref ulong, int, int, double, double, ImPlotBarGroupsFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt64values
System.Int32item_count
System.Int32group_count
System.Doublegroup_size
System.Doubleshift
ImPlotNET.ImPlotBarGroupsFlagsflags

PlotBars(string, ref float, int)

View Source
Declaration
public static void PlotBars(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotBars(string, ref float, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublebar_size

PlotBars(string, ref float, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref float, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref float, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref float values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref float, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref double, int)

View Source
Declaration
public static void PlotBars(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotBars(string, ref double, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublebar_size

PlotBars(string, ref double, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref double, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref double, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref double values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref double, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref sbyte, int)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotBars(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublebar_size

PlotBars(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref sbyte, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref sbyte, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref sbyte, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref byte, int)

View Source
Declaration
public static void PlotBars(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotBars(string, ref byte, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublebar_size

PlotBars(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref byte, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref byte, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref byte values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref byte, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref short, int)

View Source
Declaration
public static void PlotBars(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotBars(string, ref short, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublebar_size

PlotBars(string, ref short, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref short, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref short, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref short values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref short, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref ushort, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotBars(string, ref ushort, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublebar_size

PlotBars(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref ushort, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref ushort, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref ushort, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref int, int)

View Source
Declaration
public static void PlotBars(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotBars(string, ref int, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublebar_size

PlotBars(string, ref int, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref int, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref int, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref int values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref int, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref uint, int)

View Source
Declaration
public static void PlotBars(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotBars(string, ref uint, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublebar_size

PlotBars(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref uint, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref uint, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref uint values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref uint, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref long, int)

View Source
Declaration
public static void PlotBars(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotBars(string, ref long, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublebar_size

PlotBars(string, ref long, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref long, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref long, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref long values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref long, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref ulong, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotBars(string, ref ulong, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublebar_size

PlotBars(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublebar_size
System.Doubleshift

PlotBars(string, ref ulong, int, double, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref ulong, int, double, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong values, int count, double bar_size, double shift, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref ulong, int, double, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublebar_size
System.Doubleshift
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref float, ref float, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doublebar_size

PlotBars(string, ref float, ref float, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref float, ref float, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref float xs, ref float ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref float, ref float, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref double, ref double, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doublebar_size

PlotBars(string, ref double, ref double, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref double, ref double, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref double xs, ref double ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref double, ref double, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref sbyte, ref sbyte, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doublebar_size

PlotBars(string, ref sbyte, ref sbyte, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref sbyte, ref sbyte, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref sbyte xs, ref sbyte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref sbyte, ref sbyte, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref byte, ref byte, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doublebar_size

PlotBars(string, ref byte, ref byte, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref byte, ref byte, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref byte xs, ref byte ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref byte, ref byte, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref short, ref short, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref short, ref short, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref short, ref short, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref short xs, ref short ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref short, ref short, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref ushort, ref ushort, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref ushort, ref ushort, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref ushort, ref ushort, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ushort xs, ref ushort ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref ushort, ref ushort, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref int, ref int, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref int, ref int, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref int, ref int, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref int xs, ref int ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref int, ref int, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref uint, ref uint, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref uint, ref uint, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref uint, ref uint, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref uint xs, ref uint ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref uint, ref uint, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref long, ref long, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref long, ref long, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref long, ref long, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref long xs, ref long ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref long, ref long, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotBars(string, ref ulong, ref ulong, int, double)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doublebar_size

PlotBars(string, ref ulong, ref ulong, int, double, ImPlotBarsFlags)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags

PlotBars(string, ref ulong, ref ulong, int, double, ImPlotBarsFlags, int)

View Source
Declaration
public static void PlotBars(string label_id, ref ulong xs, ref ulong ys, int count, double bar_size, ImPlotBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset

PlotBars(string, ref ulong, ref ulong, int, double, ImPlotBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doublebar_size
ImPlotNET.ImPlotBarsFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref float, ref float, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotDigital(string, ref float, ref float, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref float, ref float, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref float, ref float, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref double, ref double, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotDigital(string, ref double, ref double, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref double, ref double, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref double, ref double, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotDigital(string, ref sbyte, ref sbyte, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref sbyte, ref sbyte, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref sbyte, ref sbyte, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotDigital(string, ref byte, ref byte, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref byte, ref byte, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref byte, ref byte, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref short, ref short, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotDigital(string, ref short, ref short, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref short, ref short, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref short, ref short, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotDigital(string, ref ushort, ref ushort, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref ushort, ref ushort, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref ushort, ref ushort, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref int, ref int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotDigital(string, ref int, ref int, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref int, ref int, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref int, ref int, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotDigital(string, ref uint, ref uint, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref uint, ref uint, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref uint, ref uint, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref long, ref long, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotDigital(string, ref long, ref long, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref long, ref long, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref long, ref long, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDigital(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotDigital(string, ref ulong, ref ulong, int, ImPlotDigitalFlags)

View Source
Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags

PlotDigital(string, ref ulong, ref ulong, int, ImPlotDigitalFlags, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset

PlotDigital(string, ref ulong, ref ulong, int, ImPlotDigitalFlags, int, int)

View Source
Declaration
public static void PlotDigital(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotDigitalFlagsflags
System.Int32offset
System.Int32stride

PlotDummy(string)

View Source
Declaration
public static void PlotDummy(string label_id)
Parameters
TypeName
System.Stringlabel_id

PlotDummy(string, ImPlotDummyFlags)

View Source
Declaration
public static void PlotDummy(string label_id, ImPlotDummyFlags flags)
Parameters
TypeName
System.Stringlabel_id
ImPlotNET.ImPlotDummyFlagsflags

PlotErrorBars(string, ref float, ref float, ref float, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleerr
System.Int32count

PlotErrorBars(string, ref float, ref float, ref float, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref float, ref float, ref float, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref float, ref float, ref float, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref double, ref double, ref double, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleerr
System.Int32count

PlotErrorBars(string, ref double, ref double, ref double, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref double, ref double, ref double, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref double, ref double, ref double, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteerr
System.Int32count

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref byte, ref byte, ref byte, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteerr
System.Int32count

PlotErrorBars(string, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteerr
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref short, ref short, ref short, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16err
System.Int32count

PlotErrorBars(string, ref short, ref short, ref short, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref short, ref short, ref short, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref short, ref short, ref short, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16err
System.Int32count

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref int, ref int, ref int, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32err
System.Int32count

PlotErrorBars(string, ref int, ref int, ref int, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref int, ref int, ref int, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref int, ref int, ref int, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref uint, ref uint, ref uint, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32err
System.Int32count

PlotErrorBars(string, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref long, ref long, ref long, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64err
System.Int32count

PlotErrorBars(string, ref long, ref long, ref long, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref long, ref long, ref long, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref long, ref long, ref long, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64err
System.Int32count

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64err
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref float, ref float, ref float, ref float, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref float xs, ref float ys, ref float neg, ref float pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleneg
System.Singlepos
System.Int32count

PlotErrorBars(string, ref float, ref float, ref float, ref float, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleneg
System.Singlepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref float, ref float, ref float, ref float, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleneg
System.Singlepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref float, ref float, ref float, ref float, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Singleneg
System.Singlepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref double, ref double, ref double, ref double, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref double xs, ref double ys, ref double neg, ref double pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleneg
System.Doublepos
System.Int32count

PlotErrorBars(string, ref double, ref double, ref double, ref double, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleneg
System.Doublepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref double, ref double, ref double, ref double, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleneg
System.Doublepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref double, ref double, ref double, ref double, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Doubleneg
System.Doublepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteneg
System.SBytepos
System.Int32count

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteneg
System.SBytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteneg
System.SBytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref sbyte, ref sbyte, ref sbyte, ref sbyte, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.SByteneg
System.SBytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref byte, ref byte, ref byte, ref byte, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteneg
System.Bytepos
System.Int32count

PlotErrorBars(string, ref byte, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteneg
System.Bytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref byte, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteneg
System.Bytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref byte, ref byte, ref byte, ref byte, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Byteneg
System.Bytepos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref short, ref short, ref short, ref short, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref short xs, ref short ys, ref short neg, ref short pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16neg
System.Int16pos
System.Int32count

PlotErrorBars(string, ref short, ref short, ref short, ref short, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16neg
System.Int16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref short, ref short, ref short, ref short, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16neg
System.Int16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref short, ref short, ref short, ref short, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int16neg
System.Int16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16neg
System.UInt16pos
System.Int32count

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16neg
System.UInt16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16neg
System.UInt16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref ushort, ref ushort, ref ushort, ref ushort, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.UInt16neg
System.UInt16pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref int, ref int, ref int, ref int, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref int xs, ref int ys, ref int neg, ref int pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32neg
System.Int32pos
System.Int32count

PlotErrorBars(string, ref int, ref int, ref int, ref int, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32neg
System.Int32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref int, ref int, ref int, ref int, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32neg
System.Int32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref int, ref int, ref int, ref int, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32neg
System.Int32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref uint, ref uint, ref uint, ref uint, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32neg
System.UInt32pos
System.Int32count

PlotErrorBars(string, ref uint, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32neg
System.UInt32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref uint, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32neg
System.UInt32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref uint, ref uint, ref uint, ref uint, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.UInt32neg
System.UInt32pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref long, ref long, ref long, ref long, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref long xs, ref long ys, ref long neg, ref long pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64neg
System.Int64pos
System.Int32count

PlotErrorBars(string, ref long, ref long, ref long, ref long, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64neg
System.Int64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref long, ref long, ref long, ref long, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64neg
System.Int64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref long, ref long, ref long, ref long, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int64neg
System.Int64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotErrorBars(string label_id, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64neg
System.UInt64pos
System.Int32count

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64neg
System.UInt64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64neg
System.UInt64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset

PlotErrorBars(string, ref ulong, ref ulong, ref ulong, ref ulong, int, ImPlotErrorBarsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.UInt64neg
System.UInt64pos
System.Int32count
ImPlotNET.ImPlotErrorBarsFlagsflags
System.Int32offset
System.Int32stride

PlotHeatmap(string, ref float, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref float, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref float, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref float values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref float, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref float, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref float, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref float, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref double, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref double, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref double, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref double values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref double, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref double, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref double, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref double, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref sbyte, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref sbyte, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref sbyte, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref sbyte values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref sbyte, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref sbyte, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref sbyte, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref sbyte, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref byte, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref byte, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref byte, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref byte values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref byte, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref byte, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref byte, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref byte, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref short, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref short, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref short, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref short values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref short, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref short, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref short, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref short, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref ushort, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref ushort, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref ushort, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ushort values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref ushort, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref ushort, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref ushort, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref ushort, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref int, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref int, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref int, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref int values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref int, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref int, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref int, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref int, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref uint, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref uint, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref uint, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref uint values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref uint, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref uint, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref uint, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref uint, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref long, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref long, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref long, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref long values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref long, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref long, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref long, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref long, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHeatmap(string, ref ulong, int, int)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols

PlotHeatmap(string, ref ulong, int, int, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min

PlotHeatmap(string, ref ulong, int, int, double, double)

View Source
Declaration
public static void PlotHeatmap(string label_id, ref ulong values, int rows, int cols, double scale_min, double scale_max)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max

PlotHeatmap(string, ref ulong, int, int, double, double, string)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt

PlotHeatmap(string, ref ulong, int, int, double, double, string, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min

PlotHeatmap(string, ref ulong, int, int, double, double, string, ImPlotPoint, ImPlotPoint)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotHeatmap(string, ref ulong, int, int, double, double, string, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32rows
System.Int32cols
System.Doublescale_min
System.Doublescale_max
System.Stringlabel_fmt
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
ImPlotNET.ImPlotHeatmapFlagsflags

PlotHistogram(string, ref float, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref float values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotHistogram(string, ref float, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Int32bins

PlotHistogram(string, ref float, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref float, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref float, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref float values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref double, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref double values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotHistogram(string, ref double, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Int32bins

PlotHistogram(string, ref double, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref double, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref double, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref double values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref sbyte, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotHistogram(string, ref sbyte, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Int32bins

PlotHistogram(string, ref sbyte, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref sbyte, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref sbyte, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref sbyte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref byte, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref byte values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotHistogram(string, ref byte, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Int32bins

PlotHistogram(string, ref byte, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref byte, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref byte, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref byte values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref short, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref short values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotHistogram(string, ref short, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Int32bins

PlotHistogram(string, ref short, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref short, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref short, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref short values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref ushort, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotHistogram(string, ref ushort, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Int32bins

PlotHistogram(string, ref ushort, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref ushort, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref ushort, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ushort values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref int values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotHistogram(string, ref int, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Int32bins

PlotHistogram(string, ref int, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref int, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref int, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref int values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref uint, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref uint values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotHistogram(string, ref uint, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Int32bins

PlotHistogram(string, ref uint, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref uint, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref uint, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref uint values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref long, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref long values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotHistogram(string, ref long, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Int32bins

PlotHistogram(string, ref long, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref long, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref long, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref long values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram(string, ref ulong, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotHistogram(string, ref ulong, int, int)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Int32bins

PlotHistogram(string, ref ulong, int, int, double)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Int32bins
System.Doublebar_scale

PlotHistogram(string, ref ulong, int, int, double, ImPlotRange)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange

PlotHistogram(string, ref ulong, int, int, double, ImPlotRange, ImPlotHistogramFlags)

View Source
Declaration
public static double PlotHistogram(string label_id, ref ulong values, int count, int bins, double bar_scale, ImPlotRange range, ImPlotHistogramFlags flags)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Int32bins
System.Doublebar_scale
ImPlotNET.ImPlotRangerange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref float, ref float, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotHistogram2D(string, ref float, ref float, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref float, ref float, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref float, ref float, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref float xs, ref float ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref float, ref float, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref double, ref double, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotHistogram2D(string, ref double, ref double, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref double, ref double, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref double, ref double, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref double xs, ref double ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref double, ref double, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotHistogram2D(string, ref sbyte, ref sbyte, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref sbyte, ref sbyte, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref sbyte, ref sbyte, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref sbyte xs, ref sbyte ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref sbyte, ref sbyte, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref byte, ref byte, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotHistogram2D(string, ref byte, ref byte, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref byte, ref byte, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref byte, ref byte, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref byte xs, ref byte ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref byte, ref byte, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref short, ref short, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotHistogram2D(string, ref short, ref short, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref short, ref short, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref short, ref short, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref short xs, ref short ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref short, ref short, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref ushort, ref ushort, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotHistogram2D(string, ref ushort, ref ushort, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref ushort, ref ushort, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref ushort, ref ushort, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ushort xs, ref ushort ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref ushort, ref ushort, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref int, ref int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotHistogram2D(string, ref int, ref int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref int, ref int, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref int, ref int, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref int xs, ref int ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref int, ref int, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref uint, ref uint, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotHistogram2D(string, ref uint, ref uint, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref uint, ref uint, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref uint, ref uint, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref uint xs, ref uint ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref uint, ref uint, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref long, ref long, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotHistogram2D(string, ref long, ref long, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref long, ref long, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref long, ref long, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref long xs, ref long ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref long, ref long, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotHistogram2D(string, ref ulong, ref ulong, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotHistogram2D(string, ref ulong, ref ulong, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Int32x_bins

PlotHistogram2D(string, ref ulong, ref ulong, int, int, int)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins

PlotHistogram2D(string, ref ulong, ref ulong, int, int, int, ImPlotRect)

View Source
Declaration
public static double PlotHistogram2D(string label_id, ref ulong xs, ref ulong ys, int count, int x_bins, int y_bins, ImPlotRect range)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange

PlotHistogram2D(string, ref ulong, ref ulong, int, int, int, ImPlotRect, ImPlotHistogramFlags)

View Source
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)
Returns

System.Double

Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Int32x_bins
System.Int32y_bins
ImPlotNET.ImPlotRectrange
ImPlotNET.ImPlotHistogramFlagsflags

PlotImage(string, IntPtr, ImPlotPoint, ImPlotPoint)

View Source
Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
TypeName
System.Stringlabel_id
System.IntPtruser_texture_id
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max

PlotImage(string, IntPtr, ImPlotPoint, ImPlotPoint, Vector2)

View Source
Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0)
Parameters
TypeName
System.Stringlabel_id
System.IntPtruser_texture_id
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
System.Numerics.Vector2uv0

PlotImage(string, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2)

View Source
Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1)
Parameters
TypeName
System.Stringlabel_id
System.IntPtruser_texture_id
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
System.Numerics.Vector2uv0
System.Numerics.Vector2uv1

PlotImage(string, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4)

View Source
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
TypeName
System.Stringlabel_id
System.IntPtruser_texture_id
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
System.Numerics.Vector2uv0
System.Numerics.Vector2uv1
System.Numerics.Vector4tint_col

PlotImage(string, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4, ImPlotImageFlags)

View Source
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
TypeName
System.Stringlabel_id
System.IntPtruser_texture_id
ImPlotNET.ImPlotPointbounds_min
ImPlotNET.ImPlotPointbounds_max
System.Numerics.Vector2uv0
System.Numerics.Vector2uv1
System.Numerics.Vector4tint_col
ImPlotNET.ImPlotImageFlagsflags

PlotInfLines(string, ref float, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotInfLines(string, ref float, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref float, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref float, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref float values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref double, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotInfLines(string, ref double, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref double, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref double, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref double values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref sbyte, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotInfLines(string, ref sbyte, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref sbyte, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref sbyte, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref byte, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotInfLines(string, ref byte, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref byte, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref byte, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref byte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref short, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotInfLines(string, ref short, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref short, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref short, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref short values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref ushort, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotInfLines(string, ref ushort, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref ushort, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref ushort, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotInfLines(string, ref int, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref int, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref int, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref int values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref uint, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotInfLines(string, ref uint, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref uint, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref uint, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref uint values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref long, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotInfLines(string, ref long, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref long, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref long, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref long values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotInfLines(string, ref ulong, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotInfLines(string, ref ulong, int, ImPlotInfLinesFlags)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags

PlotInfLines(string, ref ulong, int, ImPlotInfLinesFlags, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset

PlotInfLines(string, ref ulong, int, ImPlotInfLinesFlags, int, int)

View Source
Declaration
public static void PlotInfLines(string label_id, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
ImPlotNET.ImPlotInfLinesFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref float, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotLine(string, ref float, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale

PlotLine(string, ref float, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref float, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref float, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref float, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref double, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotLine(string, ref double, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale

PlotLine(string, ref double, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref double, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref double, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref double, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref sbyte, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotLine(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale

PlotLine(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref sbyte, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref sbyte, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref sbyte, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref byte, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotLine(string, ref byte, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale

PlotLine(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref byte, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref byte, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref byte, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref short, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotLine(string, ref short, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale

PlotLine(string, ref short, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref short, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref short, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref short, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref ushort, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotLine(string, ref ushort, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale

PlotLine(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref ushort, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref ushort, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref ushort, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotLine(string, ref int, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale

PlotLine(string, ref int, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref int, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref int, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref int, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref uint, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotLine(string, ref uint, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale

PlotLine(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref uint, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref uint, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref uint, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref long, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotLine(string, ref long, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale

PlotLine(string, ref long, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref long, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref long, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref long, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref ulong, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotLine(string, ref ulong, int, double)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale

PlotLine(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotLine(string, ref ulong, int, double, double, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref ulong, int, double, double, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref ulong, int, double, double, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref float, ref float, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotLine(string, ref float, ref float, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref float, ref float, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref float, ref float, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref double, ref double, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotLine(string, ref double, ref double, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref double, ref double, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref double, ref double, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotLine(string, ref sbyte, ref sbyte, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref sbyte, ref sbyte, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref sbyte, ref sbyte, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotLine(string, ref byte, ref byte, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref byte, ref byte, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref byte, ref byte, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref short, ref short, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotLine(string, ref short, ref short, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref short, ref short, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref short, ref short, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotLine(string, ref ushort, ref ushort, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref ushort, ref ushort, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref ushort, ref ushort, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref int, ref int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotLine(string, ref int, ref int, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref int, ref int, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref int, ref int, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotLine(string, ref uint, ref uint, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref uint, ref uint, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref uint, ref uint, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref long, ref long, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotLine(string, ref long, ref long, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref long, ref long, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref long, ref long, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotLine(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotLine(string, ref ulong, ref ulong, int, ImPlotLineFlags)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags

PlotLine(string, ref ulong, ref ulong, int, ImPlotLineFlags, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset

PlotLine(string, ref ulong, ref ulong, int, ImPlotLineFlags, int, int)

View Source
Declaration
public static void PlotLine(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotLineFlagsflags
System.Int32offset
System.Int32stride

PlotPieChart(string[], ref float, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref float, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref float, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref float, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Singlevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref double, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref double, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref double, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref double, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Doublevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref sbyte, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref sbyte, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref sbyte, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref sbyte, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.SBytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref byte, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref byte, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref byte, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref byte, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Bytevalues
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref short, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Int16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref short, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Int16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref short, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Int16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref short, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref ushort, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.UInt16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref ushort, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.UInt16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref ushort, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.UInt16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref ushort, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt16values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref int, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Int32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref int, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Int32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref int, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Int32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref int, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref uint, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.UInt32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref uint, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.UInt32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref uint, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.UInt32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref uint, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt32values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref long, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.Int64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref long, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.Int64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref long, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.Int64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref long, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.Int64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotPieChart(string[], ref ulong, int, double, double, double)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius)
Parameters
TypeName
System.String[]label_ids
System.UInt64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius

PlotPieChart(string[], ref ulong, int, double, double, double, string)

View Source
Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, string label_fmt)
Parameters
TypeName
System.String[]label_ids
System.UInt64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt

PlotPieChart(string[], ref ulong, int, double, double, double, string, double)

View Source
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
TypeName
System.String[]label_ids
System.UInt64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0

PlotPieChart(string[], ref ulong, int, double, double, double, string, double, ImPlotPieChartFlags)

View Source
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
TypeName
System.String[]label_ids
System.UInt64values
System.Int32count
System.Doublex
System.Doubley
System.Doubleradius
System.Stringlabel_fmt
System.Doubleangle0
ImPlotNET.ImPlotPieChartFlagsflags

PlotScatter(string, ref float, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotScatter(string, ref float, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale

PlotScatter(string, ref float, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref float, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref float, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref float, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref double, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotScatter(string, ref double, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale

PlotScatter(string, ref double, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref double, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref double, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref double, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref sbyte, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotScatter(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale

PlotScatter(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref sbyte, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref sbyte, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref sbyte, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref byte, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotScatter(string, ref byte, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale

PlotScatter(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref byte, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref byte, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref byte, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref short, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotScatter(string, ref short, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale

PlotScatter(string, ref short, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref short, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref short, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref short, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref ushort, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotScatter(string, ref ushort, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale

PlotScatter(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref ushort, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref ushort, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref ushort, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotScatter(string, ref int, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale

PlotScatter(string, ref int, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref int, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref int, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref int, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref uint, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotScatter(string, ref uint, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale

PlotScatter(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref uint, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref uint, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref uint, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref long, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotScatter(string, ref long, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale

PlotScatter(string, ref long, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref long, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref long, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref long, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref ulong, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotScatter(string, ref ulong, int, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale

PlotScatter(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotScatter(string, ref ulong, int, double, double, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref ulong, int, double, double, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref ulong, int, double, double, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref float, ref float, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotScatter(string, ref float, ref float, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref float, ref float, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref float, ref float, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref double, ref double, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotScatter(string, ref double, ref double, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref double, ref double, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref double, ref double, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotScatter(string, ref sbyte, ref sbyte, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref sbyte, ref sbyte, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref sbyte, ref sbyte, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotScatter(string, ref byte, ref byte, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref byte, ref byte, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref byte, ref byte, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref short, ref short, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotScatter(string, ref short, ref short, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref short, ref short, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref short, ref short, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotScatter(string, ref ushort, ref ushort, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref ushort, ref ushort, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref ushort, ref ushort, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref int, ref int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotScatter(string, ref int, ref int, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref int, ref int, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref int, ref int, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotScatter(string, ref uint, ref uint, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref uint, ref uint, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref uint, ref uint, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref long, ref long, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotScatter(string, ref long, ref long, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref long, ref long, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref long, ref long, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotScatter(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotScatter(string, ref ulong, ref ulong, int, ImPlotScatterFlags)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags

PlotScatter(string, ref ulong, ref ulong, int, ImPlotScatterFlags, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset

PlotScatter(string, ref ulong, ref ulong, int, ImPlotScatterFlags, int, int)

View Source
Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotScatterFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref float, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotShaded(string, ref float, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref

PlotShaded(string, ref float, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref float, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref float, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref float, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref float, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref double, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotShaded(string, ref double, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref

PlotShaded(string, ref double, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref double, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref double, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref double, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref double, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref sbyte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotShaded(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref

PlotShaded(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref sbyte, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref sbyte, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref sbyte, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref sbyte, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref byte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotShaded(string, ref byte, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref

PlotShaded(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref byte, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref byte, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref byte, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref byte, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref short, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotShaded(string, ref short, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref

PlotShaded(string, ref short, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref short, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref short, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref short, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref short, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ushort, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotShaded(string, ref ushort, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref

PlotShaded(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref ushort, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref ushort, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ushort, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ushort, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref int, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotShaded(string, ref int, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref

PlotShaded(string, ref int, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref int, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref int, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref int, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref int, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref uint, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotShaded(string, ref uint, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref

PlotShaded(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref uint, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref uint, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref uint, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref uint, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref long, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotShaded(string, ref long, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref

PlotShaded(string, ref long, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref long, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref long, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref long, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref long, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ulong, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotShaded(string, ref ulong, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref

PlotShaded(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref
System.Doublexscale

PlotShaded(string, ref ulong, int, double, double, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart

PlotShaded(string, ref ulong, int, double, double, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ulong, int, double, double, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ulong, int, double, double, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleyref
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref float, ref float, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotShaded(string, ref float, ref float, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleyref

PlotShaded(string, ref float, ref float, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref float, ref float, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref float, ref float, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref double, ref double, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotShaded(string, ref double, ref double, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleyref

PlotShaded(string, ref double, ref double, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref double, ref double, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref double, ref double, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotShaded(string, ref sbyte, ref sbyte, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleyref

PlotShaded(string, ref sbyte, ref sbyte, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref sbyte, ref sbyte, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref sbyte, ref sbyte, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotShaded(string, ref byte, ref byte, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleyref

PlotShaded(string, ref byte, ref byte, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref byte, ref byte, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref byte, ref byte, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref short, ref short, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotShaded(string, ref short, ref short, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref short, ref short, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref short, ref short, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref short, ref short, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotShaded(string, ref ushort, ref ushort, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref ushort, ref ushort, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ushort, ref ushort, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ushort, ref ushort, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref int, ref int, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotShaded(string, ref int, ref int, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref int, ref int, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref int, ref int, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref int, ref int, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotShaded(string, ref uint, ref uint, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref uint, ref uint, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref uint, ref uint, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref uint, ref uint, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref long, ref long, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotShaded(string, ref long, ref long, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref long, ref long, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref long, ref long, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref long, ref long, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotShaded(string, ref ulong, ref ulong, int, double)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleyref

PlotShaded(string, ref ulong, ref ulong, int, double, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ulong, ref ulong, int, double, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ulong, ref ulong, int, double, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleyref
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref float, ref float, ref float, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys1
System.Singleys2
System.Int32count

PlotShaded(string, ref float, ref float, ref float, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys1
System.Singleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref float, ref float, ref float, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys1
System.Singleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref float, ref float, ref float, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys1
System.Singleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref double, ref double, ref double, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys1
System.Doubleys2
System.Int32count

PlotShaded(string, ref double, ref double, ref double, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys1
System.Doubleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref double, ref double, ref double, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys1
System.Doubleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref double, ref double, ref double, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys1
System.Doubleys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref sbyte, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys1
System.SByteys2
System.Int32count

PlotShaded(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys1
System.SByteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys1
System.SByteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref sbyte, ref sbyte, ref sbyte, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys1
System.SByteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref byte, ref byte, ref byte, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys1
System.Byteys2
System.Int32count

PlotShaded(string, ref byte, ref byte, ref byte, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys1
System.Byteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref byte, ref byte, ref byte, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys1
System.Byteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref byte, ref byte, ref byte, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys1
System.Byteys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref short, ref short, ref short, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys1
System.Int16ys2
System.Int32count

PlotShaded(string, ref short, ref short, ref short, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys1
System.Int16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref short, ref short, ref short, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys1
System.Int16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref short, ref short, ref short, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys1
System.Int16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ushort, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys1
System.UInt16ys2
System.Int32count

PlotShaded(string, ref ushort, ref ushort, ref ushort, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys1
System.UInt16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ushort, ref ushort, ref ushort, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys1
System.UInt16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ushort, ref ushort, ref ushort, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys1
System.UInt16ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref int, ref int, ref int, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys1
System.Int32ys2
System.Int32count

PlotShaded(string, ref int, ref int, ref int, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys1
System.Int32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref int, ref int, ref int, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys1
System.Int32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref int, ref int, ref int, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys1
System.Int32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref uint, ref uint, ref uint, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys1
System.UInt32ys2
System.Int32count

PlotShaded(string, ref uint, ref uint, ref uint, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys1
System.UInt32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref uint, ref uint, ref uint, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys1
System.UInt32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref uint, ref uint, ref uint, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys1
System.UInt32ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref long, ref long, ref long, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys1
System.Int64ys2
System.Int32count

PlotShaded(string, ref long, ref long, ref long, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys1
System.Int64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref long, ref long, ref long, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys1
System.Int64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref long, ref long, ref long, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys1
System.Int64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotShaded(string, ref ulong, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys1
System.UInt64ys2
System.Int32count

PlotShaded(string, ref ulong, ref ulong, ref ulong, int, ImPlotShadedFlags)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys1
System.UInt64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags

PlotShaded(string, ref ulong, ref ulong, ref ulong, int, ImPlotShadedFlags, int)

View Source
Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys1
System.UInt64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset

PlotShaded(string, ref ulong, ref ulong, ref ulong, int, ImPlotShadedFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys1
System.UInt64ys2
System.Int32count
ImPlotNET.ImPlotShadedFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref float, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotStairs(string, ref float, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale

PlotStairs(string, ref float, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref float, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref float, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref float, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref double, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotStairs(string, ref double, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale

PlotStairs(string, ref double, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref double, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref double, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref double, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref sbyte, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotStairs(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale

PlotStairs(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref sbyte, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref sbyte, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref sbyte, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref byte, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotStairs(string, ref byte, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale

PlotStairs(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref byte, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref byte, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref byte, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref short, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotStairs(string, ref short, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale

PlotStairs(string, ref short, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref short, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref short, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref short, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref ushort, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotStairs(string, ref ushort, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale

PlotStairs(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref ushort, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref ushort, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref ushort, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotStairs(string, ref int, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale

PlotStairs(string, ref int, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref int, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref int, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref int, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref uint, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotStairs(string, ref uint, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale

PlotStairs(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref uint, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref uint, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref uint, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref long, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotStairs(string, ref long, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale

PlotStairs(string, ref long, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref long, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref long, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref long, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref ulong, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotStairs(string, ref ulong, int, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale

PlotStairs(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart

PlotStairs(string, ref ulong, int, double, double, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref ulong, int, double, double, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref ulong, int, double, double, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doublexscale
System.Doublexstart
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref float, ref float, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotStairs(string, ref float, ref float, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref float, ref float, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref float, ref float, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref double, ref double, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotStairs(string, ref double, ref double, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref double, ref double, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref double, ref double, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotStairs(string, ref sbyte, ref sbyte, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref sbyte, ref sbyte, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref sbyte, ref sbyte, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotStairs(string, ref byte, ref byte, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref byte, ref byte, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref byte, ref byte, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref short, ref short, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotStairs(string, ref short, ref short, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref short, ref short, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref short, ref short, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotStairs(string, ref ushort, ref ushort, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref ushort, ref ushort, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref ushort, ref ushort, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref int, ref int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotStairs(string, ref int, ref int, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref int, ref int, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref int, ref int, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotStairs(string, ref uint, ref uint, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref uint, ref uint, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref uint, ref uint, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref long, ref long, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotStairs(string, ref long, ref long, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref long, ref long, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref long, ref long, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStairs(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotStairs(string, ref ulong, ref ulong, int, ImPlotStairsFlags)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags

PlotStairs(string, ref ulong, ref ulong, int, ImPlotStairsFlags, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset

PlotStairs(string, ref ulong, ref ulong, int, ImPlotStairsFlags, int, int)

View Source
Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset, int stride)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
ImPlotNET.ImPlotStairsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref float, int)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count

PlotStems(string, ref float, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref

PlotStems(string, ref float, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref float, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref float, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref float, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref float values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref float, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref double, int)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count

PlotStems(string, ref double, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref

PlotStems(string, ref double, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref double, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref double, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref double, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref double values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref double, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref sbyte, int)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count

PlotStems(string, ref sbyte, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref

PlotStems(string, ref sbyte, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref sbyte, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref sbyte, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref sbyte, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref sbyte, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref byte, int)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count

PlotStems(string, ref byte, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref

PlotStems(string, ref byte, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref byte, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref byte, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref byte, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref byte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref byte, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytevalues
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref short, int)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count

PlotStems(string, ref short, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref

PlotStems(string, ref short, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref short, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref short, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref short, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref short values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref short, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref ushort, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count

PlotStems(string, ref ushort, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref

PlotStems(string, ref ushort, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref ushort, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref ushort, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref ushort, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref ushort, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref int, int)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count

PlotStems(string, ref int, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref

PlotStems(string, ref int, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref int, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref int, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref int, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref int values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref int, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref uint, int)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count

PlotStems(string, ref uint, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref

PlotStems(string, ref uint, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref uint, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref uint, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref uint, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref uint values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref uint, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref long, int)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count

PlotStems(string, ref long, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref

PlotStems(string, ref long, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref long, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref long, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref long, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref long values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref long, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref ulong, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count

PlotStems(string, ref ulong, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref

PlotStems(string, ref ulong, int, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double @ref, double scale)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref
System.Doublescale

PlotStems(string, ref ulong, int, double, double, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double @ref, double scale, double start)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart

PlotStems(string, ref ulong, int, double, double, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref ulong, int, double, double, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref ulong, int, double, double, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64values
System.Int32count
System.Doubleref
System.Doublescale
System.Doublestart
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref float, ref float, int)

View Source
Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count

PlotStems(string, ref float, ref float, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleref

PlotStems(string, ref float, ref float, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref float, ref float, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref float, ref float, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Singlexs
System.Singleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref double, ref double, int)

View Source
Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count

PlotStems(string, ref double, ref double, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleref

PlotStems(string, ref double, ref double, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref double, ref double, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref double, ref double, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Doublexs
System.Doubleys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref sbyte, ref sbyte, int)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count

PlotStems(string, ref sbyte, ref sbyte, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleref

PlotStems(string, ref sbyte, ref sbyte, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref sbyte, ref sbyte, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref sbyte, ref sbyte, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.SBytexs
System.SByteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref byte, ref byte, int)

View Source
Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count

PlotStems(string, ref byte, ref byte, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleref

PlotStems(string, ref byte, ref byte, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref byte, ref byte, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref byte, ref byte, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Bytexs
System.Byteys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref short, ref short, int)

View Source
Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count

PlotStems(string, ref short, ref short, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleref

PlotStems(string, ref short, ref short, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref short, ref short, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref short, ref short, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int16xs
System.Int16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref ushort, ref ushort, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count

PlotStems(string, ref ushort, ref ushort, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleref

PlotStems(string, ref ushort, ref ushort, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref ushort, ref ushort, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref ushort, ref ushort, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt16xs
System.UInt16ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref int, ref int, int)

View Source
Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count

PlotStems(string, ref int, ref int, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleref

PlotStems(string, ref int, ref int, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref int, ref int, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref int, ref int, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int32xs
System.Int32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref uint, ref uint, int)

View Source
Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count

PlotStems(string, ref uint, ref uint, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleref

PlotStems(string, ref uint, ref uint, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref uint, ref uint, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref uint, ref uint, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt32xs
System.UInt32ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref long, ref long, int)

View Source
Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count

PlotStems(string, ref long, ref long, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleref

PlotStems(string, ref long, ref long, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref long, ref long, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref long, ref long, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.Int64xs
System.Int64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotStems(string, ref ulong, ref ulong, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count

PlotStems(string, ref ulong, ref ulong, int, double)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double @ref)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleref

PlotStems(string, ref ulong, ref ulong, int, double, ImPlotStemsFlags)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double @ref, ImPlotStemsFlags flags)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags

PlotStems(string, ref ulong, ref ulong, int, double, ImPlotStemsFlags, int)

View Source
Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
Parameters
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset

PlotStems(string, ref ulong, ref ulong, int, double, ImPlotStemsFlags, int, int)

View Source
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
TypeName
System.Stringlabel_id
System.UInt64xs
System.UInt64ys
System.Int32count
System.Doubleref
ImPlotNET.ImPlotStemsFlagsflags
System.Int32offset
System.Int32stride

PlotText(string, double, double)

View Source
Declaration
public static void PlotText(string text, double x, double y)
Parameters
TypeName
System.Stringtext
System.Doublex
System.Doubley

PlotText(string, double, double, Vector2)

View Source
Declaration
public static void PlotText(string text, double x, double y, Vector2 pix_offset)
Parameters
TypeName
System.Stringtext
System.Doublex
System.Doubley
System.Numerics.Vector2pix_offset

PlotText(string, double, double, Vector2, ImPlotTextFlags)

View Source
Declaration
public static void PlotText(string text, double x, double y, Vector2 pix_offset, ImPlotTextFlags flags)
Parameters
TypeName
System.Stringtext
System.Doublex
System.Doubley
System.Numerics.Vector2pix_offset
ImPlotNET.ImPlotTextFlagsflags

PlotToPixels(ImPlotPoint)

View Source
Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt)
Returns

System.Numerics.Vector2

Parameters
TypeName
ImPlotNET.ImPlotPointplt

PlotToPixels(ImPlotPoint, ImAxis)

View Source
Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis)
Returns

System.Numerics.Vector2

Parameters
TypeName
ImPlotNET.ImPlotPointplt
ImPlotNET.ImAxisx_axis

PlotToPixels(ImPlotPoint, ImAxis, ImAxis)

View Source
Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt, ImAxis x_axis, ImAxis y_axis)
Returns

System.Numerics.Vector2

Parameters
TypeName
ImPlotNET.ImPlotPointplt
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

PlotToPixels(double, double)

View Source
Declaration
public static Vector2 PlotToPixels(double x, double y)
Returns

System.Numerics.Vector2

Parameters
TypeName
System.Doublex
System.Doubley

PlotToPixels(double, double, ImAxis)

View Source
Declaration
public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis)
Returns

System.Numerics.Vector2

Parameters
TypeName
System.Doublex
System.Doubley
ImPlotNET.ImAxisx_axis

PlotToPixels(double, double, ImAxis, ImAxis)

View Source
Declaration
public static Vector2 PlotToPixels(double x, double y, ImAxis x_axis, ImAxis y_axis)
Returns

System.Numerics.Vector2

Parameters
TypeName
System.Doublex
System.Doubley
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

PopColormap()

View Source
Declaration
public static void PopColormap()

PopColormap(int)

View Source
Declaration
public static void PopColormap(int count)
Parameters
TypeName
System.Int32count

PopPlotClipRect()

View Source
Declaration
public static void PopPlotClipRect()

PopStyleColor()

View Source
Declaration
public static void PopStyleColor()

PopStyleColor(int)

View Source
Declaration
public static void PopStyleColor(int count)
Parameters
TypeName
System.Int32count

PopStyleVar()

View Source
Declaration
public static void PopStyleVar()

PopStyleVar(int)

View Source
Declaration
public static void PopStyleVar(int count)
Parameters
TypeName
System.Int32count

PushColormap(ImPlotColormap)

View Source
Declaration
public static void PushColormap(ImPlotColormap cmap)
Parameters
TypeName
ImPlotNET.ImPlotColormapcmap

PushColormap(string)

View Source
Declaration
public static void PushColormap(string name)
Parameters
TypeName
System.Stringname

PushPlotClipRect()

View Source
Declaration
public static void PushPlotClipRect()

PushPlotClipRect(float)

View Source
Declaration
public static void PushPlotClipRect(float expand)
Parameters
TypeName
System.Singleexpand

PushStyleColor(ImPlotCol, uint)

View Source
Declaration
public static void PushStyleColor(ImPlotCol idx, uint col)
Parameters
TypeName
ImPlotNET.ImPlotColidx
System.UInt32col

PushStyleColor(ImPlotCol, Vector4)

View Source
Declaration
public static void PushStyleColor(ImPlotCol idx, Vector4 col)
Parameters
TypeName
ImPlotNET.ImPlotColidx
System.Numerics.Vector4col

PushStyleVar(ImPlotStyleVar, float)

View Source
Declaration
public static void PushStyleVar(ImPlotStyleVar idx, float val)
Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Singleval

PushStyleVar(ImPlotStyleVar, int)

View Source
Declaration
public static void PushStyleVar(ImPlotStyleVar idx, int val)
Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Int32val

PushStyleVar(ImPlotStyleVar, Vector2)

View Source
Declaration
public static void PushStyleVar(ImPlotStyleVar idx, Vector2 val)
Parameters
TypeName
ImPlotNET.ImPlotStyleVaridx
System.Numerics.Vector2val

SampleColormap(float)

View Source
Declaration
public static Vector4 SampleColormap(float t)
Returns

System.Numerics.Vector4

Parameters
TypeName
System.Singlet

SampleColormap(float, ImPlotColormap)

View Source
Declaration
public static Vector4 SampleColormap(float t, ImPlotColormap cmap)
Returns

System.Numerics.Vector4

Parameters
TypeName
System.Singlet
ImPlotNET.ImPlotColormapcmap

SetAxes(ImAxis, ImAxis)

View Source
Declaration
public static void SetAxes(ImAxis x_axis, ImAxis y_axis)
Parameters
TypeName
ImPlotNET.ImAxisx_axis
ImPlotNET.ImAxisy_axis

SetAxis(ImAxis)

View Source
Declaration
public static void SetAxis(ImAxis axis)
Parameters
TypeName
ImPlotNET.ImAxisaxis

SetCurrentContext(IntPtr)

View Source
Declaration
public static void SetCurrentContext(IntPtr ctx)
Parameters
TypeName
System.IntPtrctx

SetImGuiContext(IntPtr)

View Source
Declaration
public static void SetImGuiContext(IntPtr ctx)
Parameters
TypeName
System.IntPtrctx

SetNextAxesLimits(double, double, double, double)

View Source
Declaration
public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max)
Parameters
TypeName
System.Doublex_min
System.Doublex_max
System.Doubley_min
System.Doubley_max

SetNextAxesLimits(double, double, double, double, ImPlotCond)

View Source
Declaration
public static void SetNextAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)
Parameters
TypeName
System.Doublex_min
System.Doublex_max
System.Doubley_min
System.Doubley_max
ImPlotNET.ImPlotCondcond

SetNextAxesToFit()

View Source
Declaration
public static void SetNextAxesToFit()

SetNextAxisLimits(ImAxis, double, double)

View Source
Declaration
public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max

SetNextAxisLimits(ImAxis, double, double, ImPlotCond)

View Source
Declaration
public static void SetNextAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max
ImPlotNET.ImPlotCondcond

SetNextAxisLinks(ImAxis, ref double, ref double)

View Source
Declaration
public static void SetNextAxisLinks(ImAxis axis, ref double link_min, ref double link_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublelink_min
System.Doublelink_max

SetNextAxisToFit(ImAxis)

View Source
Declaration
public static void SetNextAxisToFit(ImAxis axis)
Parameters
TypeName
ImPlotNET.ImAxisaxis

SetNextErrorBarStyle()

View Source
Declaration
public static void SetNextErrorBarStyle()

SetNextErrorBarStyle(Vector4)

View Source
Declaration
public static void SetNextErrorBarStyle(Vector4 col)
Parameters
TypeName
System.Numerics.Vector4col

SetNextErrorBarStyle(Vector4, float)

View Source
Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size)
Parameters
TypeName
System.Numerics.Vector4col
System.Singlesize

SetNextErrorBarStyle(Vector4, float, float)

View Source
Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size, float weight)
Parameters
TypeName
System.Numerics.Vector4col
System.Singlesize
System.Singleweight

SetNextFillStyle()

View Source
Declaration
public static void SetNextFillStyle()

SetNextFillStyle(Vector4)

View Source
Declaration
public static void SetNextFillStyle(Vector4 col)
Parameters
TypeName
System.Numerics.Vector4col

SetNextFillStyle(Vector4, float)

View Source
Declaration
public static void SetNextFillStyle(Vector4 col, float alpha_mod)
Parameters
TypeName
System.Numerics.Vector4col
System.Singlealpha_mod

SetNextLineStyle()

View Source
Declaration
public static void SetNextLineStyle()

SetNextLineStyle(Vector4)

View Source
Declaration
public static void SetNextLineStyle(Vector4 col)
Parameters
TypeName
System.Numerics.Vector4col

SetNextLineStyle(Vector4, float)

View Source
Declaration
public static void SetNextLineStyle(Vector4 col, float weight)
Parameters
TypeName
System.Numerics.Vector4col
System.Singleweight

SetNextMarkerStyle()

View Source
Declaration
public static void SetNextMarkerStyle()

SetNextMarkerStyle(ImPlotMarker)

View Source
Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker)
Parameters
TypeName
ImPlotNET.ImPlotMarkermarker

SetNextMarkerStyle(ImPlotMarker, float)

View Source
Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size)
Parameters
TypeName
ImPlotNET.ImPlotMarkermarker
System.Singlesize

SetNextMarkerStyle(ImPlotMarker, float, Vector4)

View Source
Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill)
Parameters
TypeName
ImPlotNET.ImPlotMarkermarker
System.Singlesize
System.Numerics.Vector4fill

SetNextMarkerStyle(ImPlotMarker, float, Vector4, float)

View Source
Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight)
Parameters
TypeName
ImPlotNET.ImPlotMarkermarker
System.Singlesize
System.Numerics.Vector4fill
System.Singleweight

SetNextMarkerStyle(ImPlotMarker, float, Vector4, float, Vector4)

View Source
Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight, Vector4 outline)
Parameters
TypeName
ImPlotNET.ImPlotMarkermarker
System.Singlesize
System.Numerics.Vector4fill
System.Singleweight
System.Numerics.Vector4outline

SetupAxes(string, string)

View Source
Declaration
public static void SetupAxes(string x_label, string y_label)
Parameters
TypeName
System.Stringx_label
System.Stringy_label

SetupAxes(string, string, ImPlotAxisFlags)

View Source
Declaration
public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags)
Parameters
TypeName
System.Stringx_label
System.Stringy_label
ImPlotNET.ImPlotAxisFlagsx_flags

SetupAxes(string, string, ImPlotAxisFlags, ImPlotAxisFlags)

View Source
Declaration
public static void SetupAxes(string x_label, string y_label, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags)
Parameters
TypeName
System.Stringx_label
System.Stringy_label
ImPlotNET.ImPlotAxisFlagsx_flags
ImPlotNET.ImPlotAxisFlagsy_flags

SetupAxesLimits(double, double, double, double)

View Source
Declaration
public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max)
Parameters
TypeName
System.Doublex_min
System.Doublex_max
System.Doubley_min
System.Doubley_max

SetupAxesLimits(double, double, double, double, ImPlotCond)

View Source
Declaration
public static void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond)
Parameters
TypeName
System.Doublex_min
System.Doublex_max
System.Doubley_min
System.Doubley_max
ImPlotNET.ImPlotCondcond

SetupAxis(ImAxis)

View Source
Declaration
public static void SetupAxis(ImAxis axis)
Parameters
TypeName
ImPlotNET.ImAxisaxis

SetupAxis(ImAxis, string)

View Source
Declaration
public static void SetupAxis(ImAxis axis, string label)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Stringlabel

SetupAxis(ImAxis, string, ImPlotAxisFlags)

View Source
Declaration
public static void SetupAxis(ImAxis axis, string label, ImPlotAxisFlags flags)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Stringlabel
ImPlotNET.ImPlotAxisFlagsflags

SetupAxisFormat(ImAxis, string)

View Source
Declaration
public static void SetupAxisFormat(ImAxis axis, string fmt)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Stringfmt

SetupAxisLimits(ImAxis, double, double)

View Source
Declaration
public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max

SetupAxisLimits(ImAxis, double, double, ImPlotCond)

View Source
Declaration
public static void SetupAxisLimits(ImAxis axis, double v_min, double v_max, ImPlotCond cond)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max
ImPlotNET.ImPlotCondcond

SetupAxisLimitsConstraints(ImAxis, double, double)

View Source
Declaration
public static void SetupAxisLimitsConstraints(ImAxis axis, double v_min, double v_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max

SetupAxisLinks(ImAxis, ref double, ref double)

View Source
Declaration
public static void SetupAxisLinks(ImAxis axis, ref double link_min, ref double link_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublelink_min
System.Doublelink_max

SetupAxisScale(ImAxis, ImPlotScale)

View Source
Declaration
public static void SetupAxisScale(ImAxis axis, ImPlotScale scale)
Parameters
TypeName
ImPlotNET.ImAxisaxis
ImPlotNET.ImPlotScalescale

SetupAxisTicks(ImAxis, ref double, int)

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublevalues
System.Int32n_ticks

SetupAxisTicks(ImAxis, ref double, int, string[])

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublevalues
System.Int32n_ticks
System.String[]labels

SetupAxisTicks(ImAxis, ref double, int, string[], bool)

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, ref double values, int n_ticks, string[] labels, bool keep_default)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublevalues
System.Int32n_ticks
System.String[]labels
System.Booleankeep_default

SetupAxisTicks(ImAxis, double, double, int)

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max
System.Int32n_ticks

SetupAxisTicks(ImAxis, double, double, int, string[])

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max
System.Int32n_ticks
System.String[]labels

SetupAxisTicks(ImAxis, double, double, int, string[], bool)

View Source
Declaration
public static void SetupAxisTicks(ImAxis axis, double v_min, double v_max, int n_ticks, string[] labels, bool keep_default)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublev_min
System.Doublev_max
System.Int32n_ticks
System.String[]labels
System.Booleankeep_default

SetupAxisZoomConstraints(ImAxis, double, double)

View Source
Declaration
public static void SetupAxisZoomConstraints(ImAxis axis, double z_min, double z_max)
Parameters
TypeName
ImPlotNET.ImAxisaxis
System.Doublez_min
System.Doublez_max

SetupFinish()

View Source
Declaration
public static void SetupFinish()

SetupLegend(ImPlotLocation)

View Source
Declaration
public static void SetupLegend(ImPlotLocation location)
Parameters
TypeName
ImPlotNET.ImPlotLocationlocation

SetupLegend(ImPlotLocation, ImPlotLegendFlags)

View Source
Declaration
public static void SetupLegend(ImPlotLocation location, ImPlotLegendFlags flags)
Parameters
TypeName
ImPlotNET.ImPlotLocationlocation
ImPlotNET.ImPlotLegendFlagsflags

SetupMouseText(ImPlotLocation)

View Source
Declaration
public static void SetupMouseText(ImPlotLocation location)
Parameters
TypeName
ImPlotNET.ImPlotLocationlocation

SetupMouseText(ImPlotLocation, ImPlotMouseTextFlags)

View Source
Declaration
public static void SetupMouseText(ImPlotLocation location, ImPlotMouseTextFlags flags)
Parameters
TypeName
ImPlotNET.ImPlotLocationlocation
ImPlotNET.ImPlotMouseTextFlagsflags

ShowColormapSelector(string)

View Source
Declaration
public static bool ShowColormapSelector(string label)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel

ShowDemoWindow()

View Source
Declaration
public static void ShowDemoWindow()

ShowDemoWindow(ref bool)

View Source
Declaration
public static void ShowDemoWindow(ref bool p_open)
Parameters
TypeName
System.Booleanp_open

ShowInputMapSelector(string)

View Source
Declaration
public static bool ShowInputMapSelector(string label)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel

ShowMetricsWindow()

View Source
Declaration
public static void ShowMetricsWindow()

ShowMetricsWindow(ref bool)

View Source
Declaration
public static void ShowMetricsWindow(ref bool p_popen)
Parameters
TypeName
System.Booleanp_popen

ShowStyleEditor()

View Source
Declaration
public static void ShowStyleEditor()

ShowStyleEditor(ImPlotStylePtr)

View Source
Declaration
public static void ShowStyleEditor(ImPlotStylePtr @ref)
Parameters
TypeName
ImPlotNET.ImPlotStylePtrref

ShowStyleSelector(string)

View Source
Declaration
public static bool ShowStyleSelector(string label)
Returns

System.Boolean

Parameters
TypeName
System.Stringlabel

ShowUserGuide()

View Source
Declaration
public static void ShowUserGuide()

StyleColorsAuto()

View Source
Declaration
public static void StyleColorsAuto()

StyleColorsAuto(ImPlotStylePtr)

View Source
Declaration
public static void StyleColorsAuto(ImPlotStylePtr dst)
Parameters
TypeName
ImPlotNET.ImPlotStylePtrdst

StyleColorsClassic()

View Source
Declaration
public static void StyleColorsClassic()

StyleColorsClassic(ImPlotStylePtr)

View Source
Declaration
public static void StyleColorsClassic(ImPlotStylePtr dst)
Parameters
TypeName
ImPlotNET.ImPlotStylePtrdst

StyleColorsDark()

View Source
Declaration
public static void StyleColorsDark()

StyleColorsDark(ImPlotStylePtr)

View Source
Declaration
public static void StyleColorsDark(ImPlotStylePtr dst)
Parameters
TypeName
ImPlotNET.ImPlotStylePtrdst

StyleColorsLight()

View Source
Declaration
public static void StyleColorsLight()

StyleColorsLight(ImPlotStylePtr)

View Source
Declaration
public static void StyleColorsLight(ImPlotStylePtr dst)
Parameters
TypeName
ImPlotNET.ImPlotStylePtrdst

TagX(double, Vector4)

View Source
Declaration
public static void TagX(double x, Vector4 col)
Parameters
TypeName
System.Doublex
System.Numerics.Vector4col

TagX(double, Vector4, bool)

View Source
Declaration
public static void TagX(double x, Vector4 col, bool round)
Parameters
TypeName
System.Doublex
System.Numerics.Vector4col
System.Booleanround

TagX(double, Vector4, string)

View Source
Declaration
public static void TagX(double x, Vector4 col, string fmt)
Parameters
TypeName
System.Doublex
System.Numerics.Vector4col
System.Stringfmt

TagY(double, Vector4)

View Source
Declaration
public static void TagY(double y, Vector4 col)
Parameters
TypeName
System.Doubley
System.Numerics.Vector4col

TagY(double, Vector4, bool)

View Source
Declaration
public static void TagY(double y, Vector4 col, bool round)
Parameters
TypeName
System.Doubley
System.Numerics.Vector4col
System.Booleanround

TagY(double, Vector4, string)

View Source
Declaration
public static void TagY(double y, Vector4 col, string fmt)
Parameters
TypeName
System.Doubley
System.Numerics.Vector4col
System.Stringfmt