Skip to main content

TreeMapFlatDataAdapter Members

The data adapter that provides flat data to a tree map.

Constructors

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

Fields

Name Description
DataMemberProperty static Identifies the TreeMapFlatDataAdapter.DataMember dependency property.
DataSourceProperty static Identifies the TreeMapFlatDataAdapter.DataSource dependency property.
GroupsProperty static Identifies the TreeMapFlatDataAdapter.Groups dependency property.
LabelDataMemberProperty static Identifies the TreeMapFlatDataAdapter.LabelDataMember dependency property.
ValueDataMemberProperty static Identifies the TreeMapFlatDataAdapter.ValueDataMember dependency property.

Properties

Name Description
DataMember Specifies the name of an object in a data source to provide data for a data adapter.
DataSource Gets or sets the object that is a data source of the data adapter.
Groups Gets or sets the collection of TreeMapGroupDefinition objects used to group tree map items.
LabelDataMember Gets or sets the name of the data field whose values are used to automatically generate TreeMapItem.Label values.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
ValueDataMember Gets or sets the name of the data field whose values are used to automatically generate TreeMapItem.Value values.

Events

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