Table of Contents

TCategoryAxis.TCategoryAxis Constructor

Overloads

TCategoryAxis.TCategoryAxis

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

Syntax

Namespace: FlexCel.Core

public TCategoryAxis()

See also

TCategoryAxis.TCategoryAxis(Int32, Int32, Int32, TDateUnits, Int32, TDateUnits, TDateUnits, Int32, TCategoryAxisOptions, TFlxChartFont, String, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, TDataLabel, TChartAxisPos, Double)

Constructs a new TCategoryAxisOptions instance.

Syntax

Namespace: FlexCel.Core

public TCategoryAxis(Int32 aMin, Int32 aMax, Int32 aMajorValue, TDateUnits aMajorUnit, Int32 aMinorValue, TDateUnits aMinorUnit, TDateUnits aBaseUnit, Int32 aCrossValue, TCategoryAxisOptions aAxisOptions, TFlxChartFont aFont, String aNumberFormat, Boolean aNumberFormatLinkedToSource, TAxisLineOptions aAxisLineOptions, TAxisTickOptions aTickOptions, TAxisRangeOptions aRangeOptions, TDataLabel aCaption, TChartAxisPos aAxisPos, Double aLabelOffset)

Parameters

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

See also

TCategoryAxis.TCategoryAxis(Int32, Int32, Int32, TDateUnits, Int32, TDateUnits, TDateUnits, Int32, TCategoryAxisOptions, TFlxChartFont, String, Boolean, TAxisLineOptions, TAxisTickOptions, TAxisRangeOptions, TDataLabel, TChartAxisPos, Double, Double)

Constructs a new TCategoryAxisOptions instance.

Syntax

Namespace: FlexCel.Core

public TCategoryAxis(Int32 aMin, Int32 aMax, Int32 aMajorValue, TDateUnits aMajorUnit, Int32 aMinorValue, TDateUnits aMinorUnit, TDateUnits aBaseUnit, Int32 aCrossValue, TCategoryAxisOptions aAxisOptions, TFlxChartFont aFont, String aNumberFormat, Boolean aNumberFormatLinkedToSource, TAxisLineOptions aAxisLineOptions, TAxisTickOptions aTickOptions, TAxisRangeOptions aRangeOptions, TDataLabel aCaption, TChartAxisPos aAxisPos, Double aLabelOffset, Double aLogBase)

Parameters

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

See also