InterfacesChartStyleChartStyle export enum ChartStyle { Column = 'COLUMN', Bar = 'BAR', Line = 'LINE', Area = 'AREA',}