Table of Contents

TValueAxis.TValueAxis Constructor

Overloads

TValueAxis.TValueAxis

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

Syntax

Namespace: FlexCel.Core

public TValueAxis()

See also

TValueAxis.TValueAxis(Double, Double, Double, Double, Double, TValueAxisOptions, TFlxChartFont, String, Boolean, TAxisLineOptions, TAxisTickOptions, TDataLabel, TChartAxisPos)

Constructs a new TValueAxisOptions instance.

Syntax

Namespace: FlexCel.Core

public TValueAxis(Double aMin, Double aMax, Double aMajor, Double aMinor, Double aCrossValue, TValueAxisOptions aAxisOptions, TFlxChartFont aFont, String aNumberFormat, Boolean aNumberFormatLinkedToSource, TAxisLineOptions aAxisLineOptions, TAxisTickOptions aTickOptions, TDataLabel aCaption, TChartAxisPos aAxisPos)

Parameters

<-> Parameter Type Description
aMin Double See Min
aMax Double See Max
aMajor Double See Major
aMinor Double See Minor
aCrossValue Double See CrossValue
aAxisOptions TValueAxisOptions See AxisOptions
aFont TFlxChartFont See TBaseAxis.Font. This parameter will be cloned.
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.
aCaption TDataLabel See TBaseAxis.Caption This parameter will be cloned.
aAxisPos TChartAxisPos See TBaseAxis.AxisPos

See also

TValueAxis.TValueAxis(Double, Double, Double, Double, Double, TValueAxisOptions, TFlxChartFont, String, Boolean, TAxisLineOptions, TAxisTickOptions, TDataLabel, TChartAxisPos, Double)

Constructs a new TValueAxisOptions instance.

Syntax

Namespace: FlexCel.Core

public TValueAxis(Double aMin, Double aMax, Double aMajor, Double aMinor, Double aCrossValue, TValueAxisOptions aAxisOptions, TFlxChartFont aFont, String aNumberFormat, Boolean aNumberFormatLinkedToSource, TAxisLineOptions aAxisLineOptions, TAxisTickOptions aTickOptions, TDataLabel aCaption, TChartAxisPos aAxisPos, Double aLogBase)

Parameters

<-> Parameter Type Description
aMin Double See Min
aMax Double See Max
aMajor Double See Major
aMinor Double See Minor
aCrossValue Double See CrossValue
aAxisOptions TValueAxisOptions See AxisOptions
aFont TFlxChartFont See TBaseAxis.Font. This parameter will be cloned.
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.
aCaption TDataLabel See TBaseAxis.Caption This parameter will be cloned.
aAxisPos TChartAxisPos See TBaseAxis.AxisPos
aLogBase Double See TBaseAxis.LogBase

See also