TCategoryAxis.Create Constructor
Overloads
- TCategoryAxis.Create
- TCategoryAxis.Create(Integer, Integer, Integer, TDateUnits, Integer, TDateUnits, TDateUnits, Integer, TCategoryAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, IDataLabel, TChartAxisPos, Double)
- TCategoryAxis.Create(Integer, Integer, Integer, TDateUnits, Integer, TDateUnits, TDateUnits, Integer, TCategoryAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, IDataLabel, TChartAxisPos, Double, Double)
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
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
See also