TiStripChart.MaxYAxisData
TiStripChart
Used to retrieve the maximum Y Axis data value that has been added to the
chart.
property MaxYAxisData : Double
Description
Use MaxYAxisData to retrieve the maximum Y Axis data value that has been added
to the chart. The value returned is the largest Y Axis value that has been
used to plot data to the chart, no matter how many channels are used.
Example
Delphi
value := iComponent.MaxYAxisData;
C++ Builder
value = iComponent->MaxYAxisData;
Note: This property is read only.
Contents | Index | Previous | Next