ClassQuantitativeScaleContainer
Class
Represents the BulletGraph for Silverlight QuantitativeScaleContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class QuantitativeScaleContainer : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlQuantitativeScaleContainer
Implements:
Inherited Members
Constructors
QuantitativeScaleContainer()
Initializes a new instance of the QuantitativeScaleContainer class.
Declaration
cs-api-definition
public QuantitativeScaleContainer()
Properties
HorizontalLabelTickList
Get the list of horizontal label tick items.
Declaration
cs-api-definition
public IList<HorizontalLabelTick> HorizontalLabelTickList { get; }
Property Value
VerticalLabelTickList
Get the list of vertical label tick items.
Declaration
cs-api-definition
public IList<VerticalLabelTick> VerticalLabelTickList { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides