Class
QuadrantGauge

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: RadQuadrantNEGaugeRadQuadrantNWGaugeRadQuadrantSEGaugeRadQuadrantSWGauge

Inherited Members RadRadialGauge.InnerBackgroundPropertyRadRadialGauge.InnerBorderBrushPropertyRadRadialGauge.InnerBorderThicknessPropertyRadRadialGauge.OuterBackgroundPropertyRadRadialGauge.OuterBorderBrushPropertyRadRadialGauge.OuterBorderThicknessPropertyRadRadialGauge.OnInitialized(EventArgs)RadRadialGauge.InnerBackgroundRadRadialGauge.InnerBorderBrushRadRadialGauge.InnerBorderThicknessRadRadialGauge.OuterBackgroundRadRadialGauge.OuterBorderBrushRadRadialGauge.OuterBorderThicknessGaugeBase.CellHeightPropertyGaugeBase.CellSizePropertyGaugeBase.CellWidthPropertyGaugeBase.ScaleStylePropertyGaugeBase.OnApplyTemplate()GaugeBase.ResetTheme()GaugeBase.OnCreateAutomationPeer()GaugeBase.CellHeightGaugeBase.CellSizeGaugeBase.CellWidth

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 RadRadialGauge.CalculateCellSize()

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 GaugeBase.OnItemsChanged(NotifyCollectionChangedEventArgs)