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