ClassIndicatorsContainerBase<TItem, TPanel>
Class
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:
cs-api-definition
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
IndicatorsContainerBase()
Declaration
cs-api-definition
protected IndicatorsContainerBase()
Methods
OnItemsChanged()
Occurs when new items are added or removed.
Declaration
cs-api-definition
protected override void OnItemsChanged()
Overrides
OnVisibleItemsChanged()
Occurs when virtualization is enabled and the visible range has changed.
Declaration
cs-api-definition
protected override void OnVisibleItemsChanged()
Overrides