igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
19 lines (18 loc) • 419 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Describes available behaviors of selecting a brush from a brush collection.
*/
export declare enum BrushSelectionMode {
/**
* alternates between brushes sequentially.
*/
Select = 0,
/**
* Uses index-based interpolation.
*/
Interpolate = 1
}
/**
* @hidden
*/
export declare let BrushSelectionMode_$type: Type;