import { Type } from "./type";
/**
 * Describes type of data columns to use for the data legend.
 */
export declare enum DataLegendSeriesGroup {
    /**
     * Specifies the series
     */
    Category = 0,
    /**
     * Specifies the series
     */
    Range = 1,
    /**
     * Specifies the series
     */
    Financial = 2,
    /**
     * Specifies the series
     */
    Indicator = 3,
    /**
     * Specifies the series
     */
    Polar = 4,
    /**
     * Specifies the series
     */
    Radial = 5,
    /**
     * Specifies the series
     */
    Scatter = 6,
    /**
     * Specifies the series
     */
    Stacked = 7,
    /**
     * Specifies the series
     */
    Shape = 8,
    /**
     * Specifies the series
     */
    Geographic = 9
}
/**
 * @hidden
 */
export declare let DataLegendSeriesGroup_$type: Type;
