Class LinePlusSingleStatProperties
LinePlusSingleStatProperties
Implements
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class LinePlusSingleStatProperties : ViewProperties, IEquatable<LinePlusSingleStatProperties>
Constructors
LinePlusSingleStatProperties()
Initializes a new instance of the Line
Declaration
protected LinePlusSingleStatProperties()
LinePlusSingleStatProperties(String, LinePlusSingleStatProperties.TypeEnum, List<DashboardQuery>, List<DashboardColor>, LinePlusSingleStatProperties.ShapeEnum, String, Nullable<Boolean>, Axes, StaticLegend, String, List<String>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, String, List<String>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Nullable<Boolean>, Nullable<LinePlusSingleStatProperties.HoverDimensionEnum>, LinePlusSingleStatProperties.PositionEnum, String, String, DecimalPlaces, Nullable<Boolean>, Nullable<Boolean>, Nullable<Single>, Nullable<Int32>)
Initializes a new instance of the Line
Declaration
public LinePlusSingleStatProperties(string timeFormat = null, LinePlusSingleStatProperties.TypeEnum type = default(LinePlusSingleStatProperties.TypeEnum), List<DashboardQuery> queries = null, List<DashboardColor> colors = null, LinePlusSingleStatProperties.ShapeEnum shape = default(LinePlusSingleStatProperties.ShapeEnum), string note = null, bool? showNoteWhenEmpty = null, Axes axes = null, StaticLegend staticLegend = null, string xColumn = null, List<string> generateXAxisTicks = null, int? xTotalTicks = null, float? xTickStart = null, float? xTickStep = null, string yColumn = null, List<string> generateYAxisTicks = null, int? yTotalTicks = null, float? yTickStart = null, float? yTickStep = null, bool? shadeBelow = null, LinePlusSingleStatProperties.HoverDimensionEnum? hoverDimension = null, LinePlusSingleStatProperties.PositionEnum position = (LinePlusSingleStatProperties.PositionEnum)0, string prefix = null, string suffix = null, DecimalPlaces decimalPlaces = null, bool? legendColorizeRows = null, bool? legendHide = null, float? legendOpacity = null, int? legendOrientationThreshold = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
timeFormat | timeFormat. |
Line |
type | type (required) (default to TypeEnum.LinePlusSingleStat). |
List<Dashboard |
queries | queries (required). |
List<Dashboard |
colors | Colors define color encoding of data into a visualization (required). |
Line |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
note | note (required). |
System. |
showNoteWhenEmpty | If true, will display note when empty (required). |
Axes | axes | axes (required). |
Static |
staticLegend | staticLegend. |
System. |
xColumn | xColumn. |
List<System. |
generateXAxisTicks | generateXAxisTicks. |
System. |
xTotalTicks | xTotalTicks. |
System. |
xTickStart | xTickStart. |
System. |
xTickStep | xTickStep. |
System. |
yColumn | yColumn. |
List<System. |
generateYAxisTicks | generateYAxisTicks. |
System. |
yTotalTicks | yTotalTicks. |
System. |
yTickStart | yTickStart. |
System. |
yTickStep | yTickStep. |
System. |
shadeBelow | shadeBelow. |
System. |
hoverDimension | hoverDimension. |
Line |
position | position (required). |
System. |
prefix | prefix (required). |
System. |
suffix | suffix (required). |
Decimal |
decimalPlaces | decimalPlaces (required). |
System. |
legendColorizeRows | legendColorizeRows. |
System. |
legendHide | legendHide. |
System. |
legendOpacity | legendOpacity. |
System. |
legendOrientationThreshold | legendOrientationThreshold. |
Properties
Axes
Gets or Sets Axes
Declaration
public Axes Axes { get; set; }
Property Value
Type | Description |
---|---|
Axes |
Colors
Colors define color encoding of data into a visualization
Declaration
public List<DashboardColor> Colors { get; set; }
Property Value
Type | Description |
---|---|
List<Dashboard |
Colors define color encoding of data into a visualization |
DecimalPlaces
Gets or Sets DecimalPlaces
Declaration
public DecimalPlaces DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
GenerateXAxisTicks
Gets or Sets GenerateXAxisTicks
Declaration
public List<string> GenerateXAxisTicks { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
GenerateYAxisTicks
Gets or Sets GenerateYAxisTicks
Declaration
public List<string> GenerateYAxisTicks { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
HoverDimension
Gets or Sets HoverDimension
Declaration
public LinePlusSingleStatProperties.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. |
Position
Gets or Sets Position
Declaration
public LinePlusSingleStatProperties.PositionEnum Position { get; set; }
Property Value
Type | Description |
---|---|
Line |
Prefix
Gets or Sets Prefix
Declaration
public string Prefix { 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 |
ShadeBelow
Gets or Sets ShadeBelow
Declaration
public bool? ShadeBelow { get; set; }
Property Value
Type | Description |
---|---|
System. |
Shape
Gets or Sets Shape
Declaration
public LinePlusSingleStatProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Line |
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 |
StaticLegend
Gets or Sets StaticLegend
Declaration
public StaticLegend StaticLegend { get; set; }
Property Value
Type | Description |
---|---|
Static |
Suffix
Gets or Sets Suffix
Declaration
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System. |
TimeFormat
Gets or Sets TimeFormat
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System. |
Type
Gets or Sets Type
Declaration
public LinePlusSingleStatProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Line |
XColumn
Gets or Sets XColumn
Declaration
public string XColumn { 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. |
YColumn
Gets or Sets YColumn
Declaration
public string YColumn { get; set; }
Property Value
Type | Description |
---|---|
System. |
YTickStart
Gets or Sets YTickStart
Declaration
public float? YTickStart { get; set; }
Property Value
Type | Description |
---|---|
System. |
YTickStep
Gets or Sets YTickStep
Declaration
public float? YTickStep { get; set; }
Property Value
Type | Description |
---|---|
System. |
YTotalTicks
Gets or Sets YTotalTicks
Declaration
public int? YTotalTicks { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(LinePlusSingleStatProperties)
Returns true if LinePlusSingleStatProperties instances are equal
Declaration
public bool Equals(LinePlusSingleStatProperties input)
Parameters
Type | Name | Description |
---|---|---|
Line |
input | Instance of LinePlusSingleStatProperties 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 |