TiPlotComponent.DataViewZHorz
TiPlotComponent See Also
Specifies the horizontal z-order of the data view relative to other horizontal
layout objects.
property DataViewZHorz : Integer;
Description
Use DataViewZHorz to get or set the horizontal z-order of the data view
relative to other horizontal layout objects. The DataViewZHorz value is automatically
maintained by the Layout Manager and typically should not be modified by the
developer and is only provided for use by the property editor. If you still need
to modify this value, first call the DisableLayoutManager, make any Z-Order modifications and then call EnableLayoutManager.
Example
Delphi
iComponent.DataViewZHorz := 1;
C++ Builder
iComponent->DataViewZHorz = 1;
Contents | Index | Previous | Next