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 DateTimeLabelFormatsAxis.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 voidAxis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.voidDataGrouping.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats) Datetime formats for the header of the tooltip in a stock chart.voidSeriesTooltip.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.voidTooltip.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.voidXAxis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.voidYAxis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.voidZAxis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats) For a datetime axis, the scale will automatically adjust to the appropriate unit.