1 | import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
2 | import { Orientation } from '../types/orientation.enum';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class AxisLabelComponent implements OnChanges {
|
5 | orient: Orientation;
|
6 | label: string;
|
7 | offset: number;
|
8 | width: number;
|
9 | height: number;
|
10 | x: number;
|
11 | y: number;
|
12 | transform: string;
|
13 | strokeWidth: string;
|
14 | textAnchor: string;
|
15 | element: ElementRef;
|
16 | textHeight: number;
|
17 | margin: number;
|
18 | constructor(element: ElementRef);
|
19 | ngOnChanges(changes: SimpleChanges): void;
|
20 | update(): void;
|
21 | static ɵfac: i0.ɵɵFactoryDeclaration<AxisLabelComponent, never>;
|
22 | static ɵcmp: i0.ɵɵComponentDeclaration<AxisLabelComponent, "g[ngx-charts-axis-label]", never, { "orient": { "alias": "orient"; "required": false; }; "label": { "alias": "label"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
|
23 | }
|