Represents horizontal linear gauge.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[TelerikToolboxCategory("Data Visualization")]
public class RadHorizontalLinearGauge : LinearGauge
Inheritance: objectGaugeBaseLinearGaugeRadHorizontalLinearGauge
Inherited Members
Constructors
Initializes a new instance of the RadHorizontalLinearGauge class.
C#
public RadHorizontalLinearGauge()
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: