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

TUserDefinedChartSource

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

Declaration

Source position: tasources.pas line 210

type TUserDefinedChartSource = class(TCustomChartSource)

protected

  function GetCount; override;

  

  function GetItem(); override;

  

  procedure SetXCount(); override;

  

  procedure SetYCount(); override;

  

public

  procedure EndUpdate; override;

  

  function IsSorted; override;

  

  procedure Reset;

  

published

  property OnGetChartDataItem: TGetChartDataItemEvent; [rw]

  

  property PointsNumber: Integer; [rw]

  

  property Sorted: Boolean; [rw]

  

  property XCount: Cardinal;

  

  property XErrorBarData: TChartErrorBarData;

  

  property YCount: Cardinal;

  

  property YErrorBarData: TChartErrorBarData;

  

end;

Inheritance

TUserDefinedChartSource

  

|

TCustomChartSource

  

|

TBasicChartSource

  

|

TObject



CT Web help

CodeTyphon Studio