TiStripChart.YAxisTickMinorColor

TiStripChart See Also

Specifies the color of the Y-Axis minor ticks.

property YAxisTickMinorColor : TColor;

Description

Use YAxisTickMinorColor to read or change the color of the Y-Axis minor ticks.

Example

Delphi

iComponent.YAxisTickMinorColor := clWhite;

C++ Builder

iComponent->YAxisTickMinorColor = clWhite;

Contents | Index | Previous | Next