TiStripChart.YAxisTickMajorColor
TiStripChart See Also
Specifies the color of the Y-Axis major ticks.
property YAxisTickMajorColor : TColor;
Description
Use YAxisTickMajorColor to read or change the color of the Y-Axis major ticks.
Example
Delphi
iComponent.YAxisTickMajorColor := clWhite;
C++ Builder
iComponent->YAxisTickMajorColor = clWhite;
Contents | Index | Previous | Next