TiStripChart.IndexCount
TiStripChart See Also
Used to get the number of time index's.
property IndexCount : Integer;
Description
Use the IndexCount property to get the number of time index's.
Example
Delphi
Value := iComponent.IndexCount;
C++ Builder
Value = iComponent->IndexCount;
Note: This property is read only.
Contents | Index | Previous | Next