Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
DateTimeLabelFormats |
ZAxis.getDateTimeLabelFormats() |
DateTimeLabelFormats |
YAxis.getDateTimeLabelFormats() |
DateTimeLabelFormats |
XAxis.getDateTimeLabelFormats() |
DateTimeLabelFormats |
Tooltip.getDateTimeLabelFormats() |
DateTimeLabelFormats |
SeriesTooltip.getDateTimeLabelFormats() |
DateTimeLabelFormats |
DataGrouping.getDateTimeLabelFormats() |
abstract DateTimeLabelFormats |
Axis.getDateTimeLabelFormats() |
Modifier and Type | Method and Description |
---|---|
void |
ZAxis.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 |
XAxis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
For a datetime axis, the scale will automatically adjust to the
appropriate unit.
|
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 |
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 |
DataGrouping.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
Datetime formats for the header of the tooltip in a stock chart.
|
abstract void |
Axis.setDateTimeLabelFormats(DateTimeLabelFormats dateTimeLabelFormats)
For a datetime axis, the scale will automatically adjust to the
appropriate unit.
|
Copyright © 2019. All rights reserved.