The GdxDataValue type exposes the following members.

Constructors

  NameDescription
Public methodGdxDataValue
Default constructor

Methods

  NameDescription
Public methodClone
Clones this point
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKey
Returns the key of the key value pair
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetStringKey
Returns the key of the key value pair
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCursorFormat
The cursor format of the series associated with this value
Public propertyFill
The fill used by the series
Public propertySeries
The title of the series associated with this value
Public propertySource
The title of the series associated with this value
Public propertyTitle
The title of the series associated with this value It notifies updates when the title is aliased and the alias changes
Public propertyValue
The value of the pair

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also