skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadBulletGraph

Inheritance
System.Object
RadControl
RadBulletGraph
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadBulletGraph : RadControl

Constructors

RadBulletGraph()

Declaration
public RadBulletGraph()

Fields

ComparativeMeasureProperty

Declaration
public static readonly DependencyProperty ComparativeMeasureProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ComparativeMeasureTemplateProperty

Declaration
public static readonly DependencyProperty ComparativeMeasureTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EndValueProperty

Declaration
public static readonly DependencyProperty EndValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FeaturedMeasureAlternativeTemplateProperty

Declaration
public static readonly DependencyProperty FeaturedMeasureAlternativeTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FeaturedMeasureBrushProperty

Declaration
public static readonly DependencyProperty FeaturedMeasureBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FeaturedMeasureProperty

Declaration
public static readonly DependencyProperty FeaturedMeasureProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FeaturedMeasureStartValueProperty

Declaration
public static readonly DependencyProperty FeaturedMeasureStartValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FeaturedMeasureThicknessProperty

Declaration
public static readonly DependencyProperty FeaturedMeasureThicknessProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsAnimatedProperty

Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LabelOffsetProperty

Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LabelStepProperty

Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LabelTemplateProperty

Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

OrientationProperty

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ProjectedMeasureBrushProperty

Declaration
public static readonly DependencyProperty ProjectedMeasureBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ProjectedMeasureProperty

Declaration
public static readonly DependencyProperty ProjectedMeasureProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

StartValueProperty

Declaration
public static readonly DependencyProperty StartValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TickStepProperty

Declaration
public static readonly DependencyProperty TickStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TickTemplateProperty

Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AdditionalComparativeMeasures

Declaration
public AdditionalMeasuresCollection<BulletGraphComparativeMeasure> AdditionalComparativeMeasures { get; }
Property Value
AdditionalMeasuresCollection<BulletGraphComparativeMeasure>

ComparativeMeasure

Declaration
public double ComparativeMeasure { get; set; }
Property Value
System.Double

ComparativeMeasureTemplate

Declaration
public DataTemplate ComparativeMeasureTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

EndValue

Declaration
public double EndValue { get; set; }
Property Value
System.Double

FeaturedMeasure

Declaration
public double FeaturedMeasure { get; set; }
Property Value
System.Double

FeaturedMeasureAlternativeTemplate

Declaration
public DataTemplate FeaturedMeasureAlternativeTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

FeaturedMeasureBrush

Declaration
public Brush FeaturedMeasureBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

FeaturedMeasureStartValue

Declaration
public double FeaturedMeasureStartValue { get; set; }
Property Value
System.Double

FeaturedMeasureThickness

Declaration
public double FeaturedMeasureThickness { get; set; }
Property Value
System.Double

IsAnimated

Declaration
public bool IsAnimated { get; set; }
Property Value
System.Boolean

LabelOffset

Declaration
public double LabelOffset { get; set; }
Property Value
System.Double

LabelStep

Declaration
public double LabelStep { get; set; }
Property Value
System.Double

LabelTemplate

Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Orientation

Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.Orientation

ProjectedMeasure

Declaration
public double ProjectedMeasure { get; set; }
Property Value
System.Double

ProjectedMeasureBrush

Declaration
public Brush ProjectedMeasureBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

QualitativeRanges

Declaration
public ObservableCollection<BarIndicatorSegment> QualitativeRanges { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<BarIndicatorSegment>

StartValue

Declaration
public double StartValue { get; set; }
Property Value
System.Double

TickStep

Declaration
public double TickStep { get; set; }
Property Value
System.Double

TickTemplate

Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Methods

ApplyTemplateCore()

Declaration
protected override bool ApplyTemplateCore()
Returns
System.Boolean

Overrides
RadControl.ApplyTemplateCore()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
RadControl.OnCreateAutomationPeer()

OnTemplateApplied()

Declaration
protected override void OnTemplateApplied()
Overrides
RadControl.OnTemplateApplied()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.