Uses of Enum Class
com.vaadin.flow.component.charts.model.VerticalAlign
Packages that use VerticalAlign
-
Uses of VerticalAlign in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return VerticalAlignModifier and TypeMethodDescriptionAxisTitle.getAlign()abstract VerticalAlignAbstractDataLabels.getVerticalAlign()ButtonOptions.getVerticalAlign()ButtonPosition.getVerticalAlign()ContextButton.getVerticalAlign()DataLabels.getVerticalAlign()DataLabelsFunnel.getVerticalAlign()DataLabelsRange.getVerticalAlign()Label.getVerticalAlign()Legend.getVerticalAlign()Marker.getVerticalAlign()Position.getVerticalAlign()StackLabels.getVerticalAlign()Subtitle.getVerticalAlign()Title.getVerticalAlign()static VerticalAlignReturns the enum constant of this class with the specified name.static VerticalAlign[]VerticalAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type VerticalAlignModifier and TypeMethodDescriptionvoidAxisTitle.setAlign(VerticalAlign align) Alignment of the title relative to the axis values.abstract voidAbstractDataLabels.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidButtonOptions.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.voidButtonPosition.setVerticalAlign(VerticalAlign verticalAlign) Sets the vertical alignment of the button.voidContextButton.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the buttons.voidDataLabels.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidDataLabelsFunnel.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidDataLabelsRange.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of a data label.voidLabel.setVerticalAlign(VerticalAlign verticalAlign) Vertical alignment of the label relative to the plot band.voidLegend.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the legend box.voidMarker.setVerticalAlign(VerticalAlign verticalAlign) Supported only in Gantt charts: Vertical alignment of the markers relative to the points.voidPosition.setVerticalAlign(VerticalAlign verticalAlign) Sets the vertical alignment of the credits.voidStackLabels.setVerticalAlign(VerticalAlign verticalAlign) Defines the vertical alignment of the stack total label.voidSubtitle.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the title.voidTitle.setVerticalAlign(VerticalAlign verticalAlign) The vertical alignment of the title.