ClassSemicircleGauge
Class
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:
Inherited Members
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