MapChartItemMappingInfo Members
The base for all classes that contain information about mapping chart items.Properties
Name | Description |
---|---|
ImageIndex | This property is hidden because it can not be used with the MapChartItemMappingInfo. |
Latitude | Gets or sets the data field to which a GeoPoint.Latitude property is bound. Inherited from MapItemMappingInfo. |
Longitude | Gets or sets the data field to which a GeoPoint.Longitude property is bound. Inherited from MapItemMappingInfo. |
Text | Gets or sets the data field to which a MapPointer.Text property is bound. Inherited from MapItemMappingInfo. |
Type | This property is hidden, because it can not be used with the MapChartItemMappingInfo. |
Value | Gets or sets the name of the data field, which contains data to determine values for chart items. |
XCoordinate | Gets or sets the data field to which a CartesianPoint.X property is bound. Inherited from MapItemMappingInfo. |
YCoordinate | Gets or sets the data field to which a CartesianPoint.Y property is bound. Inherited from MapItemMappingInfo. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of MapItemMappingInfo. Inherited from MapItemMappingInfo. |
See Also