Class
QuantitativeScaleContainer

ItemsControl specialized for the QuantitativeScale.

Definition

Constructors

QuantitativeScaleContainer()

Initializes a new instance of the QuantitativeScaleContainer class.

Declaration

cs-api-definition
public QuantitativeScaleContainer()

Fields

TextFormatStringProperty

Identifies the TextFormatString dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextFormatStringProperty

Field Value

DependencyProperty

Properties

TextFormatString

Gets or sets the text format string.

Declaration

cs-api-definition
public string TextFormatString { get; set; }

Property Value

string

The text format string.

Methods

GetContainerForItemOverride()

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnRangeChanged()

Called when [range changed].

Declaration

cs-api-definition
protected override void OnRangeChanged()

Overrides BulletGraphContainerBase.OnRangeChanged()

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

Element used to display the specified item.

item

object

Specified item.