DataItemDateTimeFloat Class

Represents a data item for DataSeries object, which supports DateTime and Single values.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public class DataItemDateTimeFloat : DataItem
Inheritance
Object    DataItem    DataItemDateTimeFloat

Remarks

This data item is used for LineChart with DateTime horizontal and Single vertical axes. X represents an instant in time, expressed as date and time. Y represents a single-precision floating-point value.

Constructors

DataItemDateTimeFloat Initializes a new instance of DataItemDateTimeFloat class.

Properties

X Value on the horizontal axis.
(Overrides DataItemX)
Y Value on the vertical axis.
(Overrides DataItemY)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a String representation of this object.
(Inherited from DataItem)

See Also