ClassQuadrantGauge
Class
Base class for the Quadrant gauges.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public abstract class QuadrantGauge : RadRadialGauge
Inheritance: objectGaugeBaseRadRadialGaugeQuadrantGauge
Derived Classes:
Inherited Members
Constructors
QuadrantGauge()
Declaration
cs-api-definition
protected QuadrantGauge()
Methods
CalculateCellSize()
Calculate cell size of the scale.
Declaration
cs-api-definition
protected override Size CalculateCellSize()
Returns
Size
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
Declaration
cs-api-definition
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
Information about the change.
Overrides