Table of Contents

TBaseAxis.TBaseAxis Constructor

Creates a new TBaseAxis instance.

Syntax

Namespace: FlexCel.Core

protected TBaseAxis(TFlxChartFont aFont, String aNumberFormat, Boolean aNumberFormatLinkedToSource, TAxisLineOptions aAxisLineOptions, TAxisTickOptions aTickOptions, TDataLabel aCaption, TChartAxisPos aAxisPos, Double aLogBase)

Parameters

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

See also