ItemsControl specialized for the QuantitativeScale.
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class QuantitativeScaleContainer : BulletGraphContainerBase
Inheritance: objectBulletGraphContainerBaseQuantitativeScaleContainer
Inherited Members
Constructors
Initializes a new instance of the QuantitativeScaleContainer class.
public QuantitativeScaleContainer()
Fields
TextFormatStringProperty
DependencyProperty
Identifies the TextFormatString dependency property.
public static readonly DependencyProperty TextFormatStringProperty
Properties
Gets or sets the text format string.
public string TextFormatString { get; set; }
The text format string.
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
The element that is used to display the given item.
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when [range changed].
protected override void OnRangeChanged()
Overrides:
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.