Extends
Constructors
new ColorLegendEntryProxy()
new ColorLegendEntryProxy(legend, index): ColorLegendEntryProxy
Parameters
Parameter | Type |
---|---|
legend | LegendBlockProxy |
index | number |
Returns
Overrides
Properties
index
readonly index: number;
Inherited from
legend
protected readonly legend: LegendBlockProxy;
Inherited from
type
readonly type: LegendItemType;
Inherited from
Methods
getColor()
getColor(): string
Returns
string
getText()
getText(): string
Returns
string
Inherited from
setText()
setText(text): void
Parameters
Parameter | Type |
---|---|
text | string |
Returns
void