public class XYViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
XYViewProperties.HoverDimensionEnum
Gets or Sets hoverDimension
|
static class |
XYViewProperties.PositionEnum
Gets or Sets position
|
static class |
XYViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
XYViewProperties.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
XYViewProperties() |
public static final String SERIALIZED_NAME_TIME_FORMAT
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_QUERIES
public static final String SERIALIZED_NAME_COLORS
public static final String SERIALIZED_NAME_SHAPE
public static final String SERIALIZED_NAME_NOTE
public static final String SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
public static final String SERIALIZED_NAME_AXES
public static final String SERIALIZED_NAME_STATIC_LEGEND
public static final String SERIALIZED_NAME_X_COLUMN
public static final String SERIALIZED_NAME_GENERATE_X_AXIS_TICKS
public static final String SERIALIZED_NAME_X_TOTAL_TICKS
public static final String SERIALIZED_NAME_X_TICK_START
public static final String SERIALIZED_NAME_X_TICK_STEP
public static final String SERIALIZED_NAME_Y_COLUMN
public static final String SERIALIZED_NAME_GENERATE_Y_AXIS_TICKS
public static final String SERIALIZED_NAME_Y_TOTAL_TICKS
public static final String SERIALIZED_NAME_Y_TICK_START
public static final String SERIALIZED_NAME_Y_TICK_STEP
public static final String SERIALIZED_NAME_SHADE_BELOW
public static final String SERIALIZED_NAME_HOVER_DIMENSION
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_GEOM
public static final String SERIALIZED_NAME_LEGEND_COLORIZE_ROWS
public static final String SERIALIZED_NAME_LEGEND_HIDE
public static final String SERIALIZED_NAME_LEGEND_OPACITY
public static final String SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD
public XYViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public XYViewProperties.TypeEnum getType()
public XYViewProperties queries(List<DashboardQuery> queries)
public XYViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public XYViewProperties colors(List<DashboardColor> colors)
public XYViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public XYViewProperties.ShapeEnum getShape()
public XYViewProperties note(String note)
public String getNote()
public void setNote(String note)
public XYViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public XYViewProperties axes(Axes axes)
public Axes getAxes()
public void setAxes(Axes axes)
public XYViewProperties staticLegend(StaticLegend staticLegend)
public StaticLegend getStaticLegend()
public void setStaticLegend(StaticLegend staticLegend)
public XYViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public XYViewProperties generateXAxisTicks(List<String> generateXAxisTicks)
public XYViewProperties addGenerateXAxisTicksItem(String generateXAxisTicksItem)
public List<String> getGenerateXAxisTicks()
public XYViewProperties xTotalTicks(Integer xTotalTicks)
public Integer getXTotalTicks()
public void setXTotalTicks(Integer xTotalTicks)
public XYViewProperties xTickStart(Float xTickStart)
public Float getXTickStart()
public void setXTickStart(Float xTickStart)
public XYViewProperties xTickStep(Float xTickStep)
public Float getXTickStep()
public void setXTickStep(Float xTickStep)
public XYViewProperties yColumn(String yColumn)
public String getYColumn()
public void setYColumn(String yColumn)
public XYViewProperties generateYAxisTicks(List<String> generateYAxisTicks)
public XYViewProperties addGenerateYAxisTicksItem(String generateYAxisTicksItem)
public List<String> getGenerateYAxisTicks()
public XYViewProperties yTotalTicks(Integer yTotalTicks)
public Integer getYTotalTicks()
public void setYTotalTicks(Integer yTotalTicks)
public XYViewProperties yTickStart(Float yTickStart)
public Float getYTickStart()
public void setYTickStart(Float yTickStart)
public XYViewProperties yTickStep(Float yTickStep)
public Float getYTickStep()
public void setYTickStep(Float yTickStep)
public XYViewProperties shadeBelow(Boolean shadeBelow)
public Boolean getShadeBelow()
public void setShadeBelow(Boolean shadeBelow)
public XYViewProperties hoverDimension(XYViewProperties.HoverDimensionEnum hoverDimension)
public XYViewProperties.HoverDimensionEnum getHoverDimension()
public void setHoverDimension(XYViewProperties.HoverDimensionEnum hoverDimension)
public XYViewProperties position(XYViewProperties.PositionEnum position)
public XYViewProperties.PositionEnum getPosition()
public void setPosition(XYViewProperties.PositionEnum position)
public XYViewProperties geom(XYGeom geom)
public XYGeom getGeom()
public void setGeom(XYGeom geom)
public XYViewProperties legendColorizeRows(Boolean legendColorizeRows)
public Boolean getLegendColorizeRows()
public void setLegendColorizeRows(Boolean legendColorizeRows)
public XYViewProperties legendHide(Boolean legendHide)
public Boolean getLegendHide()
public void setLegendHide(Boolean legendHide)
public XYViewProperties legendOpacity(Float legendOpacity)
public Float getLegendOpacity()
public void setLegendOpacity(Float legendOpacity)
public XYViewProperties legendOrientationThreshold(Integer legendOrientationThreshold)
public Integer getLegendOrientationThreshold()
public void setLegendOrientationThreshold(Integer legendOrientationThreshold)
public boolean equals(Object o)
equals in class ViewPropertiespublic int hashCode()
hashCode in class ViewPropertiespublic String toString()
toString in class ViewPropertiesCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.