ClassRadBulletGraphBase
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
RadBulletGraphBase()
Initializes a new instance of the RadBulletGraphBase class.
Declaration
protected RadBulletGraphBase()
Fields
AdditionalComparativeMeasuresProperty
Identifies the AdditionalComparativeMeasures dependency property.
Declaration
public static readonly DependencyProperty AdditionalComparativeMeasuresProperty
Field Value
DependencyProperty
AutoRangeProperty
Identifies the AutoRange dependency property.
Declaration
public static readonly DependencyProperty AutoRangeProperty
Field Value
DependencyProperty
ComparativeMeasureBrushProperty
Identifies the ComparativeMeasureBrush dependency property.
Declaration
public static readonly DependencyProperty ComparativeMeasureBrushProperty
Field Value
DependencyProperty
ComparativeMeasureProperty
Identifies the ComparativeMeasure dependency property.
Declaration
public static readonly DependencyProperty ComparativeMeasureProperty
Field Value
DependencyProperty
ComparativeMeasureThicknessProperty
Identifies the ComparativeMeasureThickness dependency property.
Declaration
public static readonly DependencyProperty ComparativeMeasureThicknessProperty
Field Value
DependencyProperty
FeaturedMeasureBrushProperty
Identifies the FeaturedMeasureBrush dependency property.
Declaration
public static readonly DependencyProperty FeaturedMeasureBrushProperty
Field Value
DependencyProperty
FeaturedMeasureInternalProperty
Identifies the FeaturedMeasureInternal dependency property.
Declaration
public static readonly DependencyProperty FeaturedMeasureInternalProperty
Field Value
DependencyProperty
FeaturedMeasureProperty
Identifies the FeaturedMeasure dependency property.
Declaration
public static readonly DependencyProperty FeaturedMeasureProperty
Field Value
DependencyProperty
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
DependencyProperty
MergedComparativeMeasuresProperty
Identifies the MergedComparativeMeasuresProperty dependency property.
Declaration
public static readonly DependencyProperty MergedComparativeMeasuresProperty
Field Value
DependencyProperty
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation attached property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
ProjectedMeasureInternalProperty
Identifies the ProjectedMeasureInternal dependency property.
Declaration
public static readonly DependencyProperty ProjectedMeasureInternalProperty
Field Value
DependencyProperty
ProjectedValueBrushProperty
Identifies the ProjectedValueBrush dependency property.
Declaration
public static readonly DependencyProperty ProjectedValueBrushProperty
Field Value
DependencyProperty
ProjectedValueProperty
Identifies the ProjectedValue dependency property.
Declaration
public static readonly DependencyProperty ProjectedValueProperty
Field Value
DependencyProperty
QualitativeRangesProperty
Identifies the QualitativeRanges dependency property.
Declaration
public static readonly DependencyProperty QualitativeRangesProperty
Field Value
DependencyProperty
QualityGoodBrushProperty
Identifies the QualityGoodBrush dependency property.
Declaration
public static readonly DependencyProperty QualityGoodBrushProperty
Field Value
DependencyProperty
QualityPoorBrushProperty
Identifies the QualityPoorBrush dependency property.
Declaration
public static readonly DependencyProperty QualityPoorBrushProperty
Field Value
DependencyProperty
QualitySatisfactoryBrushProperty
Identifies the QualitySatisfactoryBrush dependency property.
Declaration
public static readonly DependencyProperty QualitySatisfactoryBrushProperty
Field Value
DependencyProperty
QuantitativeScaleVisibilityProperty
Identifies the QuantitativeScaleVisibility dependency property.
Declaration
public static readonly DependencyProperty QuantitativeScaleVisibilityProperty
Field Value
DependencyProperty
RangeProperty
Identifies the Range dependency property.
Declaration
public static readonly DependencyProperty RangeProperty
Field Value
DependencyProperty
StepProperty
Identifies the Step dependency property.
Declaration
public static readonly DependencyProperty StepProperty
Field Value
DependencyProperty
TextFormatStringProperty
Identifies the TextFormatString dependency property.
Declaration
public static readonly DependencyProperty TextFormatStringProperty
Field Value
DependencyProperty
Properties
AdditionalComparativeMeasures
Gets or sets the additional comparative measures.
Declaration
public ComparativeMeasuresCollection AdditionalComparativeMeasures { get; set; }
Property Value
The additional comparative measures.
AutoRange
Gets or sets a value indicating whether the range is automatically calculated.
Declaration
public bool AutoRange { get; set; }
Property Value
To calculate the range automatically - true; otherwise, false.
ComparativeMeasure
Gets or sets the comparative measure.
Declaration
public double ComparativeMeasure { get; set; }
Property Value
The comparative measure.
ComparativeMeasureBrush
Gets or sets the comparative measure brush.
Declaration
public Brush ComparativeMeasureBrush { get; set; }
Property Value
Brush
The comparative measure brush.
ComparativeMeasureThickness
Gets or sets the comparative measure thickness.
Declaration
public double ComparativeMeasureThickness { get; set; }
Property Value
The comparative measure thickness.
FeaturedMeasure
Gets or sets the featured measure.
Declaration
public double FeaturedMeasure { get; set; }
Property Value
The featured measure.
FeaturedMeasureBrush
Gets or sets the featured measure brush.
Declaration
public Brush FeaturedMeasureBrush { get; set; }
Property Value
Brush
The featured measure brush.
Maximum
Gets or sets the maximum.
Declaration
public double Maximum { get; set; }
Property Value
The maximum.
Minimum
Gets or sets the minimum.
Declaration
public double Minimum { get; set; }
Property Value
The minimum.
ProjectedValue
Gets or sets the projected value.
Declaration
public double ProjectedValue { get; set; }
Property Value
The projected value.
ProjectedValueBrush
Gets or sets the projected value brush.
Declaration
public Brush ProjectedValueBrush { get; set; }
Property Value
Brush
The projected value brush.
QualitativeRanges
Gets or sets the ranges.
Declaration
public QualitativeRangeCollection QualitativeRanges { get; set; }
Property Value
The ranges.
QualityGoodBrush
Gets or sets the QualityGoodBrush.
Declaration
public Brush QualityGoodBrush { get; set; }
Property Value
Brush
QualityPoorBrush
Gets or sets the QualityPoorBrush.
Declaration
public Brush QualityPoorBrush { get; set; }
Property Value
Brush
QualitySatisfactoryBrush
Gets or sets the QualitySatisfactoryBrush.
Declaration
public Brush QualitySatisfactoryBrush { get; set; }
Property Value
Brush
QuantitativeScaleVisibility
Gets or sets the quantitative scale visibility.
Declaration
public Visibility QuantitativeScaleVisibility { get; set; }
Property Value
Visibility
The quantitative scale visibility.
Step
Gets or sets the step.
TextFormatString
Gets or sets the text format string.
Declaration
public string TextFormatString { get; set; }
Property Value
The text format string.
Methods
CalculateIntervalCount()
Calculates the interval count.
GetOrientation(DependencyObject)
Gets the orientation.
Declaration
public static Orientation GetOrientation(DependencyObject obj)
Parameters
obj
DependencyObject
The RadBulletGraphBase object.
Returns
Orientation
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnRangeChanged()
Called when Range changed.
Declaration
protected virtual void OnRangeChanged()
OnSizeChanged(object, SizeChangedEventArgs)
Called when Size changed.
Declaration
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
sender
The sender.
e
SizeChangedEventArgs
The SizeChangedEventArgs instance containing the event data.
SetOrientation(DependencyObject, Orientation)
Sets the orientation.
Declaration
public static void SetOrientation(DependencyObject obj, Orientation value)
Parameters
obj
DependencyObject
The RadBulletGraphBase object.
value
Orientation
The value.