Class BarItem
Control that represents a bar FeaturedMeasure on the screen.
Inherited Members
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BarItem : DynamicLengthControlBase
Constructors
BarItem()
Fields
DynamicMarginProperty
Identifies the DynamicMargin dependency property.
Declaration
public static readonly DependencyProperty DynamicMarginProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DynamicMargin
This property supports the RadBulletGraphBase infrastructure and is not intended to be used directly from your code.
Declaration
public Thickness DynamicMargin { get; }
Property Value
System.Windows.Thickness
|
Methods
OnLengthPercentChanged()
Called when [width percent changed].
Declaration
protected override void OnLengthPercentChanged()