ClassDataBarDataItem
Class
A class that is intended to wrap a data item and expose several properties for data binding.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class DataBarDataItem : DataItemBase, INotifyPropertyChanged
Inheritance: objectDataItemBaseDataBarDataItem
Implements:
Inherited Members
Constructors
DataBarDataItem()
Declaration
cs-api-definition
public DataBarDataItem()
Properties
LeftPercent
Gets or sets the percent (from 0 to 1) that represents the offset from the left boundary that an item should have.
RightPercent
Gets or sets the percent (from 0 to 1) that represents the offset from the top boundary that an item should have.
ToolTip
Gets the ToolTip.
ToolTipFormat
Gets or sets the string used for formatting the tool tip string.
ToolTipPath
Gets or sets the name of the property from which the tool tip content is extracted.
Value
Gets the Value.