New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class StackedBarItem : Control

Inheritance: objectStackedBarItem

Constructors

Initializes a new instance of the StackedBarItem class.

C#
public StackedBarItem()

Fields

BarBorderBrushProperty

DependencyProperty

Identifies the BarBorderBrush dependency property.

C#
public static readonly DependencyProperty BarBorderBrushProperty

BarBorderThicknessProperty

DependencyProperty

Identifies the BarBorderThickness dependency property.

C#
public static readonly DependencyProperty BarBorderThicknessProperty

BarBrushProperty

DependencyProperty

Identifies the BarBrush dependency property.

C#
public static readonly DependencyProperty BarBrushProperty

BarHeightPercentProperty

DependencyProperty

Identifies the BarHeightPercent dependency property.

C#
public static readonly DependencyProperty BarHeightPercentProperty

BarStyleProperty

DependencyProperty

Identifies the BarStyle dependency property.

C#
public static readonly DependencyProperty BarStyleProperty

ShowToolTipProperty

DependencyProperty

Identifies the ShowToolTip dependency property.

C#
public static readonly DependencyProperty ShowToolTipProperty

Properties

Gets or sets the brush that is set to the Stroke of the DataBarShape.

C#
public Brush BarBorderBrush { get; set; }

Gets or sets the BorderThickness of the DataBarShape.

C#
public double BarBorderThickness { get; set; }

Gets or sets the brush that is applied to the DataBarShape.

C#
public Brush BarBrush { get; set; }

Gets or sets the height percent (from 0 to 1) of the DataBarShape.

C#
public double BarHeightPercent { get; set; }

Gets or sets the style that is applied to the DataBarShape.

C#
public Style BarStyle { get; set; }

Gets or sets the ShowToolTip.

C#
public bool ShowToolTip { get; set; }

Methods

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.