Class SemicircleGauge
Base class for the Semicircle gauges.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class SemicircleGauge : RadRadialGauge, IThemable
Constructors
SemicircleGauge()
Declaration
protected SemicircleGauge()
Methods
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. |