Class RadStackedDataBar
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadStackedDataBar : RadDataBarBase
Constructors
RadStackedDataBar()
Declaration
public RadStackedDataBar()
Fields
AppliedOverflowTemplateProperty
Declaration
public static readonly DependencyProperty AppliedOverflowTemplateProperty
Field Value
Microsoft.
|
AppliedUnderflowTemplateProperty
Declaration
public static readonly DependencyProperty AppliedUnderflowTemplateProperty
Field Value
Microsoft.
|
BarBorderBrushesProperty
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
Microsoft.
|
BarBrushesProperty
Declaration
public static readonly DependencyProperty BarBrushesProperty
Field Value
Microsoft.
|
DataBarItemsProperty
Declaration
public static readonly DependencyProperty DataBarItemsProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
ShowToolTipsProperty
Declaration
public static readonly DependencyProperty ShowToolTipsProperty
Field Value
Microsoft.
|
ToolTipFormatProperty
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
Microsoft.
|
ToolTipPathProperty
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
Microsoft.
|
ValuePathProperty
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
Microsoft.
|
Properties
AppliedOverflowTemplate
Declaration
public DataTemplate AppliedOverflowTemplate { get; }
Property Value
Microsoft.
|
AppliedUnderflowTemplate
Declaration
public DataTemplate AppliedUnderflowTemplate { get; }
Property Value
Microsoft.
|
BarBorderBrushes
BarBrushes
DataBarItems
Declaration
public IEnumerable<DataBarDataItem> DataBarItems { get; }
Property Value
System.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ShowToolTips
Declaration
public bool ShowToolTips { get; set; }
Property Value
System.
|
ToolTipFormat
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.
|
ToolTipPath
Declaration
public string ToolTipPath { get; set; }
Property Value
System.
|
ValuePath
Declaration
public string ValuePath { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnMaximumPropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnMaximumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.
|
Overrides
OnMinimumPropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnMinimumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.
|
Overrides
OnOriginValuePropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnOriginValuePropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.
|
Overrides
UpdateOutOfRangeTemplates()
Declaration
protected override void UpdateOutOfRangeTemplates()