Uses of Class
com.influxdb.client.domain.LinePlusSingleStatProperties
Packages that use LinePlusSingleStatProperties
-
Uses of LinePlusSingleStatProperties in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return LinePlusSingleStatPropertiesModifier and TypeMethodDescriptionLinePlusSingleStatProperties.addColorsItem(DashboardColor colorsItem) LinePlusSingleStatProperties.addGenerateXAxisTicksItem(String generateXAxisTicksItem) LinePlusSingleStatProperties.addGenerateYAxisTicksItem(String generateYAxisTicksItem) LinePlusSingleStatProperties.addQueriesItem(DashboardQuery queriesItem) LinePlusSingleStatProperties.colors(List<DashboardColor> colors) LinePlusSingleStatProperties.decimalPlaces(DecimalPlaces decimalPlaces) LinePlusSingleStatProperties.generateXAxisTicks(List<String> generateXAxisTicks) LinePlusSingleStatProperties.generateYAxisTicks(List<String> generateYAxisTicks) LinePlusSingleStatProperties.hoverDimension(LinePlusSingleStatProperties.HoverDimensionEnum hoverDimension) LinePlusSingleStatProperties.legendColorizeRows(Boolean legendColorizeRows) LinePlusSingleStatProperties.legendHide(Boolean legendHide) LinePlusSingleStatProperties.legendOpacity(Float legendOpacity) LinePlusSingleStatProperties.legendOrientationThreshold(Integer legendOrientationThreshold) LinePlusSingleStatProperties.position(LinePlusSingleStatProperties.PositionEnum position) LinePlusSingleStatProperties.queries(List<DashboardQuery> queries) LinePlusSingleStatProperties.shadeBelow(Boolean shadeBelow) LinePlusSingleStatProperties.showNoteWhenEmpty(Boolean showNoteWhenEmpty) LinePlusSingleStatProperties.staticLegend(StaticLegend staticLegend) LinePlusSingleStatProperties.timeFormat(String timeFormat) LinePlusSingleStatProperties.xTickStart(Float xTickStart) LinePlusSingleStatProperties.xTotalTicks(Integer xTotalTicks) LinePlusSingleStatProperties.yTickStart(Float yTickStart) LinePlusSingleStatProperties.yTotalTicks(Integer yTotalTicks)