legend property
dynamic
get
legend
Implementation
external dynamic
/*{
/**
* Show legend for each target.
* @param targetIds If targetIds is given, specified target's legend will be shown. If only one target is the candidate, String can be passed. If no argument is given, all of target's
* legend will be shown.
*/
show(targetIds?: ArrayOrString): void;
/**
* Hide legend for each target.
* @param targetIds If targetIds is given, specified target's legend will be hidden. If only one target is the candidate, String can be passed. If no argument is given, all of target's
* legend will be hidden.
*/
hide(targetIds?: ArrayOrString): void;
}*/
get legend;
set
legend
(dynamic v)
Implementation
external set legend(
dynamic
/*{
/**
* Show legend for each target.
* @param targetIds If targetIds is given, specified target's legend will be shown. If only one target is the candidate, String can be passed. If no argument is given, all of target's
* legend will be shown.
*/
show(targetIds?: ArrayOrString): void;
/**
* Hide legend for each target.
* @param targetIds If targetIds is given, specified target's legend will be hidden. If only one target is the candidate, String can be passed. If no argument is given, all of target's
* legend will be hidden.
*/
hide(targetIds?: ArrayOrString): void;
}*/
v);