DataItemFloatFloat Class

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

Remarks

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

Constructors

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