igniteui-angular-charts
Version: 
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
16 lines (15 loc) • 449 B
TypeScript
import { Base, INotifyPropertyChanged, Type, PropertyChangedEventArgs } from "igniteui-angular-core";
/**
 * @hidden
 */
export declare class FinancialChartIndicatorMenuItem extends Base implements INotifyPropertyChanged {
    static $t: Type;
    d: any;
    c: number;
    f: string;
    g: Type;
    private a;
    propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
    get b(): boolean;
    set b(a: boolean);
}