import { DBase } from "./d-base"; import { DChartSeriesLineOfAny } from "./d-chart-series-line-of-any"; import { EShapeLineOfAny } from "./shape/variant/e-shape-line-of-any"; /** * A series represents a line of rounded rectangles. * Data points must be sorted in ascending order on the X axis. */ export declare class DChartSeriesLineOfRectangleRoundeds extends DChartSeriesLineOfAny { protected newLineOfAny(): EShapeLineOfAny; }