Class
BarItem

Control that represents a bar FeaturedMeasure on the screen.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class BarItem : DynamicLengthControlBase

Inheritance: objectDynamicLengthControlBaseBarItem

Inherited Members DynamicLengthControlBase.LengthPercentPropertyDynamicLengthControlBase.LengthPercent

Constructors

BarItem()

Initializes a new instance of the BarItem class.

Declaration

cs-api-definition
public BarItem()

Fields

DynamicMarginProperty

Identifies the DynamicMargin dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DynamicMarginProperty

Field Value

DependencyProperty

Properties

DynamicMargin

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

Declaration

cs-api-definition
public Thickness DynamicMargin { get; }

Property Value

Thickness

Methods

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.

OnLengthPercentChanged()

Called when [width percent changed].

Declaration

cs-api-definition
protected override void OnLengthPercentChanged()

Overrides DynamicLengthControlBase.OnLengthPercentChanged()