ClassQuantitativeScaleContainer
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
QuantitativeScaleContainer()
Initializes a new instance of the QuantitativeScaleContainer class.
Declaration
public QuantitativeScaleContainer()
Fields
TextFormatStringProperty
Identifies the TextFormatString dependency property.
Declaration
public static readonly DependencyProperty TextFormatStringProperty
Field Value
DependencyProperty
Properties
TextFormatString
Gets or sets the text format string.
Declaration
public string TextFormatString { get; set; }
Property Value
The text format string.
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
The element that is used to display the given item.
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnRangeChanged()
Called when [range changed].
Declaration
protected override void OnRangeChanged()
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.