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 QuantitativeScaleContainer class.
Declaration
public QuantitativeScaleContainer()
Fields
TextFormatStringProperty
Identifies the TextFormatString dependency property.
Declaration
public static readonly DependencyProperty TextFormatStringProperty
Field Value
System.Windows.DependencyProperty
|
Properties
TextFormatString
Gets or sets the text format string.
Declaration
public string TextFormatString { get; set; }
Property Value
System.String
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.Windows.DependencyObject
The element that is used to display the given item. |
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.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |