Read-only
About Views

GetPlotTraceXData Method

Description

Gets the X-axis data of a trace.

VB Syntax

pltsView.GetPlotTraceXData(plotIndex, xdata, xunit)

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

plotIndex

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

xdata

(variant) X-axis trace data.

xunit

(string) Unit of measure for the X axis data.

Return Type

Variant

Default

None

Examples

Dim xdatobj As object = Nothing

Dim xunit As String = ""

pltsView.GetPlotTraceXData(1, xdatobj, xunit)

See an example program.

C++ Syntax

HRESULT GetPlotTraceXData(SHORT plotIndex, VARIANT* xdata, BSTR* xunit);

Interface

IPLTSView