Class RadBulletGraph
The RadLinearGauge control is designed to display a a single quantitative measure.
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadBulletGraph : RadLinearGauge, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadBulletGraph()
Declaration
public RadBulletGraph()
Properties
ComparativeMeasure
Presents a value which should be less visually dominant than the featured measure, but easy to see in relation to the featured measure.
Declaration
public virtual float ComparativeMeasure { get; set; }
Property Value
System.Single
|
FeaturedMeasure
This portion of the bullet graph displays the primary data.
Declaration
public float FeaturedMeasure { get; set; }
Property Value
System.Single
|
ForeColor
Gets or sets the ForeColor of the control. This is actually the ForeColor property of the root element.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
Events
ComparativeMeasureChanged
The OrientationChanged event fires when the orientation of the gauges is changed.
Declaration
public event EventHandler ComparativeMeasureChanged
Event Type
System.EventHandler
|
FeaturedMeasureChanged
The OrientationChanged event fires when the orientation of the gauges is changed.
Declaration
public event EventHandler FeaturedMeasureChanged
Event Type
System.EventHandler
|