UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

26 lines (25 loc) 687 B
import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class TimeAxisLabelFormat extends Base implements INotifyPropertyChanged { static $t: Type; private n; get o(): number; set o(a: number); private a; get e(): string; set e(a: string); private d; get l(): string; set l(a: string); private c; get j(): string; set j(a: string); private b; get h(): string; set h(a: string); private p; protected q(a: string, b: any, c: any): void; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; }