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

TChartBasicAxis

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

Declaration

Source position: tachartaxisutils.pas line 160

type TChartBasicAxis = class(TCollectionItem)

strict protected

  FMarks: TCustomChartAxisMarks;

  

  function GetAlignment; virtual; abstract;

  

  procedure SetAlignment(); virtual; abstract;

  

  procedure SetMarks();

  

  procedure StyleChanged(); virtual; abstract;

  

public

  constructor Create(); overload;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function IsFlipped; virtual;

  

  function IsVertical;

  

  function TryApplyStripes();

  

  property Alignment: TChartAxisAlignment; [rw]

  

  property Arrow: TChartArrow; [rw]

  

  property Marks: TCustomChartAxisMarks; [rw]

  

published

  property Grid: TChartAxisGridPen; [rw]

  

  property Intervals: TChartAxisIntervalParams; [rw]

  

  property TickColor: TColor; [rw]

  

  property TickInnerLength: Integer; [rw]

  

  property TickLength: Integer; [rw]

  

  property TickWidth: Integer; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TChartBasicAxis

  

|

TObject



CT Web help

CodeTyphon Studio