Unit 'DAV_GuiGraphXY' Package
[Overview][Types][Classes][Variables][Index] [#pl_asiovst]

TCustomAxis

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DAV_GuiGraphXY.pas line 48

type TCustomAxis = class(TPersistent)

protected

  procedure AutoExtendBoundsFlagChanged; virtual;

  

  procedure AutoGranularityFlagChanged; virtual;

  

  procedure GranularityChanged; virtual;

  

  procedure RangeChanged; virtual;

  

  procedure LowerChanged; virtual;

  

  procedure MaximumChanged; virtual;

  

  procedure MinimumChanged; virtual;

  

  procedure UpperChanged; virtual;

  

  procedure Resized; virtual;

  

  procedure AssignTo(); override;

  

  property ZeroPosition: Double; [r]

  

  property ValuePerPixel: Double; [r]

  

  property PixelPerValue: Double; [r]

  

public

  constructor Create; virtual;

  

  procedure SetBounds();

  

  property Range: Double; [r]

  

  property PixelSize: Integer; [rw]

  

published

  property Flags: TCustomAxisFlags; [rw]

  

  property Granularity: Double; [rw]

  

  property GranularityBase: Integer; [rw]

  

  property MinimumGranularityDistance: Integer; [rw]

  

  property Minimum: Double; [rw]

  

  property Maximum: Double; [rw]

  

  property Lower: Double; [rw]

  

  property Upper: Double; [rw]

  

  property OnChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TCustomAxis

  

|

TObject



CT Web help

CodeTyphon Studio