[Missing <summary> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void ShowGraph(
	int[] data,
	int MaxY,
	int MinY,
	double MaxData,
	double MinData
)
Visual Basic (Declaration)
Public Sub ShowGraph ( _
	data As Integer(), _
	MaxY As Integer, _
	MinY As Integer, _
	MaxData As Double, _
	MinData As Double _
)
Visual C++
public:
void ShowGraph(
	array<int>^ data, 
	int MaxY, 
	int MinY, 
	double MaxData, 
	double MinData
)

Parameters

data
Type: array< System..::.Int32 >[]()[]

[Missing <param name="data"/> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

MaxY
Type: System..::.Int32

[Missing <param name="MaxY"/> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

MinY
Type: System..::.Int32

[Missing <param name="MinY"/> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

MaxData
Type: System..::.Double

[Missing <param name="MaxData"/> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

MinData
Type: System..::.Double

[Missing <param name="MinData"/> documentation for "M:CoreDevices.DeviceControls.LUTGraph.ShowGraph(System.Int32[],System.Int32,System.Int32,System.Double,System.Double)"]

See Also