Module io.github.mmm.ui.api.chart
Interface UiBarChartHorizontal
- All Superinterfaces:
AttributeReadAttached,AttributeReadEnabled,AttributeReadId,AttributeReadTitle,AttributeReadValid,AttributeReadVisible,AttributeWriteEnabled,AttributeWriteId,AttributeWriteReadOnly,AttributeWriteTitle,AttributeWriteTooltip,AttributeWriteVisible,io.github.mmm.event.EventSource<UiEvent,,UiEventListener> UiBarChart,UiChart<UiDataSeries>,UiNativeWidget,UiRegularWidget,UiWidget
UiBarChart showing a bar char with horizontal bars leading to the right.- Since:
- 1.0.0
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic UiBarChartHorizontalof(String title, io.github.mmm.base.placement.Direction legendPlacement, UiDataSet<UiDataSeries>... dataSets) Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadAttached
isAttachedMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadId
getIdMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadTitle
getTitleMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteId
setIdMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTitle
setTitleMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTooltip
getTooltip, setTooltipMethods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListenerMethods inherited from interface io.github.mmm.ui.api.widget.chart.UiBarChart
setSeriesLabelsMethods inherited from interface io.github.mmm.ui.api.widget.chart.UiChart
getLegnedPlacement, setData, setData, setLegendPlacementMethods inherited from interface io.github.mmm.ui.api.widget.UiWidget
cast, dispose, getModificationTimestamp, getParent, getReadOnlyFixed, getStyles, isDisposed, isEnabled, isEnabled, isFocused, isModified, isReadOnly, isValid, isVisible, isVisible, reset, setEnabled, setEnabled, setFocused, setReadOnly, setReadOnlyFixed, setVisible, setVisible, validate, validate, validate, validateDown, validateUp
-
Method Details
-
of
static UiBarChartHorizontal of(String title, io.github.mmm.base.placement.Direction legendPlacement, UiDataSet<UiDataSeries>... dataSets) - Parameters:
title- thetitle.legendPlacement- thelegend placement.dataSets- thedata sets.- Returns:
- the new
UiBarChartHorizontal.
-