Class HierarchicalData
Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadTreeMap.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HierarchicalData : TreeMapData, INotifyPropertyChanged
Constructors
HierarchicalData()
Declaration
public HierarchicalData()
Properties
Value
Gets or sets the value.
Declaration
public override double Value { get; set; }
Property Value
System.Double
The value. |