Class TemplateChart
TemplateChart
Inheritance
System.Object
TemplateChart
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateChart : IEquatable<TemplateChart>
Constructors
TemplateChart(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, ViewProperties)
Initializes a new instance of the Template
Declaration
public TemplateChart(int? xPos = null, int? yPos = null, int? height = null, int? width = null, ViewProperties properties = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
xPos | xPos. |
System. |
yPos | yPos. |
System. |
height | height. |
System. |
width | width. |
View |
properties | properties. |
Properties
Height
Gets or Sets Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System. |
Properties
Gets or Sets Properties
Declaration
public ViewProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
View |
Width
Gets or Sets Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System. |
XPos
Gets or Sets XPos
Declaration
public int? XPos { get; set; }
Property Value
Type | Description |
---|---|
System. |
YPos
Gets or Sets YPos
Declaration
public int? YPos { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(TemplateChart)
Returns true if TemplateChart instances are equal
Declaration
public bool Equals(TemplateChart input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateChart 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 |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |