Class RadVerticalBulletGraph
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.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadVerticalBulletGraph : RadBulletGraphBase
Constructors
RadVerticalBulletGraph()
Initializes a new instance of the RadVerticalBulletGraph class.
Declaration
public RadVerticalBulletGraph()
Methods
CalculateIntervalCount()
Calculates the interval count.
Declaration
protected override int CalculateIntervalCount()
Returns
System.Int32
|
Overrides
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |