igniteui-react-core
Version:
Ignite UI React Core.
39 lines (38 loc) • 1.06 kB
TypeScript
import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "./type";
import { ILegendContext } from "./ILegendContext";
import { Brush } from "./Brush";
/**
* @hidden
*/
export declare class DataContext extends Base implements ILegendContext, INotifyPropertyChanged {
static $t: Type;
c: number;
private g;
get series(): any;
set series(a: any);
private d;
get item(): any;
set item(a: any);
private j;
get actualItemBrush(): Brush;
set actualItemBrush(a: Brush);
private l;
get outline(): Brush;
set outline(a: Brush);
private e;
get itemLabel(): any;
set itemLabel(a: any);
private k;
get itemBrush(): Brush;
set itemBrush(a: Brush);
private a;
get thickness(): number;
set thickness(a: number);
private f;
get legendLabel(): any;
set legendLabel(a: any);
m: Brush;
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
protected i(a: string): void;
flatten(): any;
}