Search Results for

    Show / Hide Table of Contents

    TValueAxis.TValueAxis Constructor

    Overloads

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

    TValueAxis.TValueAxis

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

    Syntax

    Namespace: FlexCel.Core

    public TValueAxis()

    See also

    • TValueAxis

    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.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

    • TValueAxis
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com