Class
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:

cs-api-definition
public class StackedBarItem : Control

Inheritance: objectStackedBarItem

Constructors

StackedBarItem()

Initializes a new instance of the StackedBarItem class.

Declaration

cs-api-definition
public StackedBarItem()

Fields

BarBorderBrushProperty

Identifies the BarBorderBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BarBorderBrushProperty

Field Value

DependencyProperty

BarBorderThicknessProperty

Identifies the BarBorderThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BarBorderThicknessProperty

Field Value

DependencyProperty

BarBrushProperty

Identifies the BarBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BarBrushProperty

Field Value

DependencyProperty

BarHeightPercentProperty

Identifies the BarHeightPercent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BarHeightPercentProperty

Field Value

DependencyProperty

BarStyleProperty

Identifies the BarStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BarStyleProperty

Field Value

DependencyProperty

ShowToolTipProperty

Identifies the ShowToolTip dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public Brush BarBorderBrush { get; set; }

Property Value

Brush

BarBorderThickness

Gets or sets the BorderThickness of the DataBarShape.

Declaration

cs-api-definition
public double BarBorderThickness { get; set; }

Property Value

double

BarBrush

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

Declaration

cs-api-definition
public Brush BarBrush { get; set; }

Property Value

Brush

BarHeightPercent

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

Declaration

cs-api-definition
public double BarHeightPercent { get; set; }

Property Value

double

BarStyle

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

Declaration

cs-api-definition
public Style BarStyle { get; set; }

Property Value

Style

ShowToolTip

Gets or sets the ShowToolTip.

Declaration

cs-api-definition
public bool ShowToolTip { get; set; }

Property Value

bool

Methods

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.