TiStripChart.MinYAxisData

TiStripChart

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

property MinYAxisData : Double

Description

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

Example

Delphi

value := iComponent.MinYAxisData;

C++ Builder

value = iComponent->MinYAxisData;

Note: This property is read only.

Contents | Index | Previous | Next