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
Constructors
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)
The RoutedEventArgs that contains the event data.
Called when [width percent changed].
C#
protected override void OnLengthPercentChanged()
Overrides: