Table of Contents

TScatterChartOptions.TScatterChartOptions Constructor

Overloads

TScatterChartOptions.TScatterChartOptions(Boolean)

Creates a new chart options simplified for a scatter chart.

Syntax

Namespace: FlexCel.Core

public TScatterChartOptions(Boolean aChangeColorsOnEachSeries)

Parameters

<-> Parameter Type Description
aChangeColorsOnEachSeries Boolean See TChartOptions.ChangeColorsOnEachSeries

See also

TScatterChartOptions.TScatterChartOptions(Boolean, Int32, TBubbleSizeType, Boolean)

Creates a new chart options simplified for a bubble chart.

Syntax

Namespace: FlexCel.Core

public TScatterChartOptions(Boolean aChangeColorsOnEachSeries, Int32 aBubblePercentRatio, TBubbleSizeType aBubbleSizeType, Boolean aShowNegativeBubbles)

Parameters

<-> Parameter Type Description
aChangeColorsOnEachSeries Boolean See TChartOptions.ChangeColorsOnEachSeries
aBubblePercentRatio Int32 See BubblePercentRatio
aBubbleSizeType TBubbleSizeType See BubbleSizeType
aShowNegativeBubbles Boolean See ShowNegativeBubbles

See also

TScatterChartOptions.TScatterChartOptions(Int32, Boolean, Int32, ChartSeriesOptions, Int32, TBubbleSizeType, Boolean, Boolean, Boolean, TDataLabel)

Creates a new TScatterChartOptions instance.

Syntax

Namespace: FlexCel.Core

public TScatterChartOptions(Int32 aAxisNumber, Boolean aChangeColorsOnEachSeries, Int32 aZOrder, ChartSeriesOptions aSeriesOptions, Int32 aBubblePercentRatio, TBubbleSizeType aBubbleSizeType, Boolean aIsBubbleChart, Boolean aShowNegativeBubbles, Boolean aBubblesHaveShadow, TDataLabel aDefaultLabel)

Parameters

<-> Parameter Type Description
aAxisNumber Int32 See TChartOptions.AxisNumber
aChangeColorsOnEachSeries Boolean See TChartOptions.ChangeColorsOnEachSeries
aZOrder Int32 See TChartOptions.ZOrder
aSeriesOptions ChartSeriesOptions See TChartOptions.SeriesOptions
aBubblePercentRatio Int32 See BubblePercentRatio
aBubbleSizeType TBubbleSizeType See BubbleSizeType
aIsBubbleChart Boolean See IsBubbleChart
aShowNegativeBubbles Boolean See ShowNegativeBubbles
aBubblesHaveShadow Boolean See BubblesHaveShadow
aDefaultLabel TDataLabel Default label properties for labels in this group.

See also