Class RadStacked100DataBar
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadStacked100DataBar : RadControl
Constructors
RadStacked100DataBar()
Declaration
public RadStacked100DataBar()
Fields
BarBorderBrushesProperty
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
Microsoft.
|
BarBorderThicknessProperty
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
Microsoft.
|
BarBrushesProperty
Declaration
public static readonly DependencyProperty BarBrushesProperty
Field Value
Microsoft.
|
BarHeightPercentProperty
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
Microsoft.
|
BarStyleProperty
Declaration
public static readonly DependencyProperty BarStyleProperty
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
BarBorderBrushes
BarBorderThickness
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.
|
BarBrushes
BarHeightPercent
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.
|
BarStyle
Declaration
public Style BarStyle { get; set; }
Property Value
Microsoft.
|
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
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Windows.
|
Returns
Windows.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|