Class RadPivotMap
Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public sealed class RadPivotMap : RadTreeMapBase, ISupportInitialize
Constructors
RadPivotMap()
Fields
GroupDefinitionsProperty
Identifies the Group
Declaration
public static readonly DependencyProperty GroupDefinitionsProperty
Field Value
System.
|
GroupTemplateProperty
Identifies the Group
Declaration
public static readonly DependencyProperty GroupTemplateProperty
Field Value
System.
|
LabelFormatProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
System.
|
LabelPathProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
System.
|
LeafItemStyleProperty
Identifies the Leaf
Declaration
public static readonly DependencyProperty LeafItemStyleProperty
Field Value
System.
|
LeafMappingsProperty
Identifies the Leaf
Declaration
public static readonly DependencyProperty LeafMappingsProperty
Field Value
System.
|
LeafTemplateProperty
Identifies the Leaf
Declaration
public static readonly DependencyProperty LeafTemplateProperty
Field Value
System.
|
ToolTipFormatProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.
|
ToolTipPathProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
System.
|
ToolTipTemplateProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.
|
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
GroupDefinitions
Gets or sets the group definitions.
Declaration
public GroupDefinitionCollection GroupDefinitions { get; set; }
Property Value
Group The group definitions collection. |
GroupTemplate
Gets or sets the group template.
Declaration
public HierarchicalDataTemplate GroupTemplate { get; set; }
Property Value
System. The group template. |
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
System. The label format. |
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
System. The label path. |
LeafItemStyle
Gets or sets the style for the leaf items.
Declaration
public Style LeafItemStyle { get; set; }
Property Value
System. The item style. |
LeafMappings
Gets the leaf value mappings.
Declaration
public ObjectMappingCollection LeafMappings { get; }
Property Value
Object The leaf value mappings. |
LeafTemplate
Gets or sets the leaf template.
Declaration
public DataTemplate LeafTemplate { get; set; }
Property Value
System. The leaf template. |
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System. The tool tip format. |
ToolTipPath
Gets or sets the tool tip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System. The tool tip path. |
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System. The tool tip template. |
ValuePath
Gets or sets the value path.
Declaration
public string ValuePath { get; set; }
Property Value
System. The value path. |
Methods
EndInit()
Indicates that the initialization process for the element is complete.
Declaration
public override void EndInit()
Exceptions
System. System. |
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when [items source changed].
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldData, IEnumerable newData)
Parameters
System. The old data. |
System. The new data. |
Overrides
OnLayoutStrategyChanged(Object, LayoutStrategyBase)
Called when LayoutStrategy property changes..
Declaration
protected override void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters
System. The RadTreeMapBase object. |
Layout The new value. |