import { Type } from "igniteui-react-core";
/**
 * Describes available locations of the axis labels in the chart.
 */
export declare enum SeriesVisibleRangeMode {
    /**
     * Visible range mode is managed by the component.
     */
    Auto = 0,
    /**
     * Only the series values are considered for evaluating the visible range.
     */
    ValuesOnly = 1,
    /**
     * The reference value is included in the series visible range.
     */
    IncludeReferenceValue = 2
}
/**
 * @hidden
 */
export declare let SeriesVisibleRangeMode_$type: Type;
