|
| Class | Description |
|---|
 | AbsoluteValueBrushColorizer |
Represents a ColorMapping, which contains a set of objects. The AbsoluteValueBrushColorizer chooses the brush to be applied according to their From and To value. These values are absolute.
|
 | AbsoluteValueGradientColorizer |
Represents a ColorMapping, which contains a set of GradientStops. Each Offset property should be set with an absolute value.
The RadTreeMapItem brush is calculated according to its value and colorizer's gradient stops.
|
 | BrushColorizer |
Paints an item by using a brush.
|
 | BrushColorizerBase | |
 | ColorMapping |
Represents and object, which defines the brushes for the RadTreeMapItem.
Base class for all color mappings in RadTreeMap and RadPivotMap.
|
 | ConstantSelectDescriptor |
This SelectDescriptor set a constant value to the projected instance.
|
 | CustomMapping |
Provides custom logic for a TreeMap mapping.
|
 | DataMappingSelector |
Contains a logic for selecting a eligible for a .
|
 | DefaultGroupTemplateSelector |
Selects a for a leaf or group using default logic.
|
 | DefaultTypeTemplateSelector |
Selects a for a type using its
.
|
 | DefinitionBase | |
 | DependencyPropertyConverter |
Finds a by its string representation.
|
 | DesaturationColorizer | |
 | GradientColorizerBase | |
 | GroupData |
Represents a data item, which holds the information for a single RadTreeMapItem
under the context of .
|
 | GroupDataMappingSelector |
Contains a logic for selecting a eligible for a
under the context of .
|
 | GroupDefinition |
Represents an object, which defines how the data in RadPivotMap will be presented.
Each GroupDefinition defines an additional level in the hierarchy. If there are no such objects, the RadPivotMap control will display all its items in a single level.
|
 | GroupDefinitionCollection | |
 | HierarchicalData |
Represents a data item, which holds the information for a single RadTreeMapItem
under the context of .
|
 | HierarchicalDataCollectionView |
Represents a collection, which projects a given hierarchical data to a new collection using the provided SelectDescriptors.
|
 | HierarchicalDataMappingSelector |
Contains a logic for selecting a eligible for a
under the context of .
|
 | HierarchySelectDescriptor | |
 | LayoutStrategyBase |
Base class for all layout strategies.
|
 | LayoutStrategyCollection |
Defines a collection of objects.
|
 | LayoutStrategyConverter |
Finds a by its string representation.
|
 | MappingBase |
Base class for all mappings in TreeMap.
|
 | ObjectMappingBase |
Base class for all mappings that can be applied on a .
|
 | ObjectMappingCollection |
Defines a collection of objects.
|
 | PaletteBrushes |
Represents a Collection of Brush objects.
|
 | PaletteColorizer |
Represents a ColorMapping, which holds a set of Brush objects. RadTreeMap items are assigned a brush according to their index in the collection.
|
 | RadTreeMapBase |
Base class for all TreeMap controls.
|
 | RadTreeMapItem | |
 | RangeBrush |
Represents an object, which configures ValueBrushColorizer objects.
When IsAbsolute is True,
From and To values should be absolute -
they should correspond to the underlying data.
When IsAbsolute is False,
From and To values should be relative - between 0 and 1.
|
 | RangeBrushCollection |
Defines a collection of objects.
|
 | RangeColorizerBase | |
 | RelativeValueBrushColorizer |
This class represents a colorizer, which contains a set of RangeBrush objects. It chooses the brush to be applied according to their From and To values. These values are relative - between 0 and 1.
|
 | RelativeValueGradientColorizer |
Represents a colorizer, which contains a set of GradientStops. Each Offset property should be set with a relative value - between 0 and 1.
The RadTreeMapItem brush is calculated according to its value, RangeMinimum, RangeMaximum and colorizer's gradient stops.
|
 | SelectionChangedRoutedEventArgs | |
 | SliceDiceAlgorithm |
This class is responsible for arranging the RadTreeMapItem elements in slices.
|
 | SliceDiceStrategy | |
 | SquarifiedAlgorithm |
This class is responsible for arranging the RadTreeMapItem elements,
so that their aspect ratio is as close to 1 as possible.
|
 | SquarifiedStrategy |
Arranges RadTreeMapItem elements in rectangles so that
their aspect ratio is as close to 1 as possible.
|
 | TreeMapAlgorithm |
Base class for all TreeMap layout algorithms.
|
 | TreeMapData |
Represents a data item, which holds the information for a single RadTreeMapItem.
|
 | TreeMapPanel | |
 | TypeDefinition | |
 | TypeDefinitionCollection | |
 | TypedSelectDescriptor |
Represents a SelectDescriptor, which is applied only for the type specified by the TypeName property.
|
 | ValueBrushColorizer | |
 | ValueGradientColorizer | |
 | ValueMappingBase |
Base class for all mappings that depend on the value.
|