Class Legend
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.legend.AbstractLegend<Legend>
io.jmix.chartsflowui.kit.component.model.legend.Legend
- All Implemented Interfaces:
- HasBorder<Legend>,- HasPosition<Legend>,- HasShadow<Legend>,- HasPadding<Legend>,- Serializable
Legend component shows symbol, color and name of different series.
 You can click legends to toggle displaying series in the chart.
 More detailed information is provided in the documentation.
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegendAbstractLegend.Align, AbstractLegend.Emphasis, AbstractLegend.Position, AbstractLegend.SelectorLabel, AbstractLegend.TextStyleNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFields inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegendalign, backgroundColor, borderColor, borderRadius, borderWidth, bottom, emphasis, formatter, formatterFunction, height, icon, id, inactiveBorderColor, inactiveBorderWidth, inactiveColor, itemGap, itemHeight, itemStyle, itemWidth, left, lineStyle, orientation, padding, right, selectedMode, selectedSeries, selector, selectorButtonGap, selectorItemGap, selectorLabel, selectorPosition, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY, show, symbolRotate, textStyle, tooltip, top, type, width, z, zLevelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegendaddSelectedSeries, getAlign, getBackgroundColor, getBorderColor, getBorderRadius, getBorderWidth, getBottom, getEmphasis, getFormatter, getFormatterFunction, getHeight, getIcon, getId, getInactiveBorderColor, getInactiveBorderWidth, getInactiveColor, getItemGap, getItemHeight, getItemStyle, getItemWidth, getLeft, getLineStyle, getOrientation, getPadding, getRight, getSelectedMode, getSelectedSeries, getSelector, getSelectorButtonGap, getSelectorItemGap, getSelectorLabel, getSelectorPosition, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, getShow, getSymbolRotate, getTextStyle, getTooltip, getTop, getType, getWidth, getZ, getZLevel, removeSelectedSeries, setAlign, setBackgroundColor, setBorderColor, setBorderRadius, setBorderWidth, setBottom, setEmphasis, setFormatter, setFormatterFunction, setFormatterFunction, setHeight, setIcon, setId, setInactiveBorderColor, setInactiveBorderWidth, setInactiveColor, setItemGap, setItemHeight, setItemStyle, setItemWidth, setLeft, setLineStyle, setOrientation, setPadding, setPadding, setPadding, setRight, setSelectedMode, setSelectedSeries, setSelector, setSelectorButtonGap, setSelectorItemGap, setSelectorLabel, setSelectorPosition, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, setShow, setSymbolRotate, setTextStyle, setTooltip, setTop, setWidth, setZ, setZLevel, withAlign, withBackgroundColor, withEmphasis, withFormatter, withFormatterFunction, withFormatterFunction, withHeight, withIcon, withId, withInactiveBorderColor, withInactiveBorderWidth, withInactiveColor, withItemGap, withItemHeight, withItemStyle, withItemWidth, withLineStyle, withOrientation, withSelectedMode, withSelectedSeries, withSelectedSeries, withSelector, withSelectorButtonGap, withSelectorItemGap, withSelectorLabel, withSelectorPosition, withShow, withSymbolRotate, withTextStyle, withTooltip, withWidth, withZ, withZLevelMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasBorderwithBorderColor, withBorderRadius, withBorderWidthMethods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPaddingwithPadding, withPadding, withPaddingMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasPositionwithBottom, withLeft, withRight, withTopMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadowwithShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
- 
Constructor Details- 
Legendpublic Legend()
 
-