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