igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
14 lines (13 loc) • 511 B
TypeScript
import { FinancialChartDropDownControlViewModel } from "./FinancialChartDropDownControlViewModel";
import { FinancialChartType } from "./FinancialChartType";
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class FinancialChartTypePickerViewModel extends FinancialChartDropDownControlViewModel {
static $t: Type;
private _chartType;
get chartType(): FinancialChartType;
set chartType(a: FinancialChartType);
get chartTypeString(): string;
}