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
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnLengthPercentChanged()
Called when [width percent changed].
Declaration
protected override void OnLengthPercentChanged()