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

BarItem

Class

Control that represents a bar FeaturedMeasure on the screen.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class BarItem : DynamicLengthControlBase

Inheritance: objectDynamicLengthControlBaseBarItem

Inherited Members DynamicLengthControlBase.LengthPercentPropertyDynamicLengthControlBase.LengthPercent

Constructors

Initializes a new instance of the BarItem class.

C#
public BarItem()

Fields

DynamicMarginProperty

DependencyProperty

Identifies the DynamicMargin dependency property.

C#
public static readonly DependencyProperty DynamicMarginProperty

Properties

DynamicMargin

Thickness

This property supports the RadBulletGraphBase infrastructure and is not intended to be used directly from your code.

C#
public Thickness DynamicMargin { get; }

Methods

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.

Called when [width percent changed].

C#
protected override void OnLengthPercentChanged()

Overrides: DynamicLengthControlBase.OnLengthPercentChanged()