New to Telerik UI for WPFStart a free 30-day trial

ItemsControl specialized for the QuantitativeScale.

Definition

Constructors

Initializes a new instance of the QuantitativeScaleContainer class.

C#
public QuantitativeScaleContainer()

Fields

TextFormatStringProperty

DependencyProperty

Identifies the TextFormatString dependency property.

C#
public static readonly DependencyProperty TextFormatStringProperty

Properties

Gets or sets the text format string.

C#
public string TextFormatString { get; set; }
Property Value:

The text format string.

Methods

Creates or identifies the element that is used to display the given item.

C#
protected override DependencyObject GetContainerForItemOverride()
Returns:

DependencyObject

The element that is used to display the given item.

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when [range changed].

C#
protected override void OnRangeChanged()

Overrides: BulletGraphContainerBase.OnRangeChanged()

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.