Table of Contents

TCategoryAxis.Create Constructor

Overloads

TCategoryAxis.Create

Constructs a new TCategoryAxisOption instance with all values set to automatic.

Syntax

Unit: FlexCel.Core

constructor TCategoryAxis.Create;

See also

TCategoryAxis.Create(Integer, Integer, Integer, TDateUnits, Integer, TDateUnits, TDateUnits, Integer, TCategoryAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, IDataLabel, TChartAxisPos, Double)

Constructs a new TCategoryAxisOptions instance.

Syntax

Unit: FlexCel.Core

constructor TCategoryAxis.Create(const aMin: Integer; const aMax: Integer; const aMajorValue: Integer; const aMajorUnit: TDateUnits; const aMinorValue: Integer; const aMinorUnit: TDateUnits; const aBaseUnit: TDateUnits; const aCrossValue: Integer; const aAxisOptions: Set of TCategoryAxisOptions; const aFont: TFlxChartFont; const aNumberFormat: string; const aNumberFormatLinkedToSource: Boolean; const aAxisLineOptions: TAxisLineOptions; const aTickOptions: TAxisTickOptions; const aRangeOptions: TAxisRangeOptions; aCaption: IDataLabel; const aAxisPos: TChartAxisPos; const aLabelOffset: Double);

Parameters

<-> Parameter Type Description
const aMin Integer See Min
const aMax Integer See Max
const aMajorValue Integer See MajorValue
const aMajorUnit TDateUnits See MajorUnit
const aMinorValue Integer See MinorValue
const aMinorUnit TDateUnits See MinorUnit
const aBaseUnit TDateUnits See BaseUnit
const aCrossValue Integer See CrossValue
const aAxisOptions Set of TCategoryAxisOptions See AxisOptions
const aFont TFlxChartFont See TBaseAxis.Font
const aNumberFormat string See TBaseAxis.NumberFormat
const aNumberFormatLinkedToSource Boolean See TBaseAxis.NumberFormatLinkedToSource
const aAxisLineOptions TAxisLineOptions See TBaseAxis.AxisLineOptions. This parameter will be cloned.
const aTickOptions TAxisTickOptions See TBaseAxis.TickOptions This parameter will be cloned.
const aRangeOptions TAxisRangeOptions See RangeOptions This parameter will be cloned.
aCaption IDataLabel See TBaseAxis.Caption This parameter will be cloned.
const aAxisPos TChartAxisPos See TBaseAxis.AxisPos
const aLabelOffset Double See LabelOffset

See also

TCategoryAxis.Create(Integer, Integer, Integer, TDateUnits, Integer, TDateUnits, TDateUnits, Integer, TCategoryAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, IDataLabel, TChartAxisPos, Double, Double)

Constructs a new TCategoryAxisOptions instance.

Syntax

Unit: FlexCel.Core

constructor TCategoryAxis.Create(const aMin: Integer; const aMax: Integer; const aMajorValue: Integer; const aMajorUnit: TDateUnits; const aMinorValue: Integer; const aMinorUnit: TDateUnits; const aBaseUnit: TDateUnits; const aCrossValue: Integer; const aAxisOptions: Set of TCategoryAxisOptions; const aFont: TFlxChartFont; const aNumberFormat: string; const aNumberFormatLinkedToSource: Boolean; const aAxisLineOptions: TAxisLineOptions; const aTickOptions: TAxisTickOptions; const aRangeOptions: TAxisRangeOptions; aCaption: IDataLabel; const aAxisPos: TChartAxisPos; const aLabelOffset: Double; const aLogBase: Double);

Parameters

<-> Parameter Type Description
const aMin Integer See Min
const aMax Integer See Max
const aMajorValue Integer See MajorValue
const aMajorUnit TDateUnits See MajorUnit
const aMinorValue Integer See MinorValue
const aMinorUnit TDateUnits See MinorUnit
const aBaseUnit TDateUnits See BaseUnit
const aCrossValue Integer See CrossValue
const aAxisOptions Set of TCategoryAxisOptions See AxisOptions
const aFont TFlxChartFont See TBaseAxis.Font
const aNumberFormat string See TBaseAxis.NumberFormat
const aNumberFormatLinkedToSource Boolean See TBaseAxis.NumberFormatLinkedToSource
const aAxisLineOptions TAxisLineOptions See TBaseAxis.AxisLineOptions. This parameter will be cloned.
const aTickOptions TAxisTickOptions See TBaseAxis.TickOptions This parameter will be cloned.
const aRangeOptions TAxisRangeOptions See RangeOptions This parameter will be cloned.
aCaption IDataLabel See TBaseAxis.Caption This parameter will be cloned.
const aAxisPos TChartAxisPos See TBaseAxis.AxisPos
const aLabelOffset Double See LabelOffset
const aLogBase Double See TBaseAxis.LogBase

See also