Table of Contents

TChartSeriesMarkerOptions.Create Constructor

Creates a new ChartSeriesMarkerOptions instance.

Syntax

Unit: FlexCel.Core

constructor TChartSeriesMarkerOptions.Create(aLineFormat: IChartLineOptions; aFill: IFillStyle; const aMarkerType: TChartMarkerType; const aAutomaticFillColors: Boolean; const aAutomaticLineColors: Boolean; const aMarkerSize: Integer; const aMarkerImageSize: TUISize; const aAutomaticShape: Boolean);

Parameters

<-> Parameter Type Description
aLineFormat IChartLineOptions Format of the marker lines.
aFill IFillStyle Color of the marker fill.
const aMarkerType TChartMarkerType Type of marker.
const aAutomaticFillColors Boolean When true, marker brush colors are assigned automatically.
const aAutomaticLineColors Boolean When true, marker line colors are assigned automatically.
const aMarkerSize Integer Marker size.
const aMarkerImageSize TUISize Image size for the marker when the type is Image.
const aAutomaticShape Boolean When true, marker shape changes automatically.

See also