Class RadBulletGraphBase
Base class for all Bullet graphs. Provides all the functionality shared by both the horizontal and the vertical Bullet graph.
Inheritance
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class RadBulletGraphBase : Control
Constructors
RadBulletGraphBase()
Initializes a new instance of the Rad
Declaration
protected RadBulletGraphBase()
Fields
AdditionalComparativeMeasuresProperty
Identifies the Additional
Declaration
public static readonly DependencyProperty AdditionalComparativeMeasuresProperty
Field Value
System.
|
AutoRangeProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoRangeProperty
Field Value
System.
|
ComparativeMeasureBrushProperty
Identifies the Comparative
Declaration
public static readonly DependencyProperty ComparativeMeasureBrushProperty
Field Value
System.
|
ComparativeMeasureProperty
Identifies the Comparative
Declaration
public static readonly DependencyProperty ComparativeMeasureProperty
Field Value
System.
|
ComparativeMeasureThicknessProperty
Identifies the Comparative
Declaration
public static readonly DependencyProperty ComparativeMeasureThicknessProperty
Field Value
System.
|
FeaturedMeasureBrushProperty
Identifies the Featured
Declaration
public static readonly DependencyProperty FeaturedMeasureBrushProperty
Field Value
System.
|
FeaturedMeasureInternalProperty
Identifies the Featured
Declaration
public static readonly DependencyProperty FeaturedMeasureInternalProperty
Field Value
System.
|
FeaturedMeasureProperty
Identifies the Featured
Declaration
public static readonly DependencyProperty FeaturedMeasureProperty
Field Value
System.
|
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.
|
MergedComparativeMeasuresProperty
Identifies the Merged
Declaration
public static readonly DependencyProperty MergedComparativeMeasuresProperty
Field Value
System.
|
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
System.
|
OrientationProperty
Identifies the System.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
ProjectedMeasureInternalProperty
Identifies the Projected
Declaration
public static readonly DependencyProperty ProjectedMeasureInternalProperty
Field Value
System.
|
ProjectedValueBrushProperty
Identifies the Projected
Declaration
public static readonly DependencyProperty ProjectedValueBrushProperty
Field Value
System.
|
ProjectedValueProperty
Identifies the Projected
Declaration
public static readonly DependencyProperty ProjectedValueProperty
Field Value
System.
|
QualitativeRangesProperty
Identifies the Qualitative
Declaration
public static readonly DependencyProperty QualitativeRangesProperty
Field Value
System.
|
QualityGoodBrushProperty
Identifies the Quality
Declaration
public static readonly DependencyProperty QualityGoodBrushProperty
Field Value
System.
|
QualityPoorBrushProperty
Identifies the Quality
Declaration
public static readonly DependencyProperty QualityPoorBrushProperty
Field Value
System.
|
QualitySatisfactoryBrushProperty
Identifies the Quality
Declaration
public static readonly DependencyProperty QualitySatisfactoryBrushProperty
Field Value
System.
|
QuantitativeScaleVisibilityProperty
Identifies the Quantitative
Declaration
public static readonly DependencyProperty QuantitativeScaleVisibilityProperty
Field Value
System.
|
RangeProperty
Identifies the Range dependency property.
Declaration
public static readonly DependencyProperty RangeProperty
Field Value
System.
|
StepProperty
Identifies the Step dependency property.
Declaration
public static readonly DependencyProperty StepProperty
Field Value
System.
|
TextFormatStringProperty
Identifies the Text
Declaration
public static readonly DependencyProperty TextFormatStringProperty
Field Value
System.
|
Properties
AdditionalComparativeMeasures
Gets or sets the additional comparative measures.
Declaration
public ComparativeMeasuresCollection AdditionalComparativeMeasures { get; set; }
Property Value
Comparative 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
System. To calculate the range automatically - |
ComparativeMeasure
Gets or sets the comparative measure.
Declaration
public double ComparativeMeasure { get; set; }
Property Value
System. The comparative measure. |
ComparativeMeasureBrush
Gets or sets the comparative measure brush.
Declaration
public Brush ComparativeMeasureBrush { get; set; }
Property Value
System. The comparative measure brush. |
ComparativeMeasureThickness
Gets or sets the comparative measure thickness.
Declaration
public double ComparativeMeasureThickness { get; set; }
Property Value
System. The comparative measure thickness. |
FeaturedMeasure
Gets or sets the featured measure.
Declaration
public double FeaturedMeasure { get; set; }
Property Value
System. The featured measure. |
FeaturedMeasureBrush
Gets or sets the featured measure brush.
Declaration
public Brush FeaturedMeasureBrush { get; set; }
Property Value
System. The featured measure brush. |
FeaturedMeasureInternal
This property supports the Rad
Declaration
public FeaturedMeasure FeaturedMeasureInternal { get; }
Property Value
Maximum
Gets or sets the maximum.
Declaration
public double Maximum { get; set; }
Property Value
System. The maximum. |
MergedComparativeMeasures
This property supports the Rad
Declaration
public ComparativeMeasuresCollection MergedComparativeMeasures { get; }
Property Value
Minimum
Gets or sets the minimum.
Declaration
public double Minimum { get; set; }
Property Value
System. The minimum. |
ProjectedMeasureInternal
This property supports the Rad
Declaration
public FeaturedMeasure ProjectedMeasureInternal { get; }
Property Value
ProjectedValue
Gets or sets the projected value.
Declaration
public double ProjectedValue { get; set; }
Property Value
System. The projected value. |
ProjectedValueBrush
Gets or sets the projected value brush.
Declaration
public Brush ProjectedValueBrush { get; set; }
Property Value
System. The projected value brush. |
QualitativeRanges
Gets or sets the ranges.
Declaration
public QualitativeRangeCollection QualitativeRanges { get; set; }
Property Value
Qualitative The ranges. |
QualityGoodBrush
Gets or sets the QualityGoodBrush.
Declaration
public Brush QualityGoodBrush { get; set; }
Property Value
System.
|
QualityPoorBrush
Gets or sets the QualityPoorBrush.
Declaration
public Brush QualityPoorBrush { get; set; }
Property Value
System.
|
QualitySatisfactoryBrush
Gets or sets the QualitySatisfactoryBrush.
Declaration
public Brush QualitySatisfactoryBrush { get; set; }
Property Value
System.
|
QuantitativeScaleVisibility
Gets or sets the quantitative scale visibility.
Declaration
public Visibility QuantitativeScaleVisibility { get; set; }
Property Value
System. The quantitative scale visibility. |
Range
Gets or sets the range.
Declaration
public AutoRange Range { get; set; }
Property Value
Auto The range. |
Step
Gets or sets the step.
Declaration
public double Step { get; set; }
Property Value
System. The step. |
TextFormatString
Gets or sets the text format string.
Declaration
public string TextFormatString { get; set; }
Property Value
System. The text format string. |
Methods
CalculateIntervalCount()
Calculates the interval count.
Declaration
protected abstract int CalculateIntervalCount()
Returns
System.
|
GetOrientation(DependencyObject)
Gets the orientation.
Declaration
public static Orientation GetOrientation(DependencyObject obj)
Parameters
System. The Rad |
Returns
System.
|
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnRangeChanged()
OnSizeChanged(Object, SizeChangedEventArgs)
Called when System.
Declaration
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
System. The sender. |
System. The System. |
SetOrientation(DependencyObject, Orientation)
Sets the orientation.
Declaration
public static void SetOrientation(DependencyObject obj, Orientation value)
Parameters
System. The Rad |
System. The value. |