skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Namespace Telerik.Windows.Controls.TreeMap

Classes

BrushColorizer

Paints an item by using a brush.

BrushColorizerBase

Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of brushes. Each RangeBrush is applied according its From and To properties.

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 MappingBase eligible for a RadTreeMapItem.

DefaultGroupTemplateSelector

Selects a System.Windows.DataTemplate for a leaf or group using default logic.

DefaultTypeTemplateSelector

Selects a System.Windows.DataTemplate for a type using its TemplateTable.

DefinitionBase

This class is base class for RadTreeMap and RadPivotMap hierarchy definitions.

DependencyPropertyConverter

Finds a System.Windows.Controls.Control System.Windows.DependencyProperty by its string representation.

DesaturationColorizer

This class represents a ColorMapping which defines the Brush for a RadTreeMapItem based on a color and a level of desaturation.

GradientColorizerBase

Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of GradientStops.

GroupData

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.

GroupDataMappingSelector

Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem under the context of RadPivotMap.

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

Represents a collection of PivotMapGroupDefinitionBase.

HierarchicalData

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadTreeMap.

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 MappingBase eligible for a RadTreeMapItem under the context of RadTreeMap.

HierarchySelectDescriptor

Represents a SelectDescriptor used by the HierarchicalDataCollectionView to project a hierarchical structure.

LayoutStrategyBase

Base class for all layout strategies.

LayoutStrategyCollection

Defines a collection of LayoutStrategyBase objects.

LayoutStrategyConverter

Finds a LayoutStrategyBase by its string representation.

MappingBase

Base class for all mappings in TreeMap.

ObjectMappingBase

Base class for all mappings that can be applied on a RadTreeMapItem.

ObjectMappingCollection

Defines a collection of ObjectMappingBase objects.

PaletteBrushes

Represents a Collection of System.Windows.Media.Brush objects.

PaletteColorizer

Represents a ColorMapping, which holds a set of System.Windows.Media.Brush objects. RadTreeMap items are assigned a brush according to their index in the collection.

PivotMapGroupData

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.

PivotMapGroupDefinition

Represents an object, which defines how the data in RadPivotMap will be presented. Each PivotMapGroupDefinition 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.

PivotMapGroupDefinitionBase

Represents an object, which defines how the data in RadPivotMap will be presented. Each PivotMapGroupDefinitionBase 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.

RadTreeMapBase

Base class for all TreeMap controls.

RadTreeMapItem

Implements an item in the RadTreeMap control.

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 RangeBrush objects.

RangeColorizerBase

Base class for all ColorMapping objects in RadTreeMap and RadPivotMap that rely on a range. A colorizer in RadTreeMap and RadPivotMap is a class which defines the Brush for the RadTreeMapItem objects.

SelectionChangedRoutedEventArgs

Provides data for SelectionChanged and PreviewSelectionChanged events.

SelectionChangedRoutedEventHandler

Represents the method that will handle the SelectionChanged and PreviewSelectionChanged events.

SliceDiceAlgorithm

This class is responsible for arranging the RadTreeMapItem elements in slices.

SliceDiceOrientation

Defines the different layout orientations that a SliceDiceAlgorithm can have.

SliceDiceStrategy

Arranges RadTreeMapItem elements in slices.

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.

TreeMapHierarchicalData

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadTreeMap.

TreeMapPanel

Arranges child elements according to a TreeMapAlgorithm.

TreeMapTypeDefinition

This class configures the RadTreeMap hierarchy by providing TargetTypeName, ValuePath and ChildrenPath.

TreeMapTypeDefinitionBase

This class configures the RadTreeMap hierarchy by providing TargetTypeName, ValuePath and ChildrenPath.

TypeDefinition

This class configures the RadTreeMap hierarchy by providing TargetTypeName, ValuePath and ChildrenPath.

TypeDefinitionCollection

Represents a collection of TreeMapTypeDefinitionBase.

TypedSelectDescriptor

Represents a SelectDescriptor, which is applied only for the type specified by the TypeName property.

ValueBrushColorizer

Represents a ColorMapping, which contains a set of RangeBrush objects. The ValueBrushColorizer chooses the brush to be applied according to their From and To value.

ValueGradientColorizer

Represents a ColorMapping, which contains a set of GradientStops. The ValueGradientColorizer calculated the brush according to its value and gradient stops.

ValueMappingBase

Base class for all mappings that depend on the value.

Interfaces

ITypedSelectDescriptor

Represents a SelectDescriptor, which is applied only for the type specified by the TypeName property.

Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.