Class QuadrantGauge
Base class for the Quadrant gauges.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class QuadrantGauge : RadRadialGauge, IThemable
Constructors
QuadrantGauge()
Declaration
protected QuadrantGauge()
Methods
CalculateCellSize()
Calculate cell size of the scale.
Declaration
protected override Size CalculateCellSize()
Returns
System.Windows.Size
|
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
Information about the change. |