Class
SemicircleGauge

Base class for the Semicircle gauges.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class SemicircleGauge : RadRadialGauge

Inheritance: objectGaugeBaseRadRadialGaugeSemicircleGauge

Derived Classes: RadSemicircleEastGaugeRadSemicircleNorthGaugeRadSemicircleSouthGaugeRadSemicircleWestGauge

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

Constructors

SemicircleGauge()

Declaration

cs-api-definition
protected SemicircleGauge()

Methods

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)