Table of Contents

TBaseAxis.Create Constructor

Creates a new TBaseAxis instance.

Syntax

Unit: FlexCel.Core

constructor TBaseAxis.Create(const aFont: TFlxChartFont; const aNumberFormat: string; const aNumberFormatLinkedToSource: Boolean; const aAxisLineOptions: TAxisLineOptions; const aTickOptions: TAxisTickOptions; const aCaption: IDataLabel; const aAxisPos: TChartAxisPos; const aLogBase: Double);

Parameters

<-> Parameter Type Description
const aFont TFlxChartFont See TUIFont
const aNumberFormat string See NumberFormat
const aNumberFormatLinkedToSource Boolean See NumberFormatLinkedToSource
const aAxisLineOptions TAxisLineOptions See AxisLineOptions
const aTickOptions TAxisTickOptions See TickOptions
const aCaption IDataLabel See Caption
const aAxisPos TChartAxisPos See AxisPos
const aLogBase Double See LogBase

See also