Class StackedBarItem
A control that contains a Data
Inheritance
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StackedBarItem : Control
Constructors
StackedBarItem()
Fields
BarBorderBrushProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderBrushProperty
Field Value
System.
|
BarBorderThicknessProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
System.
|
BarBrushProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBrushProperty
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.
|
ShowToolTipProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
System.
|
Properties
BarBorderBrush
Gets or sets the brush that is set to the Stroke of the Data
Declaration
public Brush BarBorderBrush { get; set; }
Property Value
System.
|
BarBorderThickness
Gets or sets the BorderThickness of the Data
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.
|
BarBrush
Gets or sets the brush that is applied to the Data
Declaration
public Brush BarBrush { get; set; }
Property Value
System.
|
BarHeightPercent
Gets or sets the height percent (from 0 to 1) of the Data
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.
|
BarStyle
Gets or sets the style that is applied to the Data
Declaration
public Style BarStyle { get; set; }
Property Value
System.
|
ShowToolTip
Gets or sets the ShowToolTip.
Declaration
public bool ShowToolTip { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |