Class DataBarDataItem
A class that is intended to wrap a data item and expose several properties for data binding.
Inherited Members
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class DataBarDataItem : DataItemBase, IDataItemContainer, INotifyPropertyChanged
Constructors
DataBarDataItem()
Declaration
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.
Declaration
public double LeftPercent { get; set; }
Property Value
System.Double
|
RightPercent
Gets or sets the percent (from 0 to 1) that represents the offset from the top boundary that an item should have.
Declaration
public double RightPercent { get; set; }
Property Value
System.Double
|
ToolTip
Gets the ToolTip.
Declaration
public string ToolTip { get; }
Property Value
System.String
|
ToolTipFormat
Gets or sets the string used for formatting the tool tip string.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.String
|
ToolTipPath
Gets or sets the name of the property from which the tool tip content is extracted.
Declaration
public string ToolTipPath { get; set; }
Property Value
System.String
|
Value
Gets the Value.
Declaration
public double Value { get; }
Property Value
System.Double
|
ValuePath
Gets or sets the name of the property from which values are extracted.
Declaration
public string ValuePath { get; set; }
Property Value
System.String
|