Class
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:

cs-api-definition
public abstract class RadBulletGraphBase : Control

Inheritance: objectRadBulletGraphBase

Derived Classes: RadHorizontalBulletGraphRadVerticalBulletGraph

Constructors

RadBulletGraphBase()

Initializes a new instance of the RadBulletGraphBase class.

Declaration

cs-api-definition
protected RadBulletGraphBase()

Fields

AdditionalComparativeMeasuresProperty

Identifies the AdditionalComparativeMeasures dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AdditionalComparativeMeasuresProperty

Field Value

DependencyProperty

AutoRangeProperty

Identifies the AutoRange dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoRangeProperty

Field Value

DependencyProperty

ComparativeMeasureBrushProperty

Identifies the ComparativeMeasureBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ComparativeMeasureBrushProperty

Field Value

DependencyProperty

ComparativeMeasureProperty

Identifies the ComparativeMeasure dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ComparativeMeasureProperty

Field Value

DependencyProperty

ComparativeMeasureThicknessProperty

Identifies the ComparativeMeasureThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ComparativeMeasureThicknessProperty

Field Value

DependencyProperty

FeaturedMeasureBrushProperty

Identifies the FeaturedMeasureBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FeaturedMeasureBrushProperty

Field Value

DependencyProperty

FeaturedMeasureInternalProperty

Identifies the FeaturedMeasureInternal dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FeaturedMeasureInternalProperty

Field Value

DependencyProperty

FeaturedMeasureProperty

Identifies the FeaturedMeasure dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FeaturedMeasureProperty

Field Value

DependencyProperty

MaximumProperty

Identifies the Maximum dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MaximumProperty

Field Value

DependencyProperty

MergedComparativeMeasuresProperty

Identifies the MergedComparativeMeasuresProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MergedComparativeMeasuresProperty

Field Value

DependencyProperty

MinimumProperty

Identifies the Minimum dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MinimumProperty

Field Value

DependencyProperty

OrientationProperty

Identifies the Orientation attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

ProjectedMeasureInternalProperty

Identifies the ProjectedMeasureInternal dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProjectedMeasureInternalProperty

Field Value

DependencyProperty

ProjectedValueBrushProperty

Identifies the ProjectedValueBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProjectedValueBrushProperty

Field Value

DependencyProperty

ProjectedValueProperty

Identifies the ProjectedValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProjectedValueProperty

Field Value

DependencyProperty

QualitativeRangesProperty

Identifies the QualitativeRanges dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty QualitativeRangesProperty

Field Value

DependencyProperty

QualityGoodBrushProperty

Identifies the QualityGoodBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty QualityGoodBrushProperty

Field Value

DependencyProperty

QualityPoorBrushProperty

Identifies the QualityPoorBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty QualityPoorBrushProperty

Field Value

DependencyProperty

QualitySatisfactoryBrushProperty

Identifies the QualitySatisfactoryBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty QualitySatisfactoryBrushProperty

Field Value

DependencyProperty

QuantitativeScaleVisibilityProperty

Identifies the QuantitativeScaleVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty QuantitativeScaleVisibilityProperty

Field Value

DependencyProperty

RangeProperty

Identifies the Range dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RangeProperty

Field Value

DependencyProperty

StepProperty

Identifies the Step dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StepProperty

Field Value

DependencyProperty

TextFormatStringProperty

Identifies the TextFormatString dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextFormatStringProperty

Field Value

DependencyProperty

Properties

AdditionalComparativeMeasures

Gets or sets the additional comparative measures.

Declaration

cs-api-definition
public ComparativeMeasuresCollection AdditionalComparativeMeasures { get; set; }

Property Value

ComparativeMeasuresCollection

The additional comparative measures.

AutoRange

Gets or sets a value indicating whether the range is automatically calculated.

Declaration

cs-api-definition
public bool AutoRange { get; set; }

Property Value

bool

To calculate the range automatically - true; otherwise, false.

ComparativeMeasure

Gets or sets the comparative measure.

Declaration

cs-api-definition
public double ComparativeMeasure { get; set; }

Property Value

double

The comparative measure.

ComparativeMeasureBrush

Gets or sets the comparative measure brush.

Declaration

cs-api-definition
public Brush ComparativeMeasureBrush { get; set; }

Property Value

Brush

The comparative measure brush.

ComparativeMeasureThickness

Gets or sets the comparative measure thickness.

Declaration

cs-api-definition
public double ComparativeMeasureThickness { get; set; }

Property Value

double

The comparative measure thickness.

FeaturedMeasure

Gets or sets the featured measure.

Declaration

cs-api-definition
public double FeaturedMeasure { get; set; }

Property Value

double

The featured measure.

FeaturedMeasureBrush

Gets or sets the featured measure brush.

Declaration

cs-api-definition
public Brush FeaturedMeasureBrush { get; set; }

Property Value

Brush

The featured measure brush.

Maximum

Gets or sets the maximum.

Declaration

cs-api-definition
public double Maximum { get; set; }

Property Value

double

The maximum.

Minimum

Gets or sets the minimum.

Declaration

cs-api-definition
public double Minimum { get; set; }

Property Value

double

The minimum.

ProjectedValue

Gets or sets the projected value.

Declaration

cs-api-definition
public double ProjectedValue { get; set; }

Property Value

double

The projected value.

ProjectedValueBrush

Gets or sets the projected value brush.

Declaration

cs-api-definition
public Brush ProjectedValueBrush { get; set; }

Property Value

Brush

The projected value brush.

QualitativeRanges

Gets or sets the ranges.

Declaration

cs-api-definition
public QualitativeRangeCollection QualitativeRanges { get; set; }

Property Value

QualitativeRangeCollection

The ranges.

QualityGoodBrush

Gets or sets the QualityGoodBrush.

Declaration

cs-api-definition
public Brush QualityGoodBrush { get; set; }

Property Value

Brush

QualityPoorBrush

Gets or sets the QualityPoorBrush.

Declaration

cs-api-definition
public Brush QualityPoorBrush { get; set; }

Property Value

Brush

QualitySatisfactoryBrush

Gets or sets the QualitySatisfactoryBrush.

Declaration

cs-api-definition
public Brush QualitySatisfactoryBrush { get; set; }

Property Value

Brush

QuantitativeScaleVisibility

Gets or sets the quantitative scale visibility.

Declaration

cs-api-definition
public Visibility QuantitativeScaleVisibility { get; set; }

Property Value

Visibility

The quantitative scale visibility.

Step

Gets or sets the step.

Declaration

cs-api-definition
public double Step { get; set; }

Property Value

double

The step.

TextFormatString

Gets or sets the text format string.

Declaration

cs-api-definition
public string TextFormatString { get; set; }

Property Value

string

The text format string.

Methods

CalculateIntervalCount()

Calculates the interval count.

Declaration

cs-api-definition
protected abstract int CalculateIntervalCount()

Returns

int

GetOrientation(DependencyObject)

Gets the orientation.

Declaration

cs-api-definition
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

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnRangeChanged()

Called when Range changed.

Declaration

cs-api-definition
protected virtual void OnRangeChanged()

OnSizeChanged(object, SizeChangedEventArgs)

Called when Size changed.

Declaration

cs-api-definition
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)

Parameters

sender

object

The sender.

e

SizeChangedEventArgs

The SizeChangedEventArgs instance containing the event data.

SetOrientation(DependencyObject, Orientation)

Sets the orientation.

Declaration

cs-api-definition
public static void SetOrientation(DependencyObject obj, Orientation value)

Parameters

obj

DependencyObject

The RadBulletGraphBase object.

value

Orientation

The value.