Class DataBarDataItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataBarDataItem : DataItemBase, IDataItemContainer, INotifyPropertyChanged
Constructors
DataBarDataItem()
Declaration
public DataBarDataItem()
Properties
LeftPercent
Declaration
public double LeftPercent { get; set; }
Property Value
System.
|
RightPercent
Declaration
public double RightPercent { get; set; }
Property Value
System.
|
ToolTip
Declaration
public string ToolTip { get; }
Property Value
System.
|
ToolTipFormat
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.
|
ToolTipPath
Declaration
public string ToolTipPath { get; set; }
Property Value
System.
|
Value
Declaration
public double Value { get; }
Property Value
System.
|
ValuePath
Declaration
public string ValuePath { get; set; }
Property Value
System.
|