@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
21 lines (20 loc) • 588 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
export declare class GaugeAxisComponent implements OnChanges {
bigSegments: any;
smallSegments: any;
min: any;
max: any;
angleSpan: number;
startAngle: number;
radius: any;
valueScale: any;
tickFormatting: any;
ticks: any;
rotationAngle: number;
rotate: string;
ngOnChanges(changes: SimpleChanges): void;
update(): void;
getTicks(): any;
getTextAnchor(angle: any): string;
getTickPath(startDistance: any, tickLength: any, angle: any): any;
}