TiStripChart.IndexTime
TiStripChart See Also
Used to get the time value for a specific TimeIndex.
property IndexTime [Index: Integer] : Double;
Description
Use the IndexTime property to get the time value for a specific TimeIndex.
Example
Delphi
Value := iComponent.IndexTime[22]; //Gets 23rd Index Time Value
C++ Builder
Value = iComponent->IndexTime[22]; //Gets 23rd Index Time Value
Note: This property is read only.
Note: The index value is 0 based.
Contents | Index | Previous | Next