TiPlotDataView.GridLineXMinorWidth
TiPlotDataView
Specifies the width of the X-Axis Minor Grid Lines.
procedure GridLineXMinorWidth : Integer;
Description
Use Width to get or set the width of the X-Axis Minor Grid Lines. This value
is specified in pixels.
This property only has effect if GridLineXMinorCustom is set to TRUE. Otherwise, the width is fixed at 1 pixel.
Example
Delphi
iComponent.DataView[0].GridLineXMinorWidth := 2;
C++ Builder
iComponent->DataView[0]->GridLineXMinorWidth = 2;
Contents | Index | Previous | Next