Class QuantitativeScaleContainer
ItemsControl specialized for the QuantitativeScale.
Inherited Members
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class QuantitativeScaleContainer : BulletGraphContainerBase
Constructors
QuantitativeScaleContainer()
Initializes a new instance of the Quantitative
Declaration
public QuantitativeScaleContainer()
Fields
TextFormatStringProperty
Identifies the Text
Declaration
public static readonly DependencyProperty TextFormatStringProperty
Field Value
System.
|
Properties
TextFormatString
Gets or sets the text format string.
Declaration
public string TextFormatString { get; set; }
Property Value
System. 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
System. The element that is used to display the given item. |
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
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
System. Element used to display the specified item. |
System. Specified item. |