TiPlotDataView.GridLineXMajorCustom
TiPlotDataView
Specifies whether the X-Axis Major Tick Grid Lines utilize the custom color,
style, and width properties.
property GridLineXMajorCustom : Boolean
Description
Use GridLineXMajorCustom to specify whether the X-Axis Major Tick Grid Lines
utilize the custom color, style, and width properties.
If GridLineXMajorCustom is TRUE, then the X-Axis Major Tick Grid Lines will be
drawn using the GridLineXMajorColor, GridLineXMajorStyle, and GridLineXMajorWidth properties.
If GridLineXMajorCustom is FALSE, then the X-Axis Major Tick Grid Lines will
be drawn using the overall GridLineColor and GridLineMajorStyle, properties. The width will be fixed at 1 pixel.
Example
Delphi
iComponent.DataView[0].GridLineXMajorCustom := True;
C++ Builder
iComponent->DataView[0]->GridLineXMajorCustom = TRUE;
Contents | Index | Previous | Next