Uses of Class
com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Packages that use DateTimeLabelFormats
-
Uses of DateTimeLabelFormats in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return DateTimeLabelFormatsModifier and TypeMethodDescriptionabstract DateTimeLabelFormats
Axis.getDateTimeLabelFormats()
DataGrouping.getDateTimeLabelFormats()
SeriesTooltip.getDateTimeLabelFormats()
Tooltip.getDateTimeLabelFormats()
XAxis.getDateTimeLabelFormats()
YAxis.getDateTimeLabelFormats()
ZAxis.getDateTimeLabelFormats()
Methods in com.vaadin.flow.component.charts.model with parameters of type DateTimeLabelFormatsModifier and TypeMethodDescriptionabstract void
Axis.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.void
DataGrouping.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) Datetime formats for the header of the tooltip in a stock chart.void
SeriesTooltip.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.void
Tooltip.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.void
XAxis.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.void
YAxis.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.void
ZAxis.setDateTimeLabelFormats
(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.