Search Results for

    Show / Hide Table of Contents

    TAreaChartOptions.TAreaChartOptions Constructor

    Overloads

    • TAreaChartOptions.TAreaChartOptions(Boolean, TStackedMode, TChartDropBars)
    • TAreaChartOptions.TAreaChartOptions(Int32, Boolean, Int32, TStackedMode, Boolean, ChartSeriesOptions, TChartDropBars, TDataLabel)

    TAreaChartOptions.TAreaChartOptions(Boolean, TStackedMode, TChartDropBars)

    Creates a new TAreaChartOptions instance simplified with the data used in an xlsx chart.

    Syntax

    Namespace: FlexCel.Core

    public TAreaChartOptions(Boolean aChangeColorsOnEachSeries, TStackedMode aStackedMode, TChartDropBars aDropBars)

    Parameters

    <-> Parameter Type Description
    aChangeColorsOnEachSeries Boolean If false, all series will be the same color.
    aStackedMode TStackedMode TStackedMode of the chart.
    aDropBars TChartDropBars Drop bars and lines information. This value will be copied.

    See also

    • TAreaChartOptions

    TAreaChartOptions.TAreaChartOptions(Int32, Boolean, Int32, TStackedMode, Boolean, ChartSeriesOptions, TChartDropBars, TDataLabel)

    Creates a new TAreaChartOptions instance.

    Syntax

    Namespace: FlexCel.Core

    public TAreaChartOptions(Int32 aAxisNumber, Boolean aChangeColorsOnEachSeries, Int32 aZOrder, TStackedMode aStackedMode, Boolean aHasShadow, ChartSeriesOptions aSeriesOptions, TChartDropBars aDropBars, TDataLabel aDefaultLabel)

    Parameters

    <-> Parameter Type Description
    aAxisNumber Int32 Axis where this chart group belongs, 0 is primary, 1 is secondary.
    aChangeColorsOnEachSeries Boolean If false, all series will be the same color.
    aZOrder Int32 Z-Order of this chart group, with 0 being the bottom. Chart groups with lower z-Order are drawn below the ones with higher ones.
    aStackedMode TStackedMode TStackedMode of the chart.
    aHasShadow Boolean True if the chart lines have shadows.
    aSeriesOptions ChartSeriesOptions Global options that apply to all the series on this group. This instance will be copied.
    aDropBars TChartDropBars Drop bars and lines information. This value will be copied.
    aDefaultLabel TDataLabel Default label properties for labels in this group.

    See also

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