public class HistogramViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramViewProperties.PositionEnum
Gets or Sets position
|
static class |
HistogramViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
HistogramViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BIN_COUNT |
static String |
SERIALIZED_NAME_COLORS |
static String |
SERIALIZED_NAME_FILL_COLUMNS |
static String |
SERIALIZED_NAME_LEGEND_COLORIZE_ROWS |
static String |
SERIALIZED_NAME_LEGEND_HIDE |
static String |
SERIALIZED_NAME_LEGEND_OPACITY |
static String |
SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD |
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_X_AXIS_LABEL |
static String |
SERIALIZED_NAME_X_COLUMN |
static String |
SERIALIZED_NAME_X_DOMAIN |
| Constructor and Description |
|---|
HistogramViewProperties() |
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_X_COLUMN
public static final String SERIALIZED_NAME_FILL_COLUMNS
public static final String SERIALIZED_NAME_X_DOMAIN
public static final String SERIALIZED_NAME_X_AXIS_LABEL
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_BIN_COUNT
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 HistogramViewProperties.TypeEnum getType()
public HistogramViewProperties queries(List<DashboardQuery> queries)
public HistogramViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public HistogramViewProperties colors(List<DashboardColor> colors)
public HistogramViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public HistogramViewProperties.ShapeEnum getShape()
public HistogramViewProperties note(String note)
public String getNote()
public void setNote(String note)
public HistogramViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public HistogramViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public HistogramViewProperties fillColumns(List<String> fillColumns)
public HistogramViewProperties addFillColumnsItem(String fillColumnsItem)
public HistogramViewProperties xDomain(List<Float> xDomain)
public HistogramViewProperties addXDomainItem(Float xDomainItem)
public HistogramViewProperties xAxisLabel(String xAxisLabel)
public String getXAxisLabel()
public void setXAxisLabel(String xAxisLabel)
public HistogramViewProperties position(HistogramViewProperties.PositionEnum position)
public HistogramViewProperties.PositionEnum getPosition()
public void setPosition(HistogramViewProperties.PositionEnum position)
public HistogramViewProperties binCount(Integer binCount)
public Integer getBinCount()
public void setBinCount(Integer binCount)
public HistogramViewProperties legendColorizeRows(Boolean legendColorizeRows)
public Boolean getLegendColorizeRows()
public void setLegendColorizeRows(Boolean legendColorizeRows)
public HistogramViewProperties legendHide(Boolean legendHide)
public Boolean getLegendHide()
public void setLegendHide(Boolean legendHide)
public HistogramViewProperties legendOpacity(Float legendOpacity)
public Float getLegendOpacity()
public void setLegendOpacity(Float legendOpacity)
public HistogramViewProperties 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–2023 InfluxData, Inc.. All rights reserved.