TiStripChart.XAxisTickMinorColor

TiStripChart See Also

Specifies the color of the X-Axis minor ticks.

property XAxisTickMinorColor : TColor;

Description

Use XAxisTickMinorColor to read or change the color of the X-Axis minor ticks.

Example

Delphi

iComponent.XAxisTickMinorColor := clWhite;

C++ Builder

iComponent->XAxisTickMinorColor = clWhite;

Contents | Index | Previous | Next