WC_Report_Taxes_By_Code::get_chart_legendpublicWC 1.0

Get the legend for the main chart sidebar.

Method of the class: WC_Report_Taxes_By_Code{}

No Hooks.

Returns

Array.

Usage

$WC_Report_Taxes_By_Code = new WC_Report_Taxes_By_Code();
$WC_Report_Taxes_By_Code->get_chart_legend();

WC_Report_Taxes_By_Code::get_chart_legend() code WC 10.5.0

public function get_chart_legend() {
	return array();
}