Class RadBulletGraph
Inheritance
System.Object
RadBulletGraph
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadBulletGraph : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty ComparativeMeasureProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ComparativeMeasureTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty EndValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FeaturedMeasureAlternativeTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FeaturedMeasureBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FeaturedMeasureProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FeaturedMeasureStartValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FeaturedMeasureThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ProjectedMeasureBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ProjectedMeasureProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StartValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public AdditionalMeasuresCollection<BulletGraphComparativeMeasure> AdditionalComparativeMeasures { get; }
Property Value
Declaration
public double ComparativeMeasure { get; set; }
Property Value
Declaration
public DataTemplate ComparativeMeasureTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double EndValue { get; set; }
Property Value
Declaration
public double FeaturedMeasure { get; set; }
Property Value
Declaration
public DataTemplate FeaturedMeasureAlternativeTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public Brush FeaturedMeasureBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double FeaturedMeasureStartValue { get; set; }
Property Value
Declaration
public double FeaturedMeasureThickness { get; set; }
Property Value
Declaration
public bool IsAnimated { get; set; }
Property Value
Declaration
public double LabelOffset { get; set; }
Property Value
Declaration
public double LabelStep { get; set; }
Property Value
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public double ProjectedMeasure { get; set; }
Property Value
Declaration
public Brush ProjectedMeasureBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public ObservableCollection<BarIndicatorSegment> QualitativeRanges { get; }
Property Value
Declaration
public double StartValue { get; set; }
Property Value
Declaration
public double TickStep { get; set; }
Property Value
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Extension Methods