DataItemLongFloat Class

Represents a data item for DataSeries object, which supports Int64 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 DataItemLongFloat : DataItem
Inheritance
Object    DataItem    DataItemLongFloat

Remarks

This data item is used for LineChart with Int64 horizontal and Single vertical axes. X represents a 64-bit signed integer value. Y represents a single-precision floating-point value.

Constructors

DataItemLongFloat Initializes a new instance of DataItemLongFloat 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