ClassStackedBarItem
A control that contains a DataBarShape. This class is intended to be used within the StackedBarItemsControl.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class StackedBarItem : RadControl
Inheritance: objectRadControlStackedBarItem
Inherited Members
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 implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific implementation.
Overrides