@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.
11 lines (9 loc) • 337 B
TypeScript
import { BarLineScatterCandleBubbleData } from './BarLineScatterCandleBubbleData';
import { Entry } from './Entry';
import { LineDataSet } from './LineDataSet';
/**
* Data object that encapsulates all data associated with a LineChart.
*
*/
export declare class LineData extends BarLineScatterCandleBubbleData<Entry, LineDataSet> {
}