{typedef} anychart.core.ui.Legend.LegendItemProvider Improve this Doc
Type definition for legend item provider.
Try it:
Name | Type | Description |
---|---|---|
disabled | boolean | undefined | Disable/enable item. |
iconEnabled | boolean | undefined | Enable/Disable icon. |
iconFill | anychart.graphics.vector.Fill | null | undefined | Icon fill of the legend item. |
iconHatchFill | anychart.graphics.vector.HatchFill.HatchFillType | anychart.graphics.vector.PatternFill | anychart.graphics.vector.HatchFill | null | undefined | Hatch fill for the icon. |
iconMarkerFill | anychart.graphics.vector.Fill | null | undefined | Fill for the icon marker. |
iconMarkerStroke | anychart.graphics.vector.Stroke | null | undefined | Stroke for the icon marker. |
iconMarkerType | anychart.enums.MarkerType | string | null | undefined | Type of the icon marker. |
iconStroke | anychart.graphics.vector.Stroke | null | undefined | Icon stroke of the legend item. |
iconTextSpacing | number | null | undefined | Text spacing for an icon. |
iconType | anychart.enums.LegendItemIconType | string | null | undefined | Icon type of the legend item. |
index | number | null | undefined | Item index. |
meta | Object | null | undefined | Meta of the legend item. |
text | string | null | undefined | Item text. |