Unit 'fpsChart' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fpspreadsheet]

TsChartSeries

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

Declaration

Source position: fpschart.pas line 782

type TsChartSeries = class(TsChartElement)

protected

  FLine: TsChartLine;

  

  FFill: TsChartFill;

  

  function GetChartType; virtual;

  

  property Trendline: TsChartTrendline; [rw]

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  function GetCount;

  

  function GetDefaultSeriesColor;

  

  function GetXAxis;

  

  function GetYAxis;

  

  function GetXCount;

  

  function GetYCount;

  

  function HasLabels;

  

  function HasXValues;

  

  function HasYValues;

  

  procedure SetTitleAddr();

  

  procedure SetLabelRange();

  

  procedure SetXRange();

  

  procedure SetYRange();

  

  procedure SetFillColorRange();

  

  procedure SetLineColorRange();

  

  function LabelsInCol;

  

  function XValuesInCol;

  

  function YValuesInCol;

  

  property ChartType: TsChartType; [r]

  

  property Count: Integer; [r]

  

  property DataLabels: TsChartDataLabels; [rw]

  

  property DataLabelCalloutShape: TsChartLabelCalloutShape; [rw]

  

  property DataPointStyles: TsChartDataPointStyleList; [r]

  

  property FillColorRange: TsChartRange; [rw]

  

  property GroupIndex: Integer; [rw]

  

  property LabelBackground: TsChartFill; [rw]

  

  property LabelBorder: TsChartLine; [rw]

  

  property LabelFont: TsFont; [rw]

  

  property LabelFormat: string; [rw]

  

  property LabelFormatPercent: string; [rw]

  

  property LabelPosition: TsChartLabelPosition; [rw]

  

  property LabelRange: TsChartRange; [rw]

  

  property LabelSeparator: string; [rw]

  

  property LineColorRange: TsChartRange; [rw]

  

  property Order: Integer; [rw]

  

  property TitleAddr: TsChartCellAddr; [rw]

  

  property SupportsTrendline: Boolean; [r]

  

  property XAxis: TsChartAxisLink; [rw]

  

  property XErrorBars: TsChartErrorBars; [rw]

  

  property XRange: TsChartRange; [rw]

  

  property YAxis: TsChartAxisLink; [rw]

  

  property YErrorBars: TsChartErrorBars; [rw]

  

  property YRange: TsChartRange; [rw]

  

  property Fill: TsChartFill; [rw]

  

  property Line: TsChartLine; [rw]

  

end;

Inheritance

TsChartSeries

  

|

TsChartElement

  

|

TObject



CT Web help

CodeTyphon Studio