Table of Contents

ChartLineOptions.ChartLineOptions Constructor

Overloads

ChartLineOptions.ChartLineOptions(TShapeLine)

Creates a new ChartSeriesLineOptions instance.

Syntax

Namespace: FlexCel.Core

public ChartLineOptions(TShapeLine aShapeLine)

Parameters

<-> Parameter Type Description
aShapeLine TShapeLine Line fill definition.

See also

ChartLineOptions.ChartLineOptions(TDrawingColor, Nullable<Int32>)

This is a convenience constructor to create the most common line which is just a solid line with a color and width.

Syntax

Namespace: FlexCel.Core

public ChartLineOptions(TDrawingColor aColor, Nullable<Int32> aWidth)

Parameters

<-> Parameter Type Description
aColor TDrawingColor Color of the line.
aWidth Nullable<Int32> Width of the line in EMUs (1 pt = 12700 EMUs). If null, width of the theme will be used.

See also