@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.
15 lines (13 loc) • 327 B
TypeScript
import { Transformer } from './Transformer';
/**
* Transformer class for the HorizontalBarChart.
*
*/
export declare class TransformerHorizontalBarChart extends Transformer {
/**
* Prepares the matrix that contains all offsets.
*
* @param inverted
*/
prepareMatrixOffset(inverted: any): void;
}