Uses of Enum Class
com.vaadin.flow.component.charts.model.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 VerticalAlign
AbstractDataLabels.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 VerticalAlign
Returns 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 TypeMethodDescriptionvoid
AxisTitle.setAlign
(VerticalAlign align) Alignment of the title relative to the axis values.
abstract void
AbstractDataLabels.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of a data label.
void
ButtonOptions.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of the buttons.
void
ButtonPosition.setVerticalAlign
(VerticalAlign verticalAlign) Sets the vertical alignment of the button.
void
ContextButton.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of the buttons.
void
DataLabels.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of a data label.
void
DataLabelsFunnel.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of a data label.
void
DataLabelsRange.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of a data label.
void
Label.setVerticalAlign
(VerticalAlign verticalAlign) Vertical alignment of the label relative to the plot band.
void
Legend.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of the legend box.
void
Marker.setVerticalAlign
(VerticalAlign verticalAlign) Supported only in Gantt charts: Vertical alignment of the markers relative to the points.
void
Position.setVerticalAlign
(VerticalAlign verticalAlign) Sets the vertical alignment of the credits.
void
StackLabels.setVerticalAlign
(VerticalAlign verticalAlign) Defines the vertical alignment of the stack total label.
void
Subtitle.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of the title.
void
Title.setVerticalAlign
(VerticalAlign verticalAlign) The vertical alignment of the title.