TiPlotComponent.DataViewZVert

TiPlotComponent See Also

Specifies the vertical z-order of the data view relative to other vertical layout objects.

property DataViewZVert : Integer;

Description

Use DataViewZVert to get or set the vertical z-order of the data view relative to other vertical layout objects. The DataViewZVert 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.DataViewZVert := 1;

C++ Builder

iComponent->DataViewZVert = 1;

Contents | Index | Previous | Next