Class StackedBarItem
A control that contains a DataBarShape. This class is intended to be used within the StackedBarItemsControl.
Inheritance
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StackedBarItem : Control
Constructors
StackedBarItem()
Fields
BarBorderBrushProperty
Identifies the BarBorderBrush dependency property.
Declaration
public static readonly DependencyProperty BarBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
BarBorderThicknessProperty
Identifies the BarBorderThickness dependency property.
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
BarBrushProperty
Identifies the BarBrush dependency property.
Declaration
public static readonly DependencyProperty BarBrushProperty
Field Value
System.Windows.DependencyProperty
|
BarHeightPercentProperty
Identifies the BarHeightPercent dependency property.
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
System.Windows.DependencyProperty
|
BarStyleProperty
Identifies the BarStyle dependency property.
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
System.Windows.DependencyProperty
|
ShowToolTipProperty
Identifies the ShowToolTip dependency property.
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
System.Windows.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
System.Windows.Media.Brush
|
BarBorderThickness
Gets or sets the BorderThickness of the DataBarShape.
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.Double
|
BarBrush
Gets or sets the brush that is applied to the DataBarShape.
Declaration
public Brush BarBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
BarHeightPercent
Gets or sets the height percent (from 0 to 1) of the DataBarShape.
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.Double
|
BarStyle
Gets or sets the style that is applied to the DataBarShape.
Declaration
public Style BarStyle { get; set; }
Property Value
System.Windows.Style
|
ShowToolTip
Gets or sets the ShowToolTip.
Declaration
public bool ShowToolTip { get; set; }
Property Value
System.Boolean
|