New to Telerik UI for WPFStart a free 30-day trial

Base class for the Quadrant gauges.

Definition

Constructors

C#
protected QuadrantGauge()

Methods

Calculate cell size of the scale.

C#
protected override Size CalculateCellSize()
Returns:

Size

Overrides: RadRadialGauge.CalculateCellSize()

Invoked when the Items property changes.

C#
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

Information about the change.

Overrides: GaugeBase.OnItemsChanged(NotifyCollectionChangedEventArgs)