TiStripChart.MinXAxisData

TiStripChart

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

property MinXAxisData : Double

Description

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

Example

Delphi

value := iComponent.MinXAxisData;

C++ Builder

value = iComponent->MinXAxisData;

Note: This property is read only.

Contents | Index | Next