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

TChartStyle

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

Declaration

Source position: tastyles.pas line 23

type TChartStyle = class(TCollectionItem)

protected

  function GetDisplayName; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Apply();

  

  procedure Assign(); override;

  

published

  property Brush: TBrush; [rw]

  

  property Font: TFont; [rw]

  

  property Pen: TPen; [rw]

  

  property RepeatCount: Cardinal; [rw]

  

  property Text: string; [rw]

  

  property UseBrush: Boolean; [rw]

  

  property UseFont: Boolean; [rw]

  

  property UsePen: Boolean; [rw]

  

end;

Inheritance

TChartStyle

  

|

TObject



CT Web help

CodeTyphon Studio