Uses of Class
org.zkoss.chart.DateTimeLabelFormats
-
Packages that use DateTimeLabelFormats Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of DateTimeLabelFormats in org.zkoss.chart
Methods in org.zkoss.chart that return DateTimeLabelFormats Modifier and Type Method Description DateTimeLabelFormats
Axis. getDateTimeLabelFormats()
Returns for a datetime axis, the scale will automatically adjust to the appropriate unit.DateTimeLabelFormats
Tooltip. getDateTimeLabelFormats()
Returns the date format in the tooltip's headerMethods in org.zkoss.chart with parameters of type DateTimeLabelFormats Modifier and Type Method Description void
Axis. setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
Sets for a datetime axis, the scale will automatically adjust to the appropriate unit.void
Tooltip. setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
Sets the date format in the tooltip's header -
Uses of DateTimeLabelFormats in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return DateTimeLabelFormats Modifier and Type Method Description DateTimeLabelFormats
TooltipPlotOptions. getDateTimeLabelFormats()
Returns the date format in the tooltip's headerMethods in org.zkoss.chart.plotOptions with parameters of type DateTimeLabelFormats Modifier and Type Method Description void
TooltipPlotOptions. setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
Sets the date format in the tooltip's header
-