class anychart.core.ui.Legend Improve this Doc
Extends: anychart.core.Text
Legend element.
Methods Overview
Specific settings | |
iconSize() | Icon size. |
inverted() | Inverted settings. |
items() | Custom items. |
itemsFormat() | Items text formatter. |
itemsFormatter() | Items formatter. |
itemsSourceMode() | Items source mode. |
paginator() | Paginator settings. |
title() | Title settings. |
titleFormat() | Title format function. |
titleSeparator() | Title separator settings. |
Advanced Text Settings | |
fontVariant() | Font variant settings. |
letterSpacing() | Text letter spacing settings. |
textDirection() | Text direction settings. |
textIndent() | Text indent settings. |
textOverflow() | Text overflow settings. |
textWrap() | Text wrap settings. |
useHtml() | Text useHtml settings. |
Base Text Settings | |
fontColor() | Font color settings. |
fontDecoration() | Font decoration settings. |
fontFamily() | Font family settings. |
fontOpacity() | Font opacity settings. |
fontSize() | Font size settings. |
fontStyle() | Font style settings. |
fontWeight() | Font weight settings. |
hAlign() | Text horizontal align settings. |
lineHeight() | Text line height settings. |
vAlign() | Text vertical align settings. |
Coloring | |
background() | Background settings. |
Events | |
disablePointerEvents() | Pointer events settings. |
listen() | Adds an event listener. |
listenOnce() | Adds a single time event listener. |
removeAllListeners() | Removes all listeners. |
unlisten() | Removes the listener. |
unlistenByKey() | Removes the listener by the key. |
Export | |
print() | Prints all elements. |
Interactivity | |
drag() | Enable/disable drag for a legend. |
enabled() | Element state (enabled or disabled). |
hoverCursor() | Cursor settings in hover mode. |
selectable() | Text selectable option. |
tooltip() | Tooltip settings |
Size and Position | |
align() | Align settings. |
getPixelBounds() | Returns pixel bounds of the legend. |
getRemainingBounds() | Getter for remain bounds after legend. |
height() | Height settings. |
iconTextSpacing() | Spacing between icon and text. |
itemsLayout() | Items layout settings. |
itemsSpacing() | Items spacing settings. |
margin() | Margin settings. |
maxHeight() | Maximum height. |
maxWidth() | Maximum width. |
padding() | Padding settings. |
position() | Position settings. |
positionMode() | Position mode settings. |
width() | Width settings. |
zIndex() | Z-index of the element. |
Text Settings | |
textSettings() | Text settings. |
Methods Description
align
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.enums.Align | string | "center" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
background
Returns:
anychart.core.ui.Background - Current background settings.- null/boolean - disable or enable legend background.
- string - sets legend background color value.
- object - sets legend background settings.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | Object | null | boolean | true | Background setting. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.disablePointerEvents
Returns:
boolean - Flag of the current state.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
drag
Returns:
boolean - The dragging value.var drag = legend.drag();
Params:
Name | Type | Description |
---|---|---|
value | boolean | Allows dragging of the legend. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
enabled
Returns:
boolean - The current element state.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | true | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.if (!element.enabled()) element.enabled(true);
Try it:
fontColor
https://www.w3schools.com/html/html_colors.asp
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | "#7c868e" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontDecoration
Returns:
anychart.graphics.vector.Text.Decoration | string - The current font decoration.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.Decoration | string | "none" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontFamily
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | "Verdana", Helvetica, Arial, sans-serif | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontOpacity
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 1 | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontSize
Returns:
string | number - Current font size.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | 16 | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontStyle
Returns:
anychart.graphics.vector.Text.FontStyle | string - The current font style.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.FontStyle | string | "normal" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontVariant
Returns:
anychart.graphics.vector.Text.FontVariant | string - The current font variant.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.FontVariant | string | "normal" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
fontWeight
Returns:
string | number - The current font weight.Try it:
https://www.w3schools.com/cssref/pr_font_weight.asp
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | "normal" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
getPixelBounds
getRemainingBounds
Returns:
anychart.math.Rect - Bounds that remain after legend.Try it:
hAlign
Returns:
anychart.graphics.vector.Text.HAlign | string - The current text horizontal align.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.HAlign | string | "start" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
height
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | null | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
hoverCursor
Returns:
anychart.enums.Cursor | string - Hover cursor settings.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.enums.Cursor | string | "pointer" | Hover cursor setting. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
iconSize
Params:
Name | Type | Description |
---|---|---|
value | number | string | Icon size setting. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
iconTextSpacing
Returns:
number - Spacing settings.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | 5 | Spacing settings. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
inverted
Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Whether item list should be inverted or not. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
items
Returns:
Array.<anychart.core.ui.Legend.LegendItemProvider> - Current custom item.Params:
Name | Type | Default | Description |
---|---|---|---|
value | Array.<anychart.core.ui.Legend.LegendItemProvider> | null | Items. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
itemsFormat
Returns:
function - Items text formatter function.Learn more about using itemsFormat() method.
Params:
Name | Type | Description |
---|---|---|
value | function | Items text formatter function. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
itemsFormatter
Returns:
function - Formatter function.Params:
Name | Type | Default | Description |
---|---|---|---|
value | function | function (a){return a} | Formatter function. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
itemsLayout
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | anychart.enums.LegendLayout | "horizontal" | Layout type for legend items. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
itemsSourceMode
Returns:
string | anychart.enums.LegendItemsSourceMode - Items source mode.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | anychart.enums.LegendItemsSourceMode | "default" | Items source mode. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
itemsSpacing
Returns:
string | number - Items spacing settings.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | 15 | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
letterSpacing
Returns:
string | number - The current letter spacing.Try it:
https://www.w3schools.com/cssref/pr_text_letter-spacing.asp
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | "normal" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
lineHeight
Returns:
string | number - The current text line height.Try it:
https://www.w3schools.com/cssref/pr_dim_line-height.asp
Params:
Name | Type | Default | Description |
---|---|---|---|
value | string | number | "normal" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
listen
Note Notice that if the existing listener is one-off (added using listenOnce), it will cease to be such after calling the listen() method.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | string | The event type id. | |
listener | function | Callback method. Function that looks like function(event){
// event.actualTarget - actual event target
// event.currentTarget - current event target
// event.iterator - event iterator
// event.originalEvent - original event
// event.point - event point
// event.pointIndex - event point index
} . | |
useCapture | boolean | false | Whether to fire in capture phase. Learn more about capturing https://javascript.info/bubbling-and-capturing |
listenerScope | Object | Object in whose scope to call the listener. |
Returns:
Object - Unique key for the listener.Try it:
listenOnce
If the event handler being added already exists, listenOnce will do nothing.
Note In particular, if the handler is already registered using listen(), listenOnce() will not make it one-off. Similarly, if a one-off listener already exists, listenOnce will not change it (it wil remain one-off).
Params:
Name | Type | Default | Description |
---|---|---|---|
type | string | The event type id. | |
listener | function | Callback method. | |
useCapture | boolean | false | Whether to fire in capture phase. Learn more about capturing https://javascript.info/bubbling-and-capturing |
listenerScope | Object | Object in whose scope to call the listener. |
Returns:
Object - Unique key for the listener.Try it:
margin
Returns:
anychart.core.utils.Margin - Legend margin.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | Array.<(number|string)> | Object | number | string | {top: 4, right: 4, bottom: 4, left: 4} | Space value, object or array. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value1 | string | number | 4 | Top or top-bottom space. |
value2 | string | number | 4 | Right or right-left space. |
value3 | string | number | 4 | Bottom space. |
value4 | string | number | 4 | Left space. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
maxHeight
Returns:
number | string | null - The maximum height.var maxHeight = legend.maxHeight();
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | null | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
maxWidth
Returns:
number | string | null - The maximum width.var maxWidth = legend.maxWidth();
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | null | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
padding
Returns:
anychart.core.utils.Padding - Legend padding.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | Array.<(number|string)> | Object | number | string | {top: 7, right: 7, bottom: 7, left: 7} | Space value, object or array. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value1 | string | number | 7 | Top or top-bottom space. |
value2 | string | number | 7 | Right or right-left space. |
value3 | string | number | 7 | Bottom space. |
value4 | string | number | 7 | Left space. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
paginator
Returns:
anychart.core.ui.Paginator - Current settings.- null/boolean - disable or enable legend separator.
- object - sets separator settings.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | Object | boolean | null | true | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
position
Returns:
anychart.enums.Orientation | string - Legend position.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.enums.Orientation | string | "bottom" | Legend position. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
positionMode
Returns:
anychart.enums.LegendPositionMode | string - Legend position mode.var positionMode = legend.positionMode();
Params:
Name | Type | Description |
---|---|---|
value | anychart.enums.LegendPositionMode | string | Legend position mode. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
paperSizeOrOptions | anychart.graphics.vector.PaperSize | Object | Paper size or object with options. | |
landscape | boolean | false | Flag of landscape. |
Try it:
removeAllListeners
Params:
Name | Type | Description |
---|---|---|
type | string | Type of event to remove, default is to remove all types. |
Returns:
number - Number of listeners removed.Try it:
selectable
Returns:
boolean - The current text selectable option.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
textDirection
Returns:
anychart.graphics.vector.Text.Direction | string - Current text direction.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.Direction | string | "ltr" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
textIndent
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 0 | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
textOverflow
Returns:
anychart.graphics.vector.Text.TextOverflow | string - The current text overflow settings.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.TextOverflow | string | "" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
textSettings
Returns:
Object - A copy of settings object.Try it:
Params:
Name | Type | Description |
---|---|---|
name | string | Setting name. |
Returns:
string | number | boolean | undefined - Value of the setting.Try it:
Params:
Name | Type | Description |
---|---|---|
objectWithSettings | Object | Settings object. Complete object looks like this:
{
"fontSize": smth,
"fontFamily": smth,
"fontColor": smth,
"fontOpacity": smth,
"fontDecoration": smth,
"fontStyle": smth,
"fontVariant": smth,
"fontWeight": smth,
"letterSpacing": smth,
"textDirection": smth,
"lineHeight": smth,
"textIndent": smth,
"vAlign": smth,
"hAlign": smth,
"textWrap": smth,
"textOverflow": smth,
"selectable": smth,
"useHtml": smth
} . |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
Params:
Name | Type | Description |
---|---|---|
name | string | Setting name. |
value | string | number | boolean | function | Settings value. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
textWrap
Returns:
anychart.graphics.vector.Text.TextWrap | string - The current text wrap settings.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.TextWrap | string | "byLetter" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
title
Returns:
anychart.core.ui.Title - Title settings.- null/boolean - disable or enable legend title.
- string - sets legend title text value.
- object - sets legend title settings.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | null | boolean | Object | string | false | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.titleFormat
Returns:
string | function - Token or function to format title.Try it:
Params:
Name | Type | Description |
---|---|---|
value | string | function | Token or function to format title. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
titleSeparator
Returns:
anychart.core.ui.Separator - Current settings.- null/boolean - disable or enable title separator.
- object - sets separator settings.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | Object | boolean | null | false | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.tooltip
- null/boolean - disable or enable tooltip.
- object - sets tooltip settings.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | Object | boolean | null | true | Tooltip settings. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.unlisten
Params:
Name | Type | Default | Description |
---|---|---|---|
type | string | The event type id. | |
listener | function | Callback method. | |
useCapture | boolean | false | Whether to fire in capture phase. Learn more about capturing https://javascript.info/bubbling-and-capturing |
listenerScope | Object | Object in whose scope to call the listener. |
Returns:
boolean - Whether any listener was removed.Try it:
unlistenByKey
Params:
Name | Type | Description |
---|---|---|
key | Object | The key returned by listen() or listenOnce(). |
Returns:
boolean - Whether any listener was removed.Try it:
useHtml
Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
vAlign
Returns:
anychart.graphics.vector.Text.VAlign | string - The current text vertical align.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.VAlign | string | "top" | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
width
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | string | null | null | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it:
zIndex
Returns:
number - The current zIndex.Try it:
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 0 | Value to set. |
Returns:
anychart.core.ui.Legend - Self instance for method chaining.Try it: