TiPlotAxis.TitleShow
TiPlotAxis See Also
Specifies whether the axis title is shown.
property TitleShow : Boolean;
Description
Use TitleShow to specify whether the axis title is shown.
Example
Delphi
iComponent.XAxis[0].TitleShow := True;
iComponent.YAxis[0].TitleShow := True;
C++ Builder
iComponent->XAxis[0]->TitleShow = True;
iComponent->YAxis[0]->TitleShow = True;
Contents | Index | Previous | Next