ClassRadVerticalBulletGraph
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:
[TelerikToolboxCategory("Data Visualization")]
public class RadVerticalBulletGraph : RadBulletGraphBase
Inheritance: objectRadBulletGraphBaseRadVerticalBulletGraph
Inherited Members
Constructors
RadVerticalBulletGraph()
Initializes a new instance of the RadVerticalBulletGraph class.
Declaration
public RadVerticalBulletGraph()
Methods
CalculateIntervalCount()
Calculates the interval count.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.