Unit 'TAIntervalSources' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_tachart]

TIntervalChartSource

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

Declaration

Source position: taintervalsources.pas line 25

type TIntervalChartSource = class(TCustomChartSource)

strict protected

  procedure CalculateIntervals();

  

protected

  function GetCount; override;

  

  function GetItem(); override;

  

  procedure SetXCount(); override;

  

  procedure SetYCount(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure ValuesInRange(); override;

  

published

  property Params: TChartAxisIntervalParams; [rw]

  

end;

Inheritance

TIntervalChartSource

  

|

TCustomChartSource

  

|

TBasicChartSource

  

|

TObject



CT Web help

CodeTyphon Studio