DataBarDataItem
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:
C#
public class DataBarDataItem : DataItemBase, INotifyPropertyChanged
Inheritance: objectDataItemBaseDataBarDataItem
Implements:
Inherited Members
Constructors
C#
public DataBarDataItem()
Properties
Gets or sets the percent (from 0 to 1) that represents the offset from the left boundary that an item should have.
C#
public double LeftPercent { get; set; }
Gets or sets the percent (from 0 to 1) that represents the offset from the top boundary that an item should have.
C#
public double RightPercent { get; set; }
Gets or sets the string used for formatting the tool tip string.
C#
public string ToolTipFormat { get; set; }
Gets or sets the name of the property from which the tool tip content is extracted.
C#
public string ToolTipPath { get; set; }