Extends
Constructors
new ColorLegendEntryProxy()
new ColorLegendEntryProxy(legend, index): ColorLegendEntryProxyParameters
| 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(): stringReturns
string
getText()
getText(): stringReturns
string
Inherited from
setText()
setText(text): voidParameters
| Parameter | Type |
|---|---|
text | string |
Returns
void