UNPKG

@nativescript-community/ui-chart

Version:

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

10 lines (9 loc) 270 B
export declare class GradientColor { private startColor; private endColor; constructor(startColor: any, endColor: any); getStartColor(): number; setStartColor(startColor: any): void; getEndColor(): number; setEndColor(endColor: any): void; }