The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LayerVisible


Unit:SDL_rchart
Class:TRChart
Declaration:property LayerVisible [layer: integer]: boolean;

The array property LayerVisible controls the visibility of data belonging to a specific layer. The parameter layer specifies the layer number and may assume values between 1 and MAXNUMRCLAYERS.. Assigning a TRUE value makes the particular layer visible, a FALSE value hides its data. By default, all layers are visible. Please note that the LayerVisible property controls only the visibility of the data, the visibility of the axes is not affected and can be controlled by the ScalePropsX[].Visible and ScalePropsY[].Visible properties of the particular axis.

Hint: In the Light Edition the number of layers is restricted to 2.



Last Update: 2023-Dec-13