Skip to main content

DefaultChartTitleSize Constant

Specifies the default font size for Chart control titles, in typographic points.

Declaration

const DefaultChartTitleSize: Integer = 18;

Returns

Type Description
Integer

The default font size (in typographic points) for Chart control titles at 96 DPI.

Remarks

The DefaultChartTitleSize typed constant defines the default Appearance.FontOptions.Size property value for Chart control titles.

See Also