Table of Contents

TFlxChartFont.TFlxChartFont Constructor

Overloads

TFlxChartFont.TFlxChartFont

Constructs a new instance.

Syntax

Namespace: FlexCel.Core

public TFlxChartFont()

See also

TFlxChartFont.TFlxChartFont(TFlxFont)

Constructs a new instance.

Syntax

Namespace: FlexCel.Core

public TFlxChartFont(TFlxFont aFont)

Parameters

<-> Parameter Type Description
aFont TFlxFont Font.

See also

TFlxChartFont.TFlxChartFont(String, Int32)

Constructs a new instance.

Syntax

Namespace: FlexCel.Core

public TFlxChartFont(String aName, Int32 Size20)

Parameters

<-> Parameter Type Description
aName String Name of the font.
Size20 Int32 Height of the font (in units of 1/20th of a point). A Size20 = 200 means 10 points.

See also

TFlxChartFont.TFlxChartFont(String, Int32, Boolean)

Constructs a new instance.

Syntax

Namespace: FlexCel.Core

public TFlxChartFont(String aName, Int32 Size20, Boolean aIsCalculated)

Parameters

<-> Parameter Type Description
aName String Name of the font.
Size20 Int32 Height of the font (in units of 1/20th of a point). A Size20 = 200 means 10 points.
aIsCalculated Boolean If true, this font was calculated from defaults, and didn't had a real value in the file.

See also

TFlxChartFont.TFlxChartFont(String, Int32, TExcelColor, TFlxFontStyles, TFlxUnderline, TFontScheme)

Constructs a new instance.

Syntax

Namespace: FlexCel.Core

public TFlxChartFont(String aName, Int32 Size20, TExcelColor aColor, TFlxFontStyles aStyle, TFlxUnderline aUnderline, TFontScheme aScheme)

Parameters

<-> Parameter Type Description
aName String
Size20 Int32
aColor TExcelColor
aStyle TFlxFontStyles
aUnderline TFlxUnderline
aScheme TFontScheme

See also