Method procedure SLScope.TSLChannelData.AddXYPoint(Real;Real;Boolean)

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLChannelData

Contents

Syntax

Delphi:

procedure AddXYPoint( XValue : Real, YValue : Real, ASeparate : Boolean );

C++ Builder:

void __fastcall AddXYPoint( double XValue, double YValue, bool ASeparate );

Visual C++ (MFC):

void AddXYPoint( double XValue, double YValue, bool ASeparate );

Summary

Adds a data point with X and Y values, optionally adding gap in the data.

Description

Use this method to add a data point with X and Y values to the X and Y data buffers for the channel, optionally adding gap in the data.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox