PieChartLegendOptions🔗
Definition🔗
export interface PieChartLegendOptions {
values: piechart.PieChartLegendValues[];
displayMode: common.LegendDisplayMode;
placement: common.LegendPlacement;
showLegend: boolean;
asTable?: boolean;
isVisible?: boolean;
sortBy?: string;
sortDesc?: boolean;
width?: number;
calcs: string[];
}
Methods🔗
No methods.