import { CategoryChartVisualizationSettings } from './CategoryChartVisualizationSettings'; export declare class BarChartVisualizationSettings extends CategoryChartVisualizationSettings { constructor(); /** * Gets or sets the gap between the bars in the chart. The value is a percentage of the bar width. */ gap: number; /** * Gets or sets the overlap between the bars in the chart. The value is a percentage of the bar width. */ overlap: number; }