UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

23 lines (22 loc) 720 B
import { Type } from "igniteui-angular-core"; /** * Describes available locations of the axis labels in the chart. */ export declare enum AutoMarginsAndAngleUpdateMode { /** * Auto margins and auto angle are for initial view only. */ None = 0, /** * Auto margins and auto angle are re-evaluated as the size of the component is altered. */ SizeChanging = 1, /** * Auto margins and auto angle are re-evalueated as the size of the component changes, auto angles are re-evaluated when zoom changes, possibly leading to a margin update. */ SizeChangingAndZoom = 2 } /** * @hidden */ export declare let AutoMarginsAndAngleUpdateMode_$type: Type;