The Font size (in points) for text.
When managing Font sizes of Drawing Canvas custom outputted text relative to Chart text (titles, labels, etc.), use Font.Height to size the Canvas text.
Default value: 8
Tags:
Use Invalidate when the entire canvas needs to be repainted.
When more than one region within the canvas needs repainting, Invalidate will cause the entire window to be repainted in a single pass, avoiding flicker caused by redundant repaints.
There is no performance penalty for calling Invalidate multiple times before the control is actually repainted.
Tags:
Overrides
TeeBase::invalidate() (Use invalidate when the entire canvas needs to be repainted.)