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