@syncfusion/ej2-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.
9 lines (8 loc) • 368 B
TypeScript
import { TitleModel } from '../../smithchart/title/title-model';
import { Smithchart } from '../../smithchart';
import { SmithchartRect } from '../../smithchart/utils/utils';
export declare class AreaBounds {
yOffset: number;
calculateAreaBounds(smithchart: Smithchart, title: TitleModel, bounds: SmithchartRect): SmithchartRect;
private getLegendSpace;
}