Syntax
FontSize.SMALL
Description
Default value; used with the AddLabel() function to specify text font size.
Example
AddLabel(yes, "Current symbol: " + GetSymbol(), size = FontSize.SMALL);
Displays a label with the name of the current symbol using the small font size.