ClassBarItem
Class
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
Constructors
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
The RoutedEventArgs that contains the event data.
OnLengthPercentChanged()
Called when [width percent changed].
Declaration
cs-api-definition
protected override void OnLengthPercentChanged()
Overrides