Skip to main content

TreeMapHierarchicalDataAdapter Members

A data adapter that allows you to provide hierarchical data to the Tree Map.

Constructors

Name Description
TreeMapHierarchicalDataAdapter() Initializes a new instance of the TreeMapHierarchicalDataAdapter class with default settings.

Fields

Name Description
DataSourceProperty static Identifies the TreeMapHierarchicalDataAdapter.DataSource dependency property.
ValueDataMemberProperty static Identifies the TreeMapHierarchicalDataAdapter.ValueDataMember dependency property.

Properties

Name Description
DataSource Gets or sets the object that is the data source of the data adapter.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
ValueDataMember Gets or sets the name of the data field whose values are used to specify values of tree map items.

Events

Name Description
PropertyChanged Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject.
See Also