TiStripChart.MaxXAxisData

TiStripChart

Used to retrieve the maximum X Axis data value that has been added to the chart.

property MaxXAxisData : Double

Description

Use MaxXAxisData to retrieve the maximum X Axis data value that has been added to the chart. The value returned is the largest X Axis value that has been used to plot data to the chart, no matter how many channels are used.

Example

Delphi

value := iComponent.MaxXAxisData;

C++ Builder

value = iComponent->MaxXAxisData;

Note: This property is read only.

Contents | Index | Previous | Next