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....



TScalePropsVert


Unit:SDL_rchart
Class:none
Declaration:
TScalePropsVert = class (TScaleProps)
                  private
                    FScaleLoc    : TScaleLocationVert;
                  public
                    constructor Create;
                    procedure SetScaleLoc (value: TScaleLocationVert);
                  published
                    property ScaleLocation : TScaleLocationVert;
                  end;

The type declaration TScalePropsVert has been declared to provide convenient access to the parameters of the vertical chart scales. For more details please read the description of the following properties: Scale1Y..Scale4Y, ScalePropsY, and TContourPlot.ScaleY.


Last Update: 2023-Feb-06