Class MosaicViewProperties
MosaicViewProperties
Implements
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class MosaicViewProperties : ViewProperties, IEquatable<MosaicViewProperties>
Constructors
MosaicViewProperties()
Initializes a new instance of the Mosaic
Declaration
protected MosaicViewProperties()
MosaicViewProperties(String, MosaicViewProperties.TypeEnum, List<DashboardQuery>, List<String>, MosaicViewProperties.ShapeEnum, String, Nullable<Boolean>, String, List<String>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, String, List<String>, List<String>, List<String>, List<Nullable<Decimal>>, List<Nullable<Decimal>>, String, String, String, String, String, String, Nullable<MosaicViewProperties.HoverDimensionEnum>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Single>, Nullable<Int32>)
Initializes a new instance of the Mosaic
Declaration
public MosaicViewProperties(string timeFormat = null, MosaicViewProperties.TypeEnum type = default(MosaicViewProperties.TypeEnum), List<DashboardQuery> queries = null, List<string> colors = null, MosaicViewProperties.ShapeEnum shape = default(MosaicViewProperties.ShapeEnum), string note = null, bool? showNoteWhenEmpty = null, string xColumn = null, List<string> generateXAxisTicks = null, int? xTotalTicks = null, float? xTickStart = null, float? xTickStep = null, string yLabelColumnSeparator = null, List<string> yLabelColumns = null, List<string> ySeriesColumns = null, List<string> fillColumns = null, List<decimal?> xDomain = null, List<decimal?> yDomain = null, string xAxisLabel = null, string yAxisLabel = null, string xPrefix = null, string xSuffix = null, string yPrefix = null, string ySuffix = null, MosaicViewProperties.HoverDimensionEnum? hoverDimension = null, bool? legendColorizeRows = null, bool? legendHide = null, float? legendOpacity = null, int? legendOrientationThreshold = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
timeFormat | timeFormat. |
Mosaic |
type | type (required) (default to TypeEnum.Mosaic). |
List<Dashboard |
queries | queries (required). |
List<System. |
colors | Colors define color encoding of data into a visualization (required). |
Mosaic |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
note | note (required). |
System. |
showNoteWhenEmpty | If true, will display note when empty (required). |
System. |
xColumn | xColumn (required). |
List<System. |
generateXAxisTicks | generateXAxisTicks. |
System. |
xTotalTicks | xTotalTicks. |
System. |
xTickStart | xTickStart. |
System. |
xTickStep | xTickStep. |
System. |
yLabelColumnSeparator | yLabelColumnSeparator. |
List<System. |
yLabelColumns | yLabelColumns. |
List<System. |
ySeriesColumns | ySeriesColumns (required). |
List<System. |
fillColumns | fillColumns (required). |
List<System. |
xDomain | xDomain (required). |
List<System. |
yDomain | yDomain (required). |
System. |
xAxisLabel | xAxisLabel (required). |
System. |
yAxisLabel | yAxisLabel (required). |
System. |
xPrefix | xPrefix (required). |
System. |
xSuffix | xSuffix (required). |
System. |
yPrefix | yPrefix (required). |
System. |
ySuffix | ySuffix (required). |
System. |
hoverDimension | hoverDimension. |
System. |
legendColorizeRows | legendColorizeRows. |
System. |
legendHide | legendHide. |
System. |
legendOpacity | legendOpacity. |
System. |
legendOrientationThreshold | legendOrientationThreshold. |
Properties
Colors
Colors define color encoding of data into a visualization
Declaration
public List<string> Colors { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
Colors define color encoding of data into a visualization |
FillColumns
Gets or Sets FillColumns
Declaration
public List<string> FillColumns { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
GenerateXAxisTicks
Gets or Sets GenerateXAxisTicks
Declaration
public List<string> GenerateXAxisTicks { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
HoverDimension
Gets or Sets HoverDimension
Declaration
public MosaicViewProperties.HoverDimensionEnum? HoverDimension { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendColorizeRows
Gets or Sets LegendColorizeRows
Declaration
public bool? LegendColorizeRows { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendHide
Gets or Sets LegendHide
Declaration
public bool? LegendHide { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendOpacity
Gets or Sets LegendOpacity
Declaration
public float? LegendOpacity { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendOrientationThreshold
Gets or Sets LegendOrientationThreshold
Declaration
public int? LegendOrientationThreshold { get; set; }
Property Value
Type | Description |
---|---|
System. |
Note
Gets or Sets Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System. |
Queries
Gets or Sets Queries
Declaration
public List<DashboardQuery> Queries { get; set; }
Property Value
Type | Description |
---|---|
List<Dashboard |
Shape
Gets or Sets Shape
Declaration
public MosaicViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Mosaic |
ShowNoteWhenEmpty
If true, will display note when empty
Declaration
public bool? ShowNoteWhenEmpty { get; set; }
Property Value
Type | Description |
---|---|
System. |
If true, will display note when empty |
TimeFormat
Gets or Sets TimeFormat
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System. |
Type
Gets or Sets Type
Declaration
public MosaicViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Mosaic |
XAxisLabel
Gets or Sets XAxisLabel
Declaration
public string XAxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System. |
XColumn
Gets or Sets XColumn
Declaration
public string XColumn { get; set; }
Property Value
Type | Description |
---|---|
System. |
XDomain
Gets or Sets XDomain
Declaration
public List<decimal?> XDomain { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
XPrefix
Gets or Sets XPrefix
Declaration
public string XPrefix { get; set; }
Property Value
Type | Description |
---|---|
System. |
XSuffix
Gets or Sets XSuffix
Declaration
public string XSuffix { get; set; }
Property Value
Type | Description |
---|---|
System. |
XTickStart
Gets or Sets XTickStart
Declaration
public float? XTickStart { get; set; }
Property Value
Type | Description |
---|---|
System. |
XTickStep
Gets or Sets XTickStep
Declaration
public float? XTickStep { get; set; }
Property Value
Type | Description |
---|---|
System. |
XTotalTicks
Gets or Sets XTotalTicks
Declaration
public int? XTotalTicks { get; set; }
Property Value
Type | Description |
---|---|
System. |
YAxisLabel
Gets or Sets YAxisLabel
Declaration
public string YAxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System. |
YDomain
Gets or Sets YDomain
Declaration
public List<decimal?> YDomain { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
YLabelColumns
Gets or Sets YLabelColumns
Declaration
public List<string> YLabelColumns { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
YLabelColumnSeparator
Gets or Sets YLabelColumnSeparator
Declaration
public string YLabelColumnSeparator { get; set; }
Property Value
Type | Description |
---|---|
System. |
YPrefix
Gets or Sets YPrefix
Declaration
public string YPrefix { get; set; }
Property Value
Type | Description |
---|---|
System. |
YSeriesColumns
Gets or Sets YSeriesColumns
Declaration
public List<string> YSeriesColumns { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
YSuffix
Gets or Sets YSuffix
Declaration
public string YSuffix { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(MosaicViewProperties)
Returns true if MosaicViewProperties instances are equal
Declaration
public bool Equals(MosaicViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Mosaic |
input | Instance of MosaicViewProperties to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |