Uses of Class
com.influxdb.client.domain.BandViewProperties
-
Uses of BandViewProperties in com.influxdb.client.domain
Modifier and TypeMethodDescriptionBandViewProperties.addColorsItem
(DashboardColor colorsItem) BandViewProperties.addGenerateXAxisTicksItem
(String generateXAxisTicksItem) BandViewProperties.addGenerateYAxisTicksItem
(String generateYAxisTicksItem) BandViewProperties.addQueriesItem
(DashboardQuery queriesItem) BandViewProperties.colors
(List<DashboardColor> colors) BandViewProperties.generateXAxisTicks
(List<String> generateXAxisTicks) BandViewProperties.generateYAxisTicks
(List<String> generateYAxisTicks) BandViewProperties.hoverDimension
(BandViewProperties.HoverDimensionEnum hoverDimension) BandViewProperties.legendColorizeRows
(Boolean legendColorizeRows) BandViewProperties.legendHide
(Boolean legendHide) BandViewProperties.legendOpacity
(Float legendOpacity) BandViewProperties.legendOrientationThreshold
(Integer legendOrientationThreshold) BandViewProperties.lowerColumn
(String lowerColumn) BandViewProperties.mainColumn
(String mainColumn) BandViewProperties.queries
(List<DashboardQuery> queries) BandViewProperties.showNoteWhenEmpty
(Boolean showNoteWhenEmpty) BandViewProperties.staticLegend
(StaticLegend staticLegend) BandViewProperties.timeFormat
(String timeFormat) BandViewProperties.upperColumn
(String upperColumn) BandViewProperties.xTickStart
(Float xTickStart) BandViewProperties.xTotalTicks
(Integer xTotalTicks) BandViewProperties.yTickStart
(Float yTickStart) BandViewProperties.yTotalTicks
(Integer yTotalTicks)