Class ClusterDataItem
Represents base class for internal data items of the clustered data source. This class is an wrapper for the original geospatial data.
Inheritance
System.Object
ClusterDataItem
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ClusterDataItem : DependencyObject
Constructors
ClusterDataItem(Object)
Initializes a new instance of the ClusterDataItem class.
Declaration
public ClusterDataItem(object originalData)
Parameters
System.Object
originalData
Original data item. |
Properties
Data
Gets original data item.
Declaration
public object Data { get; protected set; }
Property Value
System.Object
|
DataSource
Gets data source this item belongs to.
Declaration
public ClusteredDataSource DataSource { get; }
Property Value
ClusteredDataSource
|