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

TSortedChartSource

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

Declaration

Source position: tasources.pas line 96

type TSortedChartSource = class(TCustomSortedChartSource)

protected

  function DoCompare(); override;

  

  function GetCount; override;

  

  function GetItem(); override;

  

  procedure ResetTransformation();

  

  procedure SetXCount(); override;

  

  procedure SetYCount(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function BasicExtent; override;

  

  function Extent; override;

  

  function ExtentCumulative; override;

  

  function ExtentList; override;

  

  function ExtentXYList; override;

  

  function ValuesTotal; override;

  

  property UseSortedAutodetection: Boolean;

  

published

  property Origin: TCustomChartSource; [rw]

  

  property SortBy: TChartSortBy;

  

  property SortDir: TChartSortDir;

  

  property Sorted: Boolean;

  

  property SortIndex: Cardinal;

  

  property OnCompare: TChartSortCompare;

  

end;

Inheritance

TSortedChartSource

  

|

TCustomSortedChartSource

  

|

TCustomChartSource

  

|

TBasicChartSource

  

|

TObject



CT Web help

CodeTyphon Studio