DefaultChartTitleSize Constant
In This Article
Specifies the default font size for Chart control titles, in typographic points.
#Declaration
Delphi
const DefaultChartTitleSize: Integer = 18;
#Returns
Type | Description |
---|---|
Integer | The default font size (in typographic points) for Chart control titles at |
#Remarks
The DefaultChartTitleSize
typed constant defines the default Appearance.FontOptions.Size property value for Chart control titles.
See Also