Class IndicatorsContainerBase<TItem, TPanel>
Base class for ItemsControl that holds indicators. Supports indicator color and visibility changing.
Inheritance
System.Object
FastItemsControl<TItem, TPanel>
VirtualizingFastItemsControl<TItem, TPanel>
IndicatorsContainerBase<TItem, TPanel>
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class IndicatorsContainerBase<TItem, TPanel> : VirtualizingFastItemsControl<TItem, TPanel>, IVirtualizingFastItemsControl, IIndicatorContainer where TItem : FrameworkElement, new()
where TPanel : Panel, new()
Type Parameters
TItem
|
TPanel
|
Constructors
IndicatorsContainerBase()
Declaration
protected IndicatorsContainerBase()
Methods
OnItemsChanged()
Occurs when new items are added or removed.
Declaration
protected override void OnItemsChanged()
Overrides
Telerik.Windows.Controls.Sparklines.FastItemsControl<TItem, TPanel>.OnItemsChanged()
OnVisibleItemsChanged()
Occurs when virtualization is enabled and the visible range has changed.
Declaration
protected override void OnVisibleItemsChanged()
Overrides
Telerik.Windows.Controls.Sparklines.VirtualizingFastItemsControl<TItem, TPanel>.OnVisibleItemsChanged()