Table of Contents

ChartSeriesMiscOptions.ChartSeriesMiscOptions Constructor

Creates a new ChartSeriesMiscOptions instance.

Syntax

Namespace: FlexCel.Core

public ChartSeriesMiscOptions(Boolean aSmoothedLines, Boolean aBubbles3D, Boolean aHasShadow)

Parameters

<-> Parameter Type Description
aSmoothedLines Boolean Lines should be smoothed (line and scatter charts).
aBubbles3D Boolean Draw bubbles with 3D effects.
aHasShadow Boolean Series has shadow.

See also