Next coming TeeChart update will include a new small “Theme” class to use the color settings from the current Application style (VCL and Firemonkey). (Application styles are available in RAD Studio XE3 and up). The code to enable this automatic chart styling is: VCL: uses VCLTee.TeeThemes; TSystemTheme.ApplyStyle( Chart1 ); Firemonkey: uses […]