Uses of Class
com.influxdb.client.domain.HistogramViewProperties
Packages that use HistogramViewProperties
-
Uses of HistogramViewProperties in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return HistogramViewPropertiesModifier 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)