interface ChartLegendMark {
    height?: any;
    spacing?: any;
    width?: any;
}

Properties

height?: any
spacing?: any
width?: any