TiPlotLayoutObject.StopPercent

TiPlotLayoutObject See Also

Specifies the stopping position within the plot layout drawing area where the layout object is drawn.

property StopPercent : Double;

Description

Use StopPercent to get or set the stopping position within the plot layout drawing area where the layout object is drawn.

The reference for 0% is the bottom or left of the data view and depends on the orientation of the layout object. The reference for 100% is the top or right of the data view and depends on the orientation of the layout object

Currently, only the axes support the StartPercent and StopPercent properties. The legend and toolbar ignore the StartPercent and StopPercent properties.

Example

Delphi

iComponent.XAxis[0].StopPercent := 12.5;

C++ Builder

iComponent->XAxis[0]->StopPercent = 12.5;

Contents | Index | Previous | Next