An object which contains information about the chart legend element. It is needed to customize the pivot charts.
{
chartType: string,
type: string,
label: string,
color: string,
tuple: object[],
member: object,
measure: object,
level: number,
isExpanded: boolean,
isCollapsed: boolean,
isDrilledUp: boolean,
isDrilledDown: boolean
}