StackedBarItem
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
Initializes a new instance of the StackedBarItem class.
public StackedBarItem()
Fields
BarBorderBrushProperty
DependencyProperty
Identifies the BarBorderBrush dependency property.
public static readonly DependencyProperty BarBorderBrushProperty
BarBorderThicknessProperty
DependencyProperty
Identifies the BarBorderThickness dependency property.
public static readonly DependencyProperty BarBorderThicknessProperty
BarBrushProperty
DependencyProperty
Identifies the BarBrush dependency property.
public static readonly DependencyProperty BarBrushProperty
BarHeightPercentProperty
DependencyProperty
Identifies the BarHeightPercent dependency property.
public static readonly DependencyProperty BarHeightPercentProperty
BarStyleProperty
DependencyProperty
Identifies the BarStyle dependency property.
public static readonly DependencyProperty BarStyleProperty
ShowToolTipProperty
DependencyProperty
Identifies the ShowToolTip dependency property.
public static readonly DependencyProperty ShowToolTipProperty
Properties
BarBorderBrush
Brush
Gets or sets the brush that is set to the Stroke of the DataBarShape.
public Brush BarBorderBrush { get; set; }
Gets or sets the BorderThickness of the DataBarShape.
public double BarBorderThickness { get; set; }
BarBrush
Brush
Gets or sets the brush that is applied to the DataBarShape.
public Brush BarBrush { get; set; }
Gets or sets the height percent (from 0 to 1) of the DataBarShape.
public double BarHeightPercent { get; set; }
BarStyle
Style
Gets or sets the style that is applied to the DataBarShape.
public Style BarStyle { get; set; }
Gets or sets the ShowToolTip.
public bool ShowToolTip { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.