Unit 'TAColorMap' Package
[Overview][Types][Classes][Index] [#lz_tachart]

TColorMap

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

Declaration

Source position: tacolormap.pas line 14

type TColorMap = class(TComponent)

protected

  procedure BuildPalette();

  

  procedure CheckColorSource();

  

  procedure ColorMapChanged(); virtual;

  

  procedure ColorSourceChanged(); virtual;

  

  function OwnerSeries;

  

  procedure UpdateColorExtent;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function ColorByValue();

  

  function IsColorSourceStored;

  

  function IsPaletteMaxStored;

  

  function IsPaletteMinStored;

  

  property BuiltinColorSource: TListChartSource; [r]

  

  property ColorExtentMax: Double; [r]

  

  property ColorExtentMin: Double; [r]

  

  property BuiltinPalette: TColorMapPalette; [rw]

  

  property ColorSource: TCustomChartSource; [rw]

  

  property Interpolate: Boolean; [rw]

  

  property PaletteMax: Double; [rw]

  

  property PaletteMin: Double; [rw]

  

  property OnChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TColorMap

  

|

TObject



CT Web help

CodeTyphon Studio