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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegend
AbstractLegend.Align, AbstractLegend.Emphasis, AbstractLegend.Position, AbstractLegend.SelectorLabel, AbstractLegend.TextStyle
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegend
align, 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, zLevel
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.model.legend.AbstractLegend
addSelectedSeries, 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, withZLevel
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasBorder
withBorderColor, withBorderRadius, withBorderWidth
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPadding
withPadding, withPadding, withPadding
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasPosition
withBottom, withLeft, withRight, withTop
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
-
Constructor Details
-
Legend
public Legend()
-