Table of Contents

TFlxChartFont Class

A TFlxFont with Scaling factor. Scaling factor might be different than 1 if the chart has Autosize Fonts. To get the real value of the font, you need to multiply by the factor.

Syntax

Namespace: FlexCel.Core

public class TFlxChartFont: ICloneable

Constructors

Methods

Name Description
Clone Return a deep copy of the copy.

Properties

Name Description
Scale Scale for the font. Multiply by this value to get the real size in points.
Font Actual information for the font.
IsCalculated If true, this font was calculated from defaults, and didn't had a real value in the file.
If the font is calculated, then you shouldn't set it when setting a font.