TiPlotAxis.ScaleLineShow

TiPlotAxis See Also

Specifies whether the scale line is drawn on the axis.

property ScaleLineShow : Boolean;

Description

Use ScaleLineShow to specify whether the scale line is drawn on the axis. The scale line is drawn the entire length of the scale.

Example

Delphi

iComponent.XAxis[0].ScaleLineShow := True;

iComponent.YAxis[0].ScaleLineShow := True;

C++ Builder

iComponent->XAxis[0]->ScaleLineShow = True;

iComponent->YAxis[0]->ScaleLineShow = True;

Contents | Index | Previous | Next