RadBulletGraphBase
Base class for all Bullet graphs. Provides all the functionality shared by both the horizontal and the vertical Bullet graph.
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class RadBulletGraphBase : Control
Inheritance: objectRadBulletGraphBase
Derived Classes:
Constructors
Initializes a new instance of the RadBulletGraphBase class.
protected RadBulletGraphBase()
Fields
AdditionalComparativeMeasuresProperty
DependencyProperty
Identifies the AdditionalComparativeMeasures dependency property.
public static readonly DependencyProperty AdditionalComparativeMeasuresProperty
AutoRangeProperty
DependencyProperty
Identifies the AutoRange dependency property.
public static readonly DependencyProperty AutoRangeProperty
ComparativeMeasureBrushProperty
DependencyProperty
Identifies the ComparativeMeasureBrush dependency property.
public static readonly DependencyProperty ComparativeMeasureBrushProperty
ComparativeMeasureProperty
DependencyProperty
Identifies the ComparativeMeasure dependency property.
public static readonly DependencyProperty ComparativeMeasureProperty
ComparativeMeasureThicknessProperty
DependencyProperty
Identifies the ComparativeMeasureThickness dependency property.
public static readonly DependencyProperty ComparativeMeasureThicknessProperty
FeaturedMeasureBrushProperty
DependencyProperty
Identifies the FeaturedMeasureBrush dependency property.
public static readonly DependencyProperty FeaturedMeasureBrushProperty
FeaturedMeasureInternalProperty
DependencyProperty
Identifies the FeaturedMeasureInternal dependency property.
public static readonly DependencyProperty FeaturedMeasureInternalProperty
FeaturedMeasureProperty
DependencyProperty
Identifies the FeaturedMeasure dependency property.
public static readonly DependencyProperty FeaturedMeasureProperty
MaximumProperty
DependencyProperty
Identifies the Maximum dependency property.
public static readonly DependencyProperty MaximumProperty
MergedComparativeMeasuresProperty
DependencyProperty
Identifies the MergedComparativeMeasuresProperty dependency property.
public static readonly DependencyProperty MergedComparativeMeasuresProperty
MinimumProperty
DependencyProperty
Identifies the Minimum dependency property.
public static readonly DependencyProperty MinimumProperty
OrientationProperty
DependencyProperty
Identifies the Orientation attached property.
public static readonly DependencyProperty OrientationProperty
ProjectedMeasureInternalProperty
DependencyProperty
Identifies the ProjectedMeasureInternal dependency property.
public static readonly DependencyProperty ProjectedMeasureInternalProperty
ProjectedValueBrushProperty
DependencyProperty
Identifies the ProjectedValueBrush dependency property.
public static readonly DependencyProperty ProjectedValueBrushProperty
ProjectedValueProperty
DependencyProperty
Identifies the ProjectedValue dependency property.
public static readonly DependencyProperty ProjectedValueProperty
QualitativeRangesProperty
DependencyProperty
Identifies the QualitativeRanges dependency property.
public static readonly DependencyProperty QualitativeRangesProperty
QualityGoodBrushProperty
DependencyProperty
Identifies the QualityGoodBrush dependency property.
public static readonly DependencyProperty QualityGoodBrushProperty
QualityPoorBrushProperty
DependencyProperty
Identifies the QualityPoorBrush dependency property.
public static readonly DependencyProperty QualityPoorBrushProperty
QualitySatisfactoryBrushProperty
DependencyProperty
Identifies the QualitySatisfactoryBrush dependency property.
public static readonly DependencyProperty QualitySatisfactoryBrushProperty
QuantitativeScaleVisibilityProperty
DependencyProperty
Identifies the QuantitativeScaleVisibility dependency property.
public static readonly DependencyProperty QuantitativeScaleVisibilityProperty
RangeProperty
DependencyProperty
Identifies the Range dependency property.
public static readonly DependencyProperty RangeProperty
StepProperty
DependencyProperty
Identifies the Step dependency property.
public static readonly DependencyProperty StepProperty
TextFormatStringProperty
DependencyProperty
Identifies the TextFormatString dependency property.
public static readonly DependencyProperty TextFormatStringProperty
Properties
Gets or sets the additional comparative measures.
public ComparativeMeasuresCollection AdditionalComparativeMeasures { get; set; }
The additional comparative measures.
Gets or sets a value indicating whether the range is automatically calculated.
public bool AutoRange { get; set; }
To calculate the range automatically - true; otherwise, false.
Gets or sets the comparative measure.
public double ComparativeMeasure { get; set; }
The comparative measure.
Gets or sets the comparative measure brush.
public Brush ComparativeMeasureBrush { get; set; }
The comparative measure brush.
Gets or sets the comparative measure thickness.
public double ComparativeMeasureThickness { get; set; }
The comparative measure thickness.
Gets or sets the featured measure.
public double FeaturedMeasure { get; set; }
The featured measure.
FeaturedMeasureBrush
Brush
Gets or sets the featured measure brush.
public Brush FeaturedMeasureBrush { get; set; }
The featured measure brush.
Gets or sets the maximum.
public double Maximum { get; set; }
The maximum.
Gets or sets the minimum.
public double Minimum { get; set; }
The minimum.
Gets or sets the projected value.
public double ProjectedValue { get; set; }
The projected value.
ProjectedValueBrush
Brush
Gets or sets the projected value brush.
public Brush ProjectedValueBrush { get; set; }
The projected value brush.
Gets or sets the ranges.
public QualitativeRangeCollection QualitativeRanges { get; set; }
The ranges.
QualityGoodBrush
Brush
Gets or sets the QualityGoodBrush.
public Brush QualityGoodBrush { get; set; }
QualityPoorBrush
Brush
Gets or sets the QualityPoorBrush.
public Brush QualityPoorBrush { get; set; }
Gets or sets the QualitySatisfactoryBrush.
public Brush QualitySatisfactoryBrush { get; set; }
QuantitativeScaleVisibility
Visibility
Gets or sets the quantitative scale visibility.
public Visibility QuantitativeScaleVisibility { get; set; }
The quantitative scale visibility.
Gets or sets the text format string.
public string TextFormatString { get; set; }
The text format string.
Methods
Calculates the interval count.
GetOrientation(DependencyObject)
Orientation
Gets the orientation.
public static Orientation GetOrientation(DependencyObject obj)
The RadBulletGraphBase object.
Returns:Orientation
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Called when Range changed.
protected virtual void OnRangeChanged()
Called when Size changed.
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
The sender.
eSizeChangedEventArgsThe SizeChangedEventArgs instance containing the event data.
Sets the orientation.
public static void SetOrientation(DependencyObject obj, Orientation value)
The RadBulletGraphBase object.
valueOrientationThe value.