TiStripChart.CursorColor
TiStripChart See Also
Specifies the color of the cursor.
property CursorColor : TColor;
Description
Use CursorColor to read or change the cursor color.
Example
Delphi
iComponent.CursorColor := clYellow;
C++ Builder
iComponent->CursorColor = clYellow;
Contents | Index | Previous | Next