ClassStackedBarItem
A control that contains a DataBarShape. This class is intended to be used within the StackedBarItemsControl.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class StackedBarItem : Control
Inheritance: objectStackedBarItem
Constructors
StackedBarItem()
Initializes a new instance of the StackedBarItem class.
Declaration
public StackedBarItem()
Fields
BarBorderBrushProperty
Identifies the BarBorderBrush dependency property.
Declaration
public static readonly DependencyProperty BarBorderBrushProperty
Field Value
DependencyProperty
BarBorderThicknessProperty
Identifies the BarBorderThickness dependency property.
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
DependencyProperty
BarBrushProperty
Identifies the BarBrush dependency property.
Declaration
public static readonly DependencyProperty BarBrushProperty
Field Value
DependencyProperty
BarHeightPercentProperty
Identifies the BarHeightPercent dependency property.
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
DependencyProperty
BarStyleProperty
Identifies the BarStyle dependency property.
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
DependencyProperty
ShowToolTipProperty
Identifies the ShowToolTip dependency property.
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
DependencyProperty
Properties
BarBorderBrush
Gets or sets the brush that is set to the Stroke of the DataBarShape.
Declaration
public Brush BarBorderBrush { get; set; }
Property Value
Brush
BarBorderThickness
Gets or sets the BorderThickness of the DataBarShape.
BarBrush
Gets or sets the brush that is applied to the DataBarShape.
Declaration
public Brush BarBrush { get; set; }
Property Value
Brush
BarHeightPercent
Gets or sets the height percent (from 0 to 1) of the DataBarShape.
BarStyle
Gets or sets the style that is applied to the DataBarShape.
Declaration
public Style BarStyle { get; set; }
Property Value
Style
ShowToolTip
Gets or sets the ShowToolTip.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.