ItemsControl specialized for QualitativeRange.
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class QualitativeRangeContainer : BulletGraphContainerBase
Inheritance: objectBulletGraphContainerBaseQualitativeRangeContainer
Inherited Members
Constructors
Initializes a new instance of the QualitativeRangeContainer class.
public QualitativeRangeContainer()
Methods
Called when [children source changed].
protected override void OnChildrenSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Overrides:
Called when [children source collection changed].
protected override void OnChildrenSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
The sender.
eNotifyCollectionChangedEventArgsThe NotifyCollectionChangedEventArgs instance containing the event data.
Overrides:
Called when [children source item changed].
protected override void OnChildrenSourceItemChanged(object sender, PropertyChangedEventArgs e)
The sender.
ePropertyChangedEventArgsThe PropertyChangedEventArgs instance containing the event data.
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when [range changed].
protected override void OnRangeChanged()
Overrides: