Show / Hide Table of Contents

Class ImPlot

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

Methods

| Improve this Doc View Source

Annotate(Double, Double, Vector2, Vector4, String)

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

Annotate(Double, Double, Vector2, String)

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

AnnotateClamped(Double, Double, Vector2, Vector4, String)

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

AnnotateClamped(Double, Double, Vector2, String)

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

BeginDragDropSource()

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

BeginDragDropSource(ImGuiKeyModFlags)

Declaration
public static bool BeginDragDropSource(ImGuiKeyModFlags key_mods)
Parameters
Type Name Description
ImGuiKeyModFlags key_mods
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSource(ImGuiKeyModFlags, ImGuiDragDropFlags)

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

BeginDragDropSourceItem(String)

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

BeginDragDropSourceItem(String, ImGuiDragDropFlags)

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

BeginDragDropSourceX()

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

BeginDragDropSourceX(ImGuiKeyModFlags)

Declaration
public static bool BeginDragDropSourceX(ImGuiKeyModFlags key_mods)
Parameters
Type Name Description
ImGuiKeyModFlags key_mods
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceX(ImGuiKeyModFlags, ImGuiDragDropFlags)

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

BeginDragDropSourceY()

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

BeginDragDropSourceY(ImPlotYAxis)

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

BeginDragDropSourceY(ImPlotYAxis, ImGuiKeyModFlags)

Declaration
public static bool BeginDragDropSourceY(ImPlotYAxis axis, ImGuiKeyModFlags key_mods)
Parameters
Type Name Description
ImPlotYAxis axis
ImGuiKeyModFlags key_mods
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginDragDropSourceY(ImPlotYAxis, ImGuiKeyModFlags, ImGuiDragDropFlags)

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

BeginDragDropTarget()

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

BeginDragDropTargetLegend()

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

BeginDragDropTargetX()

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

BeginDragDropTargetY()

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

BeginDragDropTargetY(ImPlotYAxis)

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

BeginLegendPopup(String)

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

BeginLegendPopup(String, ImGuiMouseButton)

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

BeginPlot(String)

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

BeginPlot(String, String)

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

BeginPlot(String, String, String)

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

BeginPlot(String, String, String, Vector2)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags)

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

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, String)

Declaration
public static bool BeginPlot(string title_id, string x_label, string y_label, Vector2 size, ImPlotFlags flags, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags, ImPlotAxisFlags y2_flags, ImPlotAxisFlags y3_flags, string y2_label)
Parameters
Type Name Description
System.String title_id
System.String x_label
System.String y_label
System.Numerics.Vector2 size
ImPlotFlags flags
ImPlotAxisFlags x_flags
ImPlotAxisFlags y_flags
ImPlotAxisFlags y2_flags
ImPlotAxisFlags y3_flags
System.String y2_label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

BeginPlot(String, String, String, Vector2, ImPlotFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, ImPlotAxisFlags, String, String)

Declaration
public static bool BeginPlot(string title_id, string x_label, string y_label, Vector2 size, ImPlotFlags flags, ImPlotAxisFlags x_flags, ImPlotAxisFlags y_flags, ImPlotAxisFlags y2_flags, ImPlotAxisFlags y3_flags, string y2_label, string y3_label)
Parameters
Type Name Description
System.String title_id
System.String x_label
System.String y_label
System.Numerics.Vector2 size
ImPlotFlags flags
ImPlotAxisFlags x_flags
ImPlotAxisFlags y_flags
ImPlotAxisFlags y2_flags
ImPlotAxisFlags y3_flags
System.String y2_label
System.String y3_label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

CreateContext()

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

DestroyContext()

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

DestroyContext(IntPtr)

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

DragLineX(String, ref Double)

Declaration
public static bool DragLineX(string id, ref double x_value)
Parameters
Type Name Description
System.String id
System.Double x_value
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineX(String, ref Double, Boolean)

Declaration
public static bool DragLineX(string id, ref double x_value, bool show_label)
Parameters
Type Name Description
System.String id
System.Double x_value
System.Boolean show_label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineX(String, ref Double, Boolean, Vector4)

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

DragLineX(String, ref Double, Boolean, Vector4, Single)

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

DragLineY(String, ref Double)

Declaration
public static bool DragLineY(string id, ref double y_value)
Parameters
Type Name Description
System.String id
System.Double y_value
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineY(String, ref Double, Boolean)

Declaration
public static bool DragLineY(string id, ref double y_value, bool show_label)
Parameters
Type Name Description
System.String id
System.Double y_value
System.Boolean show_label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragLineY(String, ref Double, Boolean, Vector4)

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

DragLineY(String, ref Double, Boolean, Vector4, Single)

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

DragPoint(String, ref Double, ref Double)

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

DragPoint(String, ref Double, ref Double, Boolean)

Declaration
public static bool DragPoint(string id, ref double x, ref double y, bool show_label)
Parameters
Type Name Description
System.String id
System.Double x
System.Double y
System.Boolean show_label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DragPoint(String, ref Double, ref Double, Boolean, Vector4)

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

DragPoint(String, ref Double, ref Double, Boolean, Vector4, Single)

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

EndDragDropSource()

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

EndDragDropTarget()

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

EndLegendPopup()

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

EndPlot()

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

FitNextPlotAxes()

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

FitNextPlotAxes(Boolean)

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

FitNextPlotAxes(Boolean, Boolean)

Declaration
public static void FitNextPlotAxes(bool x, bool y)
Parameters
Type Name Description
System.Boolean x
System.Boolean y
| Improve this Doc View Source

FitNextPlotAxes(Boolean, Boolean, Boolean)

Declaration
public static void FitNextPlotAxes(bool x, bool y, bool y2)
Parameters
Type Name Description
System.Boolean x
System.Boolean y
System.Boolean y2
| Improve this Doc View Source

FitNextPlotAxes(Boolean, Boolean, Boolean, Boolean)

Declaration
public static void FitNextPlotAxes(bool x, bool y, bool y2, bool y3)
Parameters
Type Name Description
System.Boolean x
System.Boolean y
System.Boolean y2
System.Boolean y3
| Improve this Doc View Source

GetColormapColor(Int32)

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

GetColormapName(ImPlotColormap)

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

GetColormapSize()

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

GetCurrentContext()

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

GetLastItemColor()

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

GetMarkerName(ImPlotMarker)

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

GetPlotDrawList()

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

GetPlotLimits()

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

GetPlotLimits(ImPlotYAxis)

Declaration
public static ImPlotLimits GetPlotLimits(ImPlotYAxis y_axis)
Parameters
Type Name Description
ImPlotYAxis y_axis
Returns
Type Description
ImPlotLimits
| Improve this Doc View Source

GetPlotMousePos()

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

GetPlotMousePos(ImPlotYAxis)

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

GetPlotPos()

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

GetPlotQuery()

Declaration
public static ImPlotLimits GetPlotQuery()
Returns
Type Description
ImPlotLimits
| Improve this Doc View Source

GetPlotQuery(ImPlotYAxis)

Declaration
public static ImPlotLimits GetPlotQuery(ImPlotYAxis y_axis)
Parameters
Type Name Description
ImPlotYAxis y_axis
Returns
Type Description
ImPlotLimits
| Improve this Doc View Source

GetPlotSize()

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

GetStyle()

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

GetStyleColorName(ImPlotCol)

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

HideNextItem()

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

HideNextItem(Boolean)

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

HideNextItem(Boolean, ImGuiCond)

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

IsLegendEntryHovered(String)

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

IsPlotHovered()

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

IsPlotQueried()

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

IsPlotXAxisHovered()

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

IsPlotYAxisHovered()

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

IsPlotYAxisHovered(ImPlotYAxis)

Declaration
public static bool IsPlotYAxisHovered(ImPlotYAxis y_axis)
Parameters
Type Name Description
ImPlotYAxis y_axis
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ItemIcon(Vector4)

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

ItemIcon(UInt32)

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

LerpColormap(Single)

Declaration
public static Vector4 LerpColormap(float t)
Parameters
Type Name Description
System.Single t
Returns
Type Description
System.Numerics.Vector4
| Improve this Doc View Source

LinkNextPlotLimits(ref Double, ref Double, ref Double, ref Double)

Declaration
public static void LinkNextPlotLimits(ref double xmin, ref double xmax, ref double ymin, ref double ymax)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
| Improve this Doc View Source

LinkNextPlotLimits(ref Double, ref Double, ref Double, ref Double, ref Double)

Declaration
public static void LinkNextPlotLimits(ref double xmin, ref double xmax, ref double ymin, ref double ymax, ref double ymin2)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
System.Double ymin2
| Improve this Doc View Source

LinkNextPlotLimits(ref Double, ref Double, ref Double, ref Double, ref Double, ref Double)

Declaration
public static void LinkNextPlotLimits(ref double xmin, ref double xmax, ref double ymin, ref double ymax, ref double ymin2, ref double ymax2)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
System.Double ymin2
System.Double ymax2
| Improve this Doc View Source

LinkNextPlotLimits(ref Double, ref Double, ref Double, ref Double, ref Double, ref Double, ref Double)

Declaration
public static void LinkNextPlotLimits(ref double xmin, ref double xmax, ref double ymin, ref double ymax, ref double ymin2, ref double ymax2, ref double ymin3)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
System.Double ymin2
System.Double ymax2
System.Double ymin3
| Improve this Doc View Source

LinkNextPlotLimits(ref Double, ref Double, ref Double, ref Double, ref Double, ref Double, ref Double, ref Double)

Declaration
public static void LinkNextPlotLimits(ref double xmin, ref double xmax, ref double ymin, ref double ymax, ref double ymin2, ref double ymax2, ref double ymin3, ref double ymax3)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
System.Double ymin2
System.Double ymax2
System.Double ymin3
System.Double ymax3
| Improve this Doc View Source

NextColormapColor()

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

PixelsToPlot(Vector2)

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

PixelsToPlot(Vector2, ImPlotYAxis)

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

PixelsToPlot(Single, Single)

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

PixelsToPlot(Single, Single, ImPlotYAxis)

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

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

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

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

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

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

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

PlotBars(String, ref Byte, Int32)

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

PlotBars(String, ref Byte, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref Double, Int32)

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

PlotBars(String, ref Double, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref Int16, Int32)

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

PlotBars(String, ref Int16, Int32, Double)

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

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

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

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

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

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

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

PlotBars(String, ref Int32, Int32)

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

PlotBars(String, ref Int32, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref Int64, Int32)

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

PlotBars(String, ref Int64, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref SByte, Int32)

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

PlotBars(String, ref SByte, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref Single, Int32)

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

PlotBars(String, ref Single, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref UInt16, Int32)

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

PlotBars(String, ref UInt16, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref UInt32, Int32)

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

PlotBars(String, ref UInt32, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBars(String, ref UInt64, Int32)

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

PlotBars(String, ref UInt64, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref Byte, Int32)

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

PlotBarsH(String, ref Byte, Int32, Double)

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

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

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

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

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

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

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

PlotBarsH(String, ref Double, ref Double, Int32, Double)

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

PlotBarsH(String, ref Double, ref Double, Int32, Double, Int32)

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

PlotBarsH(String, ref Double, ref Double, Int32, Double, Int32, Int32)

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

PlotBarsH(String, ref Double, Int32)

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

PlotBarsH(String, ref Double, Int32, Double)

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

PlotBarsH(String, ref Double, Int32, Double, Double)

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

PlotBarsH(String, ref Double, Int32, Double, Double, Int32)

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

PlotBarsH(String, ref Double, Int32, Double, Double, Int32, Int32)

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

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

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

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

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

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

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

PlotBarsH(String, ref Int16, Int32)

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

PlotBarsH(String, ref Int16, Int32, Double)

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

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

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

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

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

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

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

PlotBarsH(String, ref Int32, Int32)

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

PlotBarsH(String, ref Int32, Int32, Double)

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

PlotBarsH(String, ref Int32, Int32, Double, Double)

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

PlotBarsH(String, ref Int32, Int32, Double, Double, Int32)

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

PlotBarsH(String, ref Int32, Int32, Double, Double, Int32, Int32)

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

PlotBarsH(String, ref Int32, ref Int32, Int32, Double)

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

PlotBarsH(String, ref Int32, ref Int32, Int32, Double, Int32)

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

PlotBarsH(String, ref Int32, ref Int32, Int32, Double, Int32, Int32)

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

PlotBarsH(String, ref Int64, Int32)

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

PlotBarsH(String, ref Int64, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref SByte, Int32)

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

PlotBarsH(String, ref SByte, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref Single, Int32)

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

PlotBarsH(String, ref Single, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref UInt16, Int32)

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

PlotBarsH(String, ref UInt16, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref UInt32, Int32)

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

PlotBarsH(String, ref UInt32, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotBarsH(String, ref UInt64, Int32)

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

PlotBarsH(String, ref UInt64, Int32, Double)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotDummy(String)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32)

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, Int32)

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, Int32)

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, Int32, Int32)

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

PlotErrorBarsH(String, ref Byte, ref Byte, ref Byte, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, ref Double, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, ref Double, Int32, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, ref Double, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, Int32, Int32)

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

PlotErrorBarsH(String, ref Double, ref Double, ref Double, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, Int32, Int32)

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

PlotErrorBarsH(String, ref Int16, ref Int16, ref Int16, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, Int32, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, Int32)

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

PlotErrorBarsH(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, Int32, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, Int32)

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

PlotErrorBarsH(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, Int32, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, ref Single, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, ref Single, Int32, Int32)

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

PlotErrorBarsH(String, ref Single, ref Single, ref Single, ref Single, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, Int32, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, Int32)

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

PlotErrorBarsH(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, Int32, Int32)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PlotHLines(String, ref Byte, Int32)

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

PlotHLines(String, ref Byte, Int32, Int32)

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

PlotHLines(String, ref Byte, Int32, Int32, Int32)

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

PlotHLines(String, ref Double, Int32)

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

PlotHLines(String, ref Double, Int32, Int32)

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

PlotHLines(String, ref Double, Int32, Int32, Int32)

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

PlotHLines(String, ref Int16, Int32)

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

PlotHLines(String, ref Int16, Int32, Int32)

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

PlotHLines(String, ref Int16, Int32, Int32, Int32)

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

PlotHLines(String, ref Int32, Int32)

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

PlotHLines(String, ref Int32, Int32, Int32)

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

PlotHLines(String, ref Int32, Int32, Int32, Int32)

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

PlotHLines(String, ref Int64, Int32)

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

PlotHLines(String, ref Int64, Int32, Int32)

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

PlotHLines(String, ref Int64, Int32, Int32, Int32)

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

PlotHLines(String, ref SByte, Int32)

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

PlotHLines(String, ref SByte, Int32, Int32)

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

PlotHLines(String, ref SByte, Int32, Int32, Int32)

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

PlotHLines(String, ref Single, Int32)

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

PlotHLines(String, ref Single, Int32, Int32)

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

PlotHLines(String, ref Single, Int32, Int32, Int32)

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

PlotHLines(String, ref UInt16, Int32)

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

PlotHLines(String, ref UInt16, Int32, Int32)

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

PlotHLines(String, ref UInt16, Int32, Int32, Int32)

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

PlotHLines(String, ref UInt32, Int32)

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

PlotHLines(String, ref UInt32, Int32, Int32)

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

PlotHLines(String, ref UInt32, Int32, Int32, Int32)

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

PlotHLines(String, ref UInt64, Int32)

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

PlotHLines(String, ref UInt64, Int32, Int32)

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

PlotHLines(String, ref UInt64, Int32, Int32, Int32)

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

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
System.Numerics.Vector2 uv1
| Improve this Doc View Source

PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4)

Declaration
public static void PlotImage(string label_id, IntPtr user_texture_id, ImPlotPoint bounds_min, ImPlotPoint bounds_max, Vector2 uv0, Vector2 uv1, Vector4 tint_col)
Parameters
Type Name Description
System.String label_id
System.IntPtr user_texture_id
ImPlotPoint bounds_min
ImPlotPoint bounds_max
System.Numerics.Vector2 uv0
System.Numerics.Vector2 uv1
System.Numerics.Vector4 tint_col
| Improve this Doc View Source

PlotLine(String, ref Byte, ref Byte, Int32)

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

PlotLine(String, ref Byte, ref Byte, Int32, Int32)

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

PlotLine(String, ref Byte, ref Byte, Int32, Int32, Int32)

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

PlotLine(String, ref Byte, Int32)

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

PlotLine(String, ref Byte, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref Double, ref Double, Int32)

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

PlotLine(String, ref Double, ref Double, Int32, Int32)

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

PlotLine(String, ref Double, ref Double, Int32, Int32, Int32)

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

PlotLine(String, ref Double, Int32)

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

PlotLine(String, ref Double, Int32, Double)

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

PlotLine(String, ref Double, Int32, Double, Double)

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

PlotLine(String, ref Double, Int32, Double, Double, Int32)

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

PlotLine(String, ref Double, Int32, Double, Double, Int32, Int32)

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

PlotLine(String, ref Int16, ref Int16, Int32)

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

PlotLine(String, ref Int16, ref Int16, Int32, Int32)

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

PlotLine(String, ref Int16, ref Int16, Int32, Int32, Int32)

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

PlotLine(String, ref Int16, Int32)

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

PlotLine(String, ref Int16, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref Int32, Int32)

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

PlotLine(String, ref Int32, Int32, Double)

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

PlotLine(String, ref Int32, Int32, Double, Double)

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

PlotLine(String, ref Int32, Int32, Double, Double, Int32)

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

PlotLine(String, ref Int32, Int32, Double, Double, Int32, Int32)

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

PlotLine(String, ref Int32, ref Int32, Int32)

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

PlotLine(String, ref Int32, ref Int32, Int32, Int32)

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

PlotLine(String, ref Int32, ref Int32, Int32, Int32, Int32)

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

PlotLine(String, ref Int64, Int32)

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

PlotLine(String, ref Int64, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref Int64, ref Int64, Int32)

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

PlotLine(String, ref Int64, ref Int64, Int32, Int32)

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

PlotLine(String, ref Int64, ref Int64, Int32, Int32, Int32)

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

PlotLine(String, ref SByte, Int32)

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

PlotLine(String, ref SByte, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref SByte, ref SByte, Int32)

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

PlotLine(String, ref SByte, ref SByte, Int32, Int32)

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

PlotLine(String, ref SByte, ref SByte, Int32, Int32, Int32)

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

PlotLine(String, ref Single, Int32)

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

PlotLine(String, ref Single, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref Single, ref Single, Int32)

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

PlotLine(String, ref Single, ref Single, Int32, Int32)

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

PlotLine(String, ref Single, ref Single, Int32, Int32, Int32)

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

PlotLine(String, ref UInt16, Int32)

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

PlotLine(String, ref UInt16, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref UInt16, ref UInt16, Int32)

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

PlotLine(String, ref UInt16, ref UInt16, Int32, Int32)

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

PlotLine(String, ref UInt16, ref UInt16, Int32, Int32, Int32)

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

PlotLine(String, ref UInt32, Int32)

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

PlotLine(String, ref UInt32, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref UInt32, ref UInt32, Int32)

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

PlotLine(String, ref UInt32, ref UInt32, Int32, Int32)

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

PlotLine(String, ref UInt32, ref UInt32, Int32, Int32, Int32)

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

PlotLine(String, ref UInt64, Int32)

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

PlotLine(String, ref UInt64, Int32, Double)

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

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

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

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

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

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

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

PlotLine(String, ref UInt64, ref UInt64, Int32)

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

PlotLine(String, ref UInt64, ref UInt64, Int32, Int32)

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

PlotLine(String, ref UInt64, ref UInt64, Int32, Int32, Int32)

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

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

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref byte values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Byte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

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

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Double, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref double values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Double values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref short values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref int values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref long values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Int64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref sbyte values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.SByte values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref Single, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref float values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.Single values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ushort values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt16 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref uint values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt32 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, Boolean)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, bool normalize)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, Boolean, String)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, bool normalize, string label_fmt)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
| Improve this Doc View Source

PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, Boolean, String, Double)

Declaration
public static void PlotPieChart(string[] label_ids, ref ulong values, int count, double x, double y, double radius, bool normalize, string label_fmt, double angle0)
Parameters
Type Name Description
System.String[] label_ids
System.UInt64 values
System.Int32 count
System.Double x
System.Double y
System.Double radius
System.Boolean normalize
System.String label_fmt
System.Double angle0
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Byte, ref Byte, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte xs, ref byte ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Byte, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref byte values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Double, ref Double, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref double xs, ref double ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Double, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref double values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int16, ref Int16, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref short xs, ref short ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int16, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref short values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int32, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int32, ref Int32, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref int xs, ref int ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int64, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref long values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Int64, ref Int64, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref long xs, ref long ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref SByte, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref SByte, ref SByte, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref sbyte xs, ref sbyte ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Single, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref float values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref Single, ref Single, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref float xs, ref float ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt16, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt16, ref UInt16, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ushort xs, ref ushort ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt32, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt32, ref UInt32, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref uint xs, ref uint ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt64, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotScatter(String, ref UInt64, ref UInt64, Int32, Int32, Int32)

Declaration
public static void PlotScatter(string label_id, ref ulong xs, ref ulong ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys1, ref byte ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys1
System.Byte ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, ref Byte, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte xs, ref byte ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Byte, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref byte values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, ref Double, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys1, ref double ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys1
System.Double ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, ref Double, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double xs, ref double ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Double, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref double values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys1, ref short ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys1
System.Int16 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, ref Int16, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short xs, ref short ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int16, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref short values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref int xs, ref int ys1, ref int ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys1
System.Int32 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref long xs, ref long ys1, ref long ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys1
System.Int64 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys1
System.SByte ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref Single, ref Single, ref Single, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref float xs, ref float ys1, ref float ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys1
System.Single ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys1
System.UInt16 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref uint xs, ref uint ys1, ref uint ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys1
System.UInt32 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, Int32, Int32)

Declaration
public static void PlotShaded(string label_id, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys1
System.UInt64 ys2
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Byte, ref Byte, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte xs, ref byte ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Byte, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref byte values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Double, ref Double, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref double xs, ref double ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Double, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref double values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int16, ref Int16, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref short xs, ref short ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int16, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref short values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int32, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int32, ref Int32, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref int xs, ref int ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int64, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref long values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Int64, ref Int64, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref long xs, ref long ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref SByte, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref SByte, ref SByte, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref sbyte xs, ref sbyte ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Single, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref float values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref Single, ref Single, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref float xs, ref float ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt16, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt16, ref UInt16, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ushort xs, ref ushort ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt32, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt32, ref UInt32, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref uint xs, ref uint ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt64, Int32, Double, Double, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong values, int count, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotStairs(String, ref UInt64, ref UInt64, Int32, Int32, Int32)

Declaration
public static void PlotStairs(string label_id, ref ulong xs, ref ulong ys, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Byte, ref Byte, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref byte xs, ref byte ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Byte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Byte, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref byte values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Double, ref Double, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref double xs, ref double ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Double ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Double, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref double values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int16, ref Int16, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref short xs, ref short ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int16, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref short values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int32, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int32, ref Int32, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref int xs, ref int ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int64, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref long values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Int64, ref Int64, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref long xs, ref long ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref SByte, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref SByte, ref SByte, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref sbyte xs, ref sbyte ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.SByte ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Single, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Single, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref float values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref Single, ref Single, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref float xs, ref float ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Single ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt16, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt16, ref UInt16, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ushort xs, ref ushort ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.UInt16 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt32, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt32, ref UInt32, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref uint xs, ref uint ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.UInt32 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double y_ref, double xscale)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt64, Int32, Double, Double, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong values, int count, double y_ref, double xscale, double x0, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 values
System.Int32 count
System.Double y_ref
System.Double xscale
System.Double x0
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
| Improve this Doc View Source

PlotStems(String, ref UInt64, ref UInt64, Int32, Double, Int32, Int32)

Declaration
public static void PlotStems(string label_id, ref ulong xs, ref ulong ys, int count, double y_ref, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.UInt64 ys
System.Int32 count
System.Double y_ref
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotText(String, Double, Double)

Declaration
public static void PlotText(string text, double x, double y)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
| Improve this Doc View Source

PlotText(String, Double, Double, Boolean)

Declaration
public static void PlotText(string text, double x, double y, bool vertical)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
System.Boolean vertical
| Improve this Doc View Source

PlotText(String, Double, Double, Boolean, Vector2)

Declaration
public static void PlotText(string text, double x, double y, bool vertical, Vector2 pix_offset)
Parameters
Type Name Description
System.String text
System.Double x
System.Double y
System.Boolean vertical
System.Numerics.Vector2 pix_offset
| Improve this Doc View Source

PlotToPixels(ImPlotPoint)

Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt)
Parameters
Type Name Description
ImPlotPoint plt
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(ImPlotPoint, ImPlotYAxis)

Declaration
public static Vector2 PlotToPixels(ImPlotPoint plt, ImPlotYAxis y_axis)
Parameters
Type Name Description
ImPlotPoint plt
ImPlotYAxis y_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(Double, Double)

Declaration
public static Vector2 PlotToPixels(double x, double y)
Parameters
Type Name Description
System.Double x
System.Double y
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotToPixels(Double, Double, ImPlotYAxis)

Declaration
public static Vector2 PlotToPixels(double x, double y, ImPlotYAxis y_axis)
Parameters
Type Name Description
System.Double x
System.Double y
ImPlotYAxis y_axis
Returns
Type Description
System.Numerics.Vector2
| Improve this Doc View Source

PlotVLines(String, ref Byte, Int32)

Declaration
public static void PlotVLines(string label_id, ref byte xs, int count)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Byte, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref byte xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Byte, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref byte xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Byte xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref Double, Int32)

Declaration
public static void PlotVLines(string label_id, ref double xs, int count)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Double, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref double xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Double, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref double xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Double xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref Int16, Int32)

Declaration
public static void PlotVLines(string label_id, ref short xs, int count)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Int16, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref short xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Int16, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref short xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int16 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref int xs, int count)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref int xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Int32, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref int xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int32 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref Int64, Int32)

Declaration
public static void PlotVLines(string label_id, ref long xs, int count)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Int64, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref long xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Int64, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref long xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Int64 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref SByte, Int32)

Declaration
public static void PlotVLines(string label_id, ref sbyte xs, int count)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref SByte, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref sbyte xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref SByte, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref sbyte xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.SByte xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref Single, Int32)

Declaration
public static void PlotVLines(string label_id, ref float xs, int count)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref Single, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref float xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref Single, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref float xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.Single xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref UInt16, Int32)

Declaration
public static void PlotVLines(string label_id, ref ushort xs, int count)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref UInt16, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref ushort xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref UInt16, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref ushort xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt16 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref UInt32, Int32)

Declaration
public static void PlotVLines(string label_id, ref uint xs, int count)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref UInt32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref uint xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref UInt32, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref uint xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt32 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PlotVLines(String, ref UInt64, Int32)

Declaration
public static void PlotVLines(string label_id, ref ulong xs, int count)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.Int32 count
| Improve this Doc View Source

PlotVLines(String, ref UInt64, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref ulong xs, int count, int offset)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.Int32 count
System.Int32 offset
| Improve this Doc View Source

PlotVLines(String, ref UInt64, Int32, Int32, Int32)

Declaration
public static void PlotVLines(string label_id, ref ulong xs, int count, int offset, int stride)
Parameters
Type Name Description
System.String label_id
System.UInt64 xs
System.Int32 count
System.Int32 offset
System.Int32 stride
| Improve this Doc View Source

PopColormap()

Declaration
public static void PopColormap()
| Improve this Doc View Source

PopColormap(Int32)

Declaration
public static void PopColormap(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PopPlotClipRect()

Declaration
public static void PopPlotClipRect()
| Improve this Doc View Source

PopStyleColor()

Declaration
public static void PopStyleColor()
| Improve this Doc View Source

PopStyleColor(Int32)

Declaration
public static void PopStyleColor(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PopStyleVar()

Declaration
public static void PopStyleVar()
| Improve this Doc View Source

PopStyleVar(Int32)

Declaration
public static void PopStyleVar(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

PushColormap(ImPlotColormap)

Declaration
public static void PushColormap(ImPlotColormap colormap)
Parameters
Type Name Description
ImPlotColormap colormap
| Improve this Doc View Source

PushColormap(ref Vector4, Int32)

Declaration
public static void PushColormap(ref Vector4 colormap, int size)
Parameters
Type Name Description
System.Numerics.Vector4 colormap
System.Int32 size
| Improve this Doc View Source

PushPlotClipRect()

Declaration
public static void PushPlotClipRect()
| Improve this Doc View Source

PushStyleColor(ImPlotCol, Vector4)

Declaration
public static void PushStyleColor(ImPlotCol idx, Vector4 col)
Parameters
Type Name Description
ImPlotCol idx
System.Numerics.Vector4 col
| Improve this Doc View Source

PushStyleColor(ImPlotCol, UInt32)

Declaration
public static void PushStyleColor(ImPlotCol idx, uint col)
Parameters
Type Name Description
ImPlotCol idx
System.UInt32 col
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Int32)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, int val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Int32 val
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Vector2)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, Vector2 val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Numerics.Vector2 val
| Improve this Doc View Source

PushStyleVar(ImPlotStyleVar, Single)

Declaration
public static void PushStyleVar(ImPlotStyleVar idx, float val)
Parameters
Type Name Description
ImPlotStyleVar idx
System.Single val
| Improve this Doc View Source

SetColormap(ImPlotColormap)

Declaration
public static void SetColormap(ImPlotColormap colormap)
Parameters
Type Name Description
ImPlotColormap colormap
| Improve this Doc View Source

SetColormap(ImPlotColormap, Int32)

Declaration
public static void SetColormap(ImPlotColormap colormap, int samples)
Parameters
Type Name Description
ImPlotColormap colormap
System.Int32 samples
| Improve this Doc View Source

SetColormap(ref Vector4, Int32)

Declaration
public static void SetColormap(ref Vector4 colormap, int size)
Parameters
Type Name Description
System.Numerics.Vector4 colormap
System.Int32 size
| Improve this Doc View Source

SetCurrentContext(IntPtr)

Declaration
public static void SetCurrentContext(IntPtr ctx)
Parameters
Type Name Description
System.IntPtr ctx
| Improve this Doc View Source

SetImGuiContext(IntPtr)

Declaration
public static void SetImGuiContext(IntPtr ctx)
Parameters
Type Name Description
System.IntPtr ctx
| Improve this Doc View Source

SetLegendLocation(ImPlotLocation)

Declaration
public static void SetLegendLocation(ImPlotLocation location)
Parameters
Type Name Description
ImPlotLocation location
| Improve this Doc View Source

SetLegendLocation(ImPlotLocation, ImPlotOrientation)

Declaration
public static void SetLegendLocation(ImPlotLocation location, ImPlotOrientation orientation)
Parameters
Type Name Description
ImPlotLocation location
ImPlotOrientation orientation
| Improve this Doc View Source

SetLegendLocation(ImPlotLocation, ImPlotOrientation, Boolean)

Declaration
public static void SetLegendLocation(ImPlotLocation location, ImPlotOrientation orientation, bool outside)
Parameters
Type Name Description
ImPlotLocation location
ImPlotOrientation orientation
System.Boolean outside
| Improve this Doc View Source

SetMousePosLocation(ImPlotLocation)

Declaration
public static void SetMousePosLocation(ImPlotLocation location)
Parameters
Type Name Description
ImPlotLocation location
| Improve this Doc View Source

SetNextErrorBarStyle()

Declaration
public static void SetNextErrorBarStyle()
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4)

Declaration
public static void SetNextErrorBarStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4, Single)

Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single size
| Improve this Doc View Source

SetNextErrorBarStyle(Vector4, Single, Single)

Declaration
public static void SetNextErrorBarStyle(Vector4 col, float size, float weight)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single size
System.Single weight
| Improve this Doc View Source

SetNextFillStyle()

Declaration
public static void SetNextFillStyle()
| Improve this Doc View Source

SetNextFillStyle(Vector4)

Declaration
public static void SetNextFillStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextFillStyle(Vector4, Single)

Declaration
public static void SetNextFillStyle(Vector4 col, float alpha_mod)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single alpha_mod
| Improve this Doc View Source

SetNextLineStyle()

Declaration
public static void SetNextLineStyle()
| Improve this Doc View Source

SetNextLineStyle(Vector4)

Declaration
public static void SetNextLineStyle(Vector4 col)
Parameters
Type Name Description
System.Numerics.Vector4 col
| Improve this Doc View Source

SetNextLineStyle(Vector4, Single)

Declaration
public static void SetNextLineStyle(Vector4 col, float weight)
Parameters
Type Name Description
System.Numerics.Vector4 col
System.Single weight
| Improve this Doc View Source

SetNextMarkerStyle()

Declaration
public static void SetNextMarkerStyle()
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker)
Parameters
Type Name Description
ImPlotMarker marker
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
System.Single weight
| Improve this Doc View Source

SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single, Vector4)

Declaration
public static void SetNextMarkerStyle(ImPlotMarker marker, float size, Vector4 fill, float weight, Vector4 outline)
Parameters
Type Name Description
ImPlotMarker marker
System.Single size
System.Numerics.Vector4 fill
System.Single weight
System.Numerics.Vector4 outline
| Improve this Doc View Source

SetNextPlotLimits(Double, Double, Double, Double)

Declaration
public static void SetNextPlotLimits(double xmin, double xmax, double ymin, double ymax)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
| Improve this Doc View Source

SetNextPlotLimits(Double, Double, Double, Double, ImGuiCond)

Declaration
public static void SetNextPlotLimits(double xmin, double xmax, double ymin, double ymax, ImGuiCond cond)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
System.Double ymin
System.Double ymax
ImGuiCond cond
| Improve this Doc View Source

SetNextPlotLimitsX(Double, Double)

Declaration
public static void SetNextPlotLimitsX(double xmin, double xmax)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
| Improve this Doc View Source

SetNextPlotLimitsX(Double, Double, ImGuiCond)

Declaration
public static void SetNextPlotLimitsX(double xmin, double xmax, ImGuiCond cond)
Parameters
Type Name Description
System.Double xmin
System.Double xmax
ImGuiCond cond
| Improve this Doc View Source

SetNextPlotLimitsY(Double, Double)

Declaration
public static void SetNextPlotLimitsY(double ymin, double ymax)
Parameters
Type Name Description
System.Double ymin
System.Double ymax
| Improve this Doc View Source

SetNextPlotLimitsY(Double, Double, ImGuiCond)

Declaration
public static void SetNextPlotLimitsY(double ymin, double ymax, ImGuiCond cond)
Parameters
Type Name Description
System.Double ymin
System.Double ymax
ImGuiCond cond
| Improve this Doc View Source

SetNextPlotLimitsY(Double, Double, ImGuiCond, ImPlotYAxis)

Declaration
public static void SetNextPlotLimitsY(double ymin, double ymax, ImGuiCond cond, ImPlotYAxis y_axis)
Parameters
Type Name Description
System.Double ymin
System.Double ymax
ImGuiCond cond
ImPlotYAxis y_axis
| Improve this Doc View Source

SetNextPlotTicksX(Double, Double, Int32)

Declaration
public static void SetNextPlotTicksX(double x_min, double x_max, int n_ticks)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Int32 n_ticks
| Improve this Doc View Source

SetNextPlotTicksX(Double, Double, Int32, String[])

Declaration
public static void SetNextPlotTicksX(double x_min, double x_max, int n_ticks, string[] labels)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetNextPlotTicksX(Double, Double, Int32, String[], Boolean)

Declaration
public static void SetNextPlotTicksX(double x_min, double x_max, int n_ticks, string[] labels, bool show_default)
Parameters
Type Name Description
System.Double x_min
System.Double x_max
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
| Improve this Doc View Source

SetNextPlotTicksX(ref Double, Int32)

Declaration
public static void SetNextPlotTicksX(ref double values, int n_ticks)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
| Improve this Doc View Source

SetNextPlotTicksX(ref Double, Int32, String[])

Declaration
public static void SetNextPlotTicksX(ref double values, int n_ticks, string[] labels)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetNextPlotTicksX(ref Double, Int32, String[], Boolean)

Declaration
public static void SetNextPlotTicksX(ref double values, int n_ticks, string[] labels, bool show_default)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
| Improve this Doc View Source

SetNextPlotTicksY(Double, Double, Int32)

Declaration
public static void SetNextPlotTicksY(double y_min, double y_max, int n_ticks)
Parameters
Type Name Description
System.Double y_min
System.Double y_max
System.Int32 n_ticks
| Improve this Doc View Source

SetNextPlotTicksY(Double, Double, Int32, String[])

Declaration
public static void SetNextPlotTicksY(double y_min, double y_max, int n_ticks, string[] labels)
Parameters
Type Name Description
System.Double y_min
System.Double y_max
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetNextPlotTicksY(Double, Double, Int32, String[], Boolean)

Declaration
public static void SetNextPlotTicksY(double y_min, double y_max, int n_ticks, string[] labels, bool show_default)
Parameters
Type Name Description
System.Double y_min
System.Double y_max
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
| Improve this Doc View Source

SetNextPlotTicksY(Double, Double, Int32, String[], Boolean, ImPlotYAxis)

Declaration
public static void SetNextPlotTicksY(double y_min, double y_max, int n_ticks, string[] labels, bool show_default, ImPlotYAxis y_axis)
Parameters
Type Name Description
System.Double y_min
System.Double y_max
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
ImPlotYAxis y_axis
| Improve this Doc View Source

SetNextPlotTicksY(ref Double, Int32)

Declaration
public static void SetNextPlotTicksY(ref double values, int n_ticks)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
| Improve this Doc View Source

SetNextPlotTicksY(ref Double, Int32, String[])

Declaration
public static void SetNextPlotTicksY(ref double values, int n_ticks, string[] labels)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
System.String[] labels
| Improve this Doc View Source

SetNextPlotTicksY(ref Double, Int32, String[], Boolean)

Declaration
public static void SetNextPlotTicksY(ref double values, int n_ticks, string[] labels, bool show_default)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
| Improve this Doc View Source

SetNextPlotTicksY(ref Double, Int32, String[], Boolean, ImPlotYAxis)

Declaration
public static void SetNextPlotTicksY(ref double values, int n_ticks, string[] labels, bool show_default, ImPlotYAxis y_axis)
Parameters
Type Name Description
System.Double values
System.Int32 n_ticks
System.String[] labels
System.Boolean show_default
ImPlotYAxis y_axis
| Improve this Doc View Source

SetPlotYAxis(ImPlotYAxis)

Declaration
public static void SetPlotYAxis(ImPlotYAxis y_axis)
Parameters
Type Name Description
ImPlotYAxis y_axis
| Improve this Doc View Source

ShowColormapScale(Double, Double)

Declaration
public static void ShowColormapScale(double scale_min, double scale_max)
Parameters
Type Name Description
System.Double scale_min
System.Double scale_max
| Improve this Doc View Source

ShowColormapScale(Double, Double, Vector2)

Declaration
public static void ShowColormapScale(double scale_min, double scale_max, Vector2 size)
Parameters
Type Name Description
System.Double scale_min
System.Double scale_max
System.Numerics.Vector2 size
| Improve this Doc View Source

ShowColormapSelector(String)

Declaration
public static bool ShowColormapSelector(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShowDemoWindow()

Declaration
public static void ShowDemoWindow()
| Improve this Doc View Source

ShowDemoWindow(ref Boolean)

Declaration
public static void ShowDemoWindow(ref bool p_open)
Parameters
Type Name Description
System.Boolean p_open
| Improve this Doc View Source

ShowMetricsWindow()

Declaration
public static void ShowMetricsWindow()
| Improve this Doc View Source

ShowMetricsWindow(ref Boolean)

Declaration
public static void ShowMetricsWindow(ref bool p_popen)
Parameters
Type Name Description
System.Boolean p_popen
| Improve this Doc View Source

ShowStyleEditor()

Declaration
public static void ShowStyleEditor()
| Improve this Doc View Source

ShowStyleEditor(ImPlotStylePtr)

Declaration
public static void ShowStyleEditor(ImPlotStylePtr ref)
Parameters
Type Name Description
ImPlotStylePtr ref
| Improve this Doc View Source

ShowStyleSelector(String)

Declaration
public static bool ShowStyleSelector(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShowUserGuide()

Declaration
public static void ShowUserGuide()
| Improve this Doc View Source

StyleColorsAuto()

Declaration
public static void StyleColorsAuto()
| Improve this Doc View Source

StyleColorsAuto(ImPlotStylePtr)

Declaration
public static void StyleColorsAuto(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsClassic()

Declaration
public static void StyleColorsClassic()
| Improve this Doc View Source

StyleColorsClassic(ImPlotStylePtr)

Declaration
public static void StyleColorsClassic(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsDark()

Declaration
public static void StyleColorsDark()
| Improve this Doc View Source

StyleColorsDark(ImPlotStylePtr)

Declaration
public static void StyleColorsDark(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
| Improve this Doc View Source

StyleColorsLight()

Declaration
public static void StyleColorsLight()
| Improve this Doc View Source

StyleColorsLight(ImPlotStylePtr)

Declaration
public static void StyleColorsLight(ImPlotStylePtr dst)
Parameters
Type Name Description
ImPlotStylePtr dst
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX