TiPlotDataView.GridLineYMajorCustom
TiPlotDataView
Specifies whether the Y-Axis Major Tick Grid Lines utilize the custom color,
style, and width properties.
property GridLineYMajorCustom : Boolean
Description
Use GridLineYMajorCustom to specify whether the Y-Axis Major Tick Grid Lines
utilize the custom color, style, and width properties.
If GridLineYMajorCustom is TRUE, then the Y-Axis Major Tick Grid Lines will be
drawn using the GridLineYMajorColor, GridLineYMajorStyle, and GridLineYMajorWidth properties.
If GridLineYMajorCustom is FALSE, then the Y-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].GridLineYMajorCustom := True;
C++ Builder
iComponent->DataView[0]->GridLineYMajorCustom = TRUE;
Contents | Index | Previous | Next