ClassRadHorizontalBulletGraph
Represents the BulletGraph for Silverlight RadHorizontalBulletGraph control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadHorizontalBulletGraph : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadHorizontalBulletGraph
Implements:
Inherited Members
Constructors
RadHorizontalBulletGraph()
Initializes a new instance of the RadHorizontalBulletGraph class.
Declaration
public RadHorizontalBulletGraph()
Properties
BulletGraphType
Get the bulletgraph type.
Declaration
public BulletGraphTypes BulletGraphType { get; }
Property Value
HorizontalComparativeMeasuresContainer
Get the ComparativeMeasuresContainer xaml control.
Declaration
public ComparativeMeasuresContainer HorizontalComparativeMeasuresContainer { get; }
Property Value
HorizontalFeaturedMeasurePresenter
Get the FeaturedMeasurePresenter xaml control.
Declaration
public IList<FeaturedMeasurePresenter> HorizontalFeaturedMeasurePresenter { get; }
Property Value
HorizontalPositioningIndicatorPanel
Get the PositioningIndicatorPanel xaml control.
Declaration
public PositioningIndicatorPanel HorizontalPositioningIndicatorPanel { get; }
Property Value
HorizontalQualitativeRangeContainer
Get the QualitativeRangeContainer xaml control.
Declaration
public QualitativeRangeContainer HorizontalQualitativeRangeContainer { get; }
Property Value
HorizontalQuantitativeScaleContainer
Get the QuantitativeScaleContainer xaml control.
Declaration
public QuantitativeScaleContainer HorizontalQuantitativeScaleContainer { get; }
Property Value
Type
Get the bulletgraph type.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides