TiPlotChannelCustom.DataPointSize

TiPlotChannelCustom

Retrieves the amount of memory used by a data point in this channel.

property DataPointSize : Integer;

Description

Use DataPointSize to retrieve the amount of memory used by a single data point in this channel. This property depends on the DataStyle property.

Example

Delphi

Value := iComponent.Channel[0].DataPointSize;

C++ Builder

Value = iComponent->Channel[0]->DataPointSize;

Note: This property is Read-Only

Contents | Index | Previous | Next