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

TRandomChartSource

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

Declaration

Source position: tasources.pas line 149

type TRandomChartSource = class(TCustomChartSource)

protected

  procedure ChangeErrorBars(); override;

  

  function GetCount; override;

  

  function GetItem(); override;

  

  procedure SetXCount(); override;

  

  procedure SetYCount(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function IsSorted; override;

  

published

  property PointsNumber: Integer; [rw]

  

  property RandomColors: Boolean; [rw]

  

  property RandomX: Boolean; [rw]

  

  property RandSeed: Integer; [rw]

  

  property XCount: Cardinal;

  

  property XMax: Double; [rw]

  

  property XMin: Double; [rw]

  

  property YCount: Cardinal;

  

  property YMax: Double; [rw]

  

  property YMin: Double; [rw]

  

  property YNanPercent: TPercent; [rw]

  

  property XErrorBarData: TChartErrorBarData;

  

  property YErrorBarData: TChartErrorBarData;

  

end;

Inheritance

TRandomChartSource

  

|

TCustomChartSource

  

|

TBasicChartSource

  

|

TObject



CT Web help

CodeTyphon Studio