Class DataBarShape
Inheritance
System.Object
DataBarShape
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataBarShape : Path
Constructors
DataBarShape()
Declaration
public DataBarShape()
Fields
HeightPercentProperty
Declaration
public static readonly DependencyProperty HeightPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LeftPercentProperty
Declaration
public static readonly DependencyProperty LeftPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OutOfRangeRuleProperty
Declaration
public static readonly DependencyProperty OutOfRangeRuleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RightPercentProperty
Declaration
public static readonly DependencyProperty RightPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowToolTipProperty
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
HeightPercent
Declaration
public double HeightPercent { get; set; }
Property Value
|
System.Double
|
LeftPercent
Declaration
public double LeftPercent { get; set; }
Property Value
|
System.Double
|
OutOfRangeRule
RightPercent
Declaration
public double RightPercent { get; set; }
Property Value
|
System.Double
|
ShowToolTip
Declaration
public bool ShowToolTip { get; set; }
Property Value
|
System.Boolean
|
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|