/**
* Global configuration properties for legend.
*
* @public
* @module GlobalLegendConfig
*
* @param {string} position Position of legend. Supported values are: - ['left', 'right', 'top', 'bottom'].
* @param {LegendConfig} color Color legend configuration {@link LegendConfig}.
* @param {LegendConfig} shape Shape legend configuration {@link LegendConfig}.
* @param {LegendConfig} size Size legend configuration {@link LegendConfig}.
*/