Class
QualitativeRangeContainer

ItemsControl specialized for QualitativeRange.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class QualitativeRangeContainer : BulletGraphContainerBase

Inheritance: objectBulletGraphContainerBaseQualitativeRangeContainer

Inherited Members BulletGraphContainerBase.ChildrenSourcePropertyBulletGraphContainerBase.RangePropertyBulletGraphContainerBase.SetRange(IEnumerable)BulletGraphContainerBase.UpdatePanel()BulletGraphContainerBase.ChildrenSource

Constructors

QualitativeRangeContainer()

Initializes a new instance of the QualitativeRangeContainer class.

Declaration

cs-api-definition
public QualitativeRangeContainer()

Methods

OnChildrenSourceChanged(IEnumerable, IEnumerable)

Called when [children source changed].

Declaration

cs-api-definition
protected override void OnChildrenSourceChanged(IEnumerable oldValue, IEnumerable newValue)

Parameters

oldValue

IEnumerable

newValue

IEnumerable

Overrides BulletGraphContainerBase.OnChildrenSourceChanged(IEnumerable, IEnumerable)

OnChildrenSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)

Called when [children source collection changed].

Declaration

cs-api-definition
protected override void OnChildrenSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)

Parameters

sender

object

The sender.

e

NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Overrides BulletGraphContainerBase.OnChildrenSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)

OnChildrenSourceItemChanged(object, PropertyChangedEventArgs)

Called when [children source item changed].

Declaration

cs-api-definition
protected override void OnChildrenSourceItemChanged(object sender, PropertyChangedEventArgs e)

Parameters

sender

object

The sender.

e

PropertyChangedEventArgs

The PropertyChangedEventArgs instance containing the event data.

Overrides BulletGraphContainerBase.OnChildrenSourceItemChanged(object, PropertyChangedEventArgs)

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnRangeChanged()

Called when [range changed].

Declaration

cs-api-definition
protected override void OnRangeChanged()

Overrides BulletGraphContainerBase.OnRangeChanged()