TiScaleComponent.TickMinorColor
TiScaleComponent See Also
Specifies the color of the Minor Ticks.
property TickMinorColor : TColor;
Description
Use TickMinorColor to read or change the Minor Ticks' color.
Example
Delphi
iComponent.TickMinorColor := clBlack;
C++ Builder
iComponent->TickMinorColor = clBlack;
Contents | Index | Previous | Next