Unit 'googlesheets' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TBasicChartSpec

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

Declaration

Source position: googlesheets.pp line 2361

type TBasicChartSpec = class(TGoogleBaseObject)

protected

  procedure SetchartType(); virtual;

  

  procedure Setdomains(); virtual;

  

  procedure SetheaderCount(); virtual;

  

  procedure Setseries(); virtual;

  

  procedure SetlegendPosition(); virtual;

  

  procedure Setaxis(); virtual;

  

published

  property chartType: string; [rw]

  

  property domains: TBasicChartSpecTypedomainsArray; [rw]

  

  property headerCount: Integer; [rw]

  

  property series: TBasicChartSpecTypeseriesArray; [rw]

  

  property legendPosition: string; [rw]

  

  property axis: TBasicChartSpecTypeaxisArray; [rw]

  

end;

Inheritance

TBasicChartSpec

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio