Class StackedBarItemsControl
An Stacked
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StackedBarItemsControl : FastItemsControl<StackedBarItem, Grid>
Constructors
StackedBarItemsControl()
Initializes a new instance of the Stacked
Declaration
public StackedBarItemsControl()
Fields
BarBorderBrushesProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
System.
|
BarBorderThicknessProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
System.
|
BarBrushesProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBrushesProperty
Field Value
System.
|
BarHeightPercentProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
System.
|
BarStyleProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
System.
|
ShowToolTipsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowToolTipsProperty
Field Value
System.
|
Properties
BarBorderBrushes
Gets or sets the collection of brushes that are used for the Stroke of the Data
Declaration
public BrushCollection BarBorderBrushes { get; set; }
Property Value
Remarks
Each Data
BarBorderThickness
Gets or sets the StrokeThickness of the Data
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.
|
BarBrushes
Gets or sets the collection of brushes that are used for the Fill of the Data
Declaration
public BrushCollection BarBrushes { get; set; }
Property Value
Remarks
Each Data
BarHeightPercent
Gets or sets the height percent (from 0 to 1) of the contained Data
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.
|
BarStyle
Gets or sets the style that is applied to the Data
Declaration
public double BarStyle { get; set; }
Property Value
System.
|
ShowToolTips
Gets or sets the ShowToolTips.
Declaration
public double ShowToolTips { get; set; }
Property Value
System.
|
Methods
OnItemsChanged()
This method is called whenever items are added or removed.
Declaration
protected override void OnItemsChanged()