The GdxDataValue<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodGdxDataValue<(Of <(<'T>)>)>
Default constructor

Methods

  NameDescription
Public methodClone
Clones this point
(Inherited from GdxDataValue.)
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
(Overrides GdxDataValue..::..GetKey()()()().)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetStringKey
Returns the key of the key value pair
(Inherited from GdxDataValue.)
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
(Inherited from GdxDataValue.)
Public propertyFill
The fill used by the series
(Inherited from GdxDataValue.)
Public propertyKey
The key of the pair
Public propertySeries
The title of the series associated with this value
(Inherited from GdxDataValue.)
Public propertySource
The title of the series associated with this value
(Inherited from GdxDataValue.)
Public propertyTitle
The title of the series associated with this value It notifies updates when the title is aliased and the alias changes
(Inherited from GdxDataValue.)
Public propertyValue
The value of the pair
(Inherited from GdxDataValue.)

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also