TiPlotDataView.GridLineXMinorColor
TiPlotDataView
Specifies the color used when drawing the X-Axis Minor Tick Grid Lines.
property GridLineXMinorColor : TColor;
Description
Use GridLineXMinorColor to get or set the color used when drawing the X-Axis
Minor Tick Grid Lines.
This property only has effect if GridLineXMinorCustom is set to TRUE. Otherwise, the Color is specified by the overall GridLineColor property.
Example
Delphi
iComponent.DataView[0].GridLineXMinorColor := clWhite;
C++ Builder
iComponent->DataView[0]->GridLineXMinorColor = clWhite;
Contents | Index | Previous | Next