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 DateTimeLabelFormatsAxis. getDateTimeLabelFormats()Returns for a datetime axis, the scale will automatically adjust to the appropriate unit.DateTimeLabelFormatsTooltip. getDateTimeLabelFormats()Returns the date format in the tooltip's headerMethods in org.zkoss.chart with parameters of type DateTimeLabelFormats Modifier and Type Method Description voidAxis. setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)Sets for a datetime axis, the scale will automatically adjust to the appropriate unit.voidTooltip. 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 DateTimeLabelFormatsTooltipPlotOptions. 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 voidTooltipPlotOptions. setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)Sets the date format in the tooltip's header
-