BarIndicator
Represents bar indicator.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class BarIndicator : InteractiveIndicator
Inheritance: objectGraphicIndicatorInteractiveIndicatorBarIndicator
Inherited Members
Constructors
Initializes a new instance of the BarIndicator class.
public BarIndicator()
Fields
EmptyFillProperty
DependencyProperty
Identifies the EmptyFill dependency property.
public static readonly DependencyProperty EmptyFillProperty
EndWidthProperty
DependencyProperty
Identifies the EndWidth dependency property.
public static readonly DependencyProperty EndWidthProperty
RangeColorGradientOrientationProperty
DependencyProperty
Identifies RangeColorGradientOrientation property.
public static readonly DependencyProperty RangeColorGradientOrientationProperty
RangeColorModeProperty
DependencyProperty
Identifies RangeColorMode property.
public static readonly DependencyProperty RangeColorModeProperty
RangeColorSmoothingProperty
DependencyProperty
Identifies RangeColorSmoothing property.
public static readonly DependencyProperty RangeColorSmoothingProperty
StartWidthProperty
DependencyProperty
Identifies the StartWidth dependency property.
public static readonly DependencyProperty StartWidthProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness dependency property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
EmptyFill
Brush
Gets or sets the brush for the empty part of the bar indicator.
public Brush EmptyFill { get; set; }
Gets or sets end width of the bar indicator. Width of the bar indicator is represented using relative measurements. The value should be in the 0..1 range.
public double EndWidth { get; set; }
Gets or sets value which indicates the gradient orientation that is used to build bar indicator background.
public RangeColorGradientOrientation RangeColorGradientOrientation { get; set; }
Gets or sets value which indicates the mode that is used to build bar indicator background.
public RangeColorMode RangeColorMode { get; set; }
Gets or sets value which indicates the color smoothing for the ProportionalGradient range color mode.
public double RangeColorSmoothing { get; set; }
Gets or sets start width of the bar indicator. Width of the bar indicator is represented using relative measurements. The value should be in the 0..1 range.
public double StartWidth { get; set; }
Gets or sets stroke thickness.
public double StrokeThickness { get; set; }
Methods
Called when the RangeColorMode property was changed.
protected static void RangeColorModeChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
The source.
eventArgsDependencyPropertyChangedEventArgsThe DependencyPropertyChangedEventArgs instance containing the event data.
Resets the theme.
public override void ResetTheme()
Overrides: