TChartSeriesMiscOptions.Create Constructor
Creates a new ChartSeriesMiscOptions instance.
Syntax
Unit: FlexCel.Core
constructor TChartSeriesMiscOptions.Create(const aSmoothedLines: Boolean; const aBubbles3D: Boolean; const aHasShadow: Boolean);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aSmoothedLines |
Boolean |
Lines should be smoothed (line and scatter charts). |
| const |
aBubbles3D |
Boolean |
Draw bubbles with 3D effects. |
| const |
aHasShadow |
Boolean |
Series has shadow. |
See also