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 TemplateChart class.
Declaration
public TemplateChart(int? xPos = null, int? yPos = null, int? height = null, int? width = null, ViewProperties properties = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | xPos | xPos. |
System.Nullable<System.Int32> | yPos | yPos. |
System.Nullable<System.Int32> | height | height. |
System.Nullable<System.Int32> | width | width. |
ViewProperties | properties | properties. |
Properties
Height
Gets or Sets Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Properties
Gets or Sets Properties
Declaration
public ViewProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
ViewProperties |
Width
Gets or Sets Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
XPos
Gets or Sets XPos
Declaration
public int? XPos { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
YPos
Gets or Sets YPos
Declaration
public int? YPos { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
Equals(TemplateChart)
Returns true if TemplateChart instances are equal
Declaration
public bool Equals(TemplateChart input)
Parameters
Type | Name | Description |
---|---|---|
TemplateChart | input | Instance of TemplateChart to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |