Syntax
FontSize.MEDIUM
Description
Used with the AddLabel() function to increase the default font size by 150%.
Example
AddLabel(yes, "Current symbol: " + GetSymbol(), size = FontSize.MEDIUM);
Displays a label with the name of the current symbol using the medium font size.