Class StackedBarItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StackedBarItem : RadControl
Constructors
StackedBarItem()
Declaration
public StackedBarItem()
Fields
BarBorderBrushProperty
Declaration
public static readonly DependencyProperty BarBorderBrushProperty
Field Value
Microsoft.
|
BarBorderThicknessProperty
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
Microsoft.
|
BarBrushProperty
Declaration
public static readonly DependencyProperty BarBrushProperty
Field Value
Microsoft.
|
BarHeightPercentProperty
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
Microsoft.
|
BarStyleProperty
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
Microsoft.
|
ShowToolTipProperty
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
Microsoft.
|
Properties
BarBorderBrush
Declaration
public Brush BarBorderBrush { get; set; }
Property Value
Microsoft.
|
BarBorderThickness
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.
|
BarBrush
Declaration
public Brush BarBrush { get; set; }
Property Value
Microsoft.
|
BarHeightPercent
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.
|
BarStyle
Declaration
public Style BarStyle { get; set; }
Property Value
Microsoft.
|
ShowToolTip
Declaration
public bool ShowToolTip { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|