igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
22 lines (21 loc) • 818 B
TypeScript
import { FinancialChartDropDownControl } from "./FinancialChartDropDownControl";
import { FinancialChartType } from "./FinancialChartType";
import { FinancialChartTypePickerViewModel } from "./FinancialChartTypePickerViewModel";
import { FinancialChartTypePickerView } from "./FinancialChartTypePickerView";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class FinancialChartTypePicker extends FinancialChartDropDownControl {
static $t: Type;
private static readonly z;
constructor(a: any);
get w(): FinancialChartType;
set w(a: FinancialChartType);
get x(): FinancialChartTypePickerView;
get y(): FinancialChartTypePickerViewModel;
protected get_s(): string;
protected get s(): string;
protected get_t(): string;
protected get t(): string;
}