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