Table of Contents

ChartSeriesMarkerOptions.ChartSeriesMarkerOptions Constructor

Creates a new ChartSeriesMarkerOptions instance.

Syntax

Namespace: FlexCel.Core

public ChartSeriesMarkerOptions(ChartLineOptions aLineFormat, TFillStyle aFill, TChartMarkerType aMarkerType, Boolean aAutomaticFillColors, Boolean aAutomaticLineColors, Int32 aMarkerSize, TUISize aMarkerImageSize, Boolean aAutomaticShape)

Parameters

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

See also