Uses of Class
com.influxdb.client.domain.HistogramViewProperties
-
Uses of HistogramViewProperties in com.influxdb.client.domain
Modifier and TypeMethodDescriptionHistogramViewProperties.addColorsItem
(DashboardColor colorsItem) HistogramViewProperties.addFillColumnsItem
(String fillColumnsItem) HistogramViewProperties.addQueriesItem
(DashboardQuery queriesItem) HistogramViewProperties.addXDomainItem
(Float xDomainItem) HistogramViewProperties.colors
(List<DashboardColor> colors) HistogramViewProperties.fillColumns
(List<String> fillColumns) HistogramViewProperties.legendColorizeRows
(Boolean legendColorizeRows) HistogramViewProperties.legendHide
(Boolean legendHide) HistogramViewProperties.legendOpacity
(Float legendOpacity) HistogramViewProperties.legendOrientationThreshold
(Integer legendOrientationThreshold) HistogramViewProperties.position
(HistogramViewProperties.PositionEnum position) HistogramViewProperties.queries
(List<DashboardQuery> queries) HistogramViewProperties.showNoteWhenEmpty
(Boolean showNoteWhenEmpty) HistogramViewProperties.xAxisLabel
(String xAxisLabel)