TiPlotLayoutObject.StartPercent
TiPlotLayoutObject See Also
Specifies the starting position within the plot layout drawing area where the
layout object is drawn.
property StartPercent : Double;
Description
Use StartPercent to get or set the starting 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].StartPercent := 12.5;
C++ Builder
iComponent->XAxis[0]->StartPercent = 12.5;
Contents | Index | Previous | Next