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

TCalculatedChartSource

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

Declaration

Source position: tasources.pas line 245

type TCalculatedChartSource = class(TCustomChartSource)

protected

  function GetCount; override;

  

  function GetItem(); override;

  

  procedure SetXCount(); override;

  

  procedure SetYCount(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function IsSorted; override;

  

published

  property AccumulationDirection: TChartAccumulationDirection; [rw]

  

  property AccumulationMethod: TChartAccumulationMethod; [rw]

  

  property AccumulationRange: Cardinal; [rw]

  

  property Origin: TCustomChartSource; [rw]

  

  property Percentage: Boolean; [rw]

  

  property ReorderYList: string; [rw]

  

end;

Inheritance

TCalculatedChartSource

  

|

TCustomChartSource

  

|

TBasicChartSource

  

|

TObject



CT Web help

CodeTyphon Studio