igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
53 lines (52 loc) • 1.56 kB
TypeScript
import { SeriesDescription } from "./SeriesDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class FinancialSeriesDescription extends SeriesDescription {
static $t: Type;
protected get_type(): string;
constructor();
private dc;
get negativeBrush(): string;
set negativeBrush(a: string);
private di;
get xAxisRef(): string;
set xAxisRef(a: string);
private dj;
get yAxisRef(): string;
set yAxisRef(a: string);
private dd;
get openMemberPath(): string;
set openMemberPath(a: string);
private da;
get highMemberPath(): string;
set highMemberPath(a: string);
private db;
get lowMemberPath(): string;
set lowMemberPath(a: string);
private c9;
get closeMemberPath(): string;
set closeMemberPath(a: string);
private dh;
get volumeMemberPath(): string;
set volumeMemberPath(a: string);
private c4;
get isCustomCategoryStyleAllowed(): boolean;
set isCustomCategoryStyleAllowed(a: boolean);
private de;
get transitionInMode(): string;
set transitionInMode(a: string);
private c5;
get isTransitionInEnabled(): boolean;
set isTransitionInEnabled(a: boolean);
private c8;
get assigningCategoryStyleRef(): string;
set assigningCategoryStyleRef(a: string);
private df;
get typicalRef(): string;
set typicalRef(a: string);
private dg;
get typicalBasedOnRef(): string;
set typicalBasedOnRef(a: string);
}