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

The RadVerticalBulletGraph control is a variation of linear gauge. It combines a number of indicators, as well as the data indicator, into one control, which is light weight, easily customizable and straightforward to setup and use. The control is a great tool for dashboards as it is the optimal way to present a lot of information in relatively small size.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[TelerikToolboxCategory("Data Visualization")]
public class RadVerticalBulletGraph : RadBulletGraphBase

Inheritance: objectRadBulletGraphBaseRadVerticalBulletGraph

Inherited Members RadBulletGraphBase.AdditionalComparativeMeasuresPropertyRadBulletGraphBase.AutoRangePropertyRadBulletGraphBase.ComparativeMeasureBrushPropertyRadBulletGraphBase.ComparativeMeasurePropertyRadBulletGraphBase.ComparativeMeasureThicknessPropertyRadBulletGraphBase.FeaturedMeasureBrushPropertyRadBulletGraphBase.FeaturedMeasurePropertyRadBulletGraphBase.MaximumPropertyRadBulletGraphBase.MinimumPropertyRadBulletGraphBase.OrientationPropertyRadBulletGraphBase.ProjectedValueBrushPropertyRadBulletGraphBase.ProjectedValuePropertyRadBulletGraphBase.QualitativeRangesPropertyRadBulletGraphBase.QualityGoodBrushPropertyRadBulletGraphBase.QualityPoorBrushPropertyRadBulletGraphBase.QualitySatisfactoryBrushPropertyRadBulletGraphBase.QuantitativeScaleVisibilityPropertyRadBulletGraphBase.StepPropertyRadBulletGraphBase.TextFormatStringPropertyRadBulletGraphBase.RangePropertyRadBulletGraphBase.MergedComparativeMeasuresPropertyRadBulletGraphBase.FeaturedMeasureInternalPropertyRadBulletGraphBase.ProjectedMeasureInternalPropertyRadBulletGraphBase.GetOrientation(DependencyObject)RadBulletGraphBase.SetOrientation(DependencyObject, Orientation)RadBulletGraphBase.OnRangeChanged()RadBulletGraphBase.OnSizeChanged(object, SizeChangedEventArgs)RadBulletGraphBase.OnCreateAutomationPeer()RadBulletGraphBase.AdditionalComparativeMeasuresRadBulletGraphBase.AutoRangeRadBulletGraphBase.ComparativeMeasureRadBulletGraphBase.ComparativeMeasureBrushRadBulletGraphBase.ComparativeMeasureThicknessRadBulletGraphBase.FeaturedMeasureRadBulletGraphBase.FeaturedMeasureBrushRadBulletGraphBase.MaximumRadBulletGraphBase.MinimumRadBulletGraphBase.ProjectedValueRadBulletGraphBase.ProjectedValueBrushRadBulletGraphBase.QualitativeRangesRadBulletGraphBase.QualityGoodBrushRadBulletGraphBase.QualityPoorBrushRadBulletGraphBase.QualitySatisfactoryBrushRadBulletGraphBase.QuantitativeScaleVisibilityRadBulletGraphBase.StepRadBulletGraphBase.TextFormatString...

Constructors

Initializes a new instance of the RadVerticalBulletGraph class.

C#
public RadVerticalBulletGraph()

Methods

Calculates the interval count.

C#
protected override int CalculateIntervalCount()
Returns:

int

Overrides: RadBulletGraphBase.CalculateIntervalCount()

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.