Class
DataBarDataItem

A class that is intended to wrap a data item and expose several properties for data binding.

Definition

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.

Declaration

cs-api-definition
public double LeftPercent { get; set; }

Property Value

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

cs-api-definition
public double RightPercent { get; set; }

Property Value

double

ToolTip

Gets the ToolTip.

Declaration

cs-api-definition
public string ToolTip { get; }

Property Value

string

ToolTipFormat

Gets or sets the string used for formatting the tool tip string.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

ToolTipPath

Gets or sets the name of the property from which the tool tip content is extracted.

Declaration

cs-api-definition
public string ToolTipPath { get; set; }

Property Value

string

Value

Gets the Value.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

ValuePath

Gets or sets the name of the property from which values are extracted.

Declaration

cs-api-definition
public string ValuePath { get; set; }

Property Value

string