Class ColumnsContainer
ItemsControl that holds columns. Supports indicator color changing.
Inheritance
System.Object
ColumnsContainer
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ColumnsContainer : IndicatorsContainerBase<Column, ColumnsPanel>, IVirtualizingFastItemsControl, IIndicatorContainer
Constructors
ColumnsContainer()
Fields
ColumnLayoutModeProperty
Identifies the ColumnLayoutMode dependency property.
Declaration
public static readonly DependencyProperty ColumnLayoutModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColumnLayoutMode
Gets or sets the ColumnLayoutMode.
Declaration
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Property Value
ColumnLayoutMode
|