Read-only
About Views

GetPlotTraceName Method

Description

Get the trace name of the specified plot.

VB Syntax

pltsView.GetPlotTraceName(plotIndex, traceIndex, traceName)

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

plotIndex

(short) Index of the plot (zero based).

traceIndex

(short) Index of the trace (zero based).

traceName

(String) Trace name.

Return Type

String

Default

None

Examples

Dim trName As String = ""

pltsView.GetPlotTraceName(1, 1, trName)

See an example program.

C++ Syntax

HRESULT GetPlotTraceName(SHORT plotIndex, SHORT traceIndex, BSTR* traceName);

Interface

IPLTSView