igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
22 lines (21 loc) • 499 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
*/
export declare enum AxisAngleLabelMode {
/**
* Automatically chooses an appropriate label mode.
*/
Auto = 0,
/**
* Labels are all positioned away from the chart radius based on the largest label.
*/
Center = 1,
/**
* Labels are all positioned as close to the chart as possible.
*/
ClosestPoint = 2
}
/**
* @hidden
*/
export declare let AxisAngleLabelMode_$type: Type;