Property | Type | Description | |
---|---|---|---|
m_sStyle | String |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
GraphMetricValueOrdered ( ) : System |
Initializes a new instance of the
|
|
GraphMetricValueOrdered ( Object value ) : System |
Initializes a new instance of the
|
|
GraphMetricValueOrdered ( Object value, String style ) : System |
Initializes a new instance of the If a style is ever applied to a row, a style should always be applied to the row. If the CellStyleNames.Bad style is applied when the row is bad, for example, using a default null style when the row is good would always leave the bad style in place. Instead, the CellStyleNames.GraphMetricGood style should be applied when the row is good. |
public GraphMetricValueOrdered ( Object value ) : System | ||
value | Object | /// Graph metric value for the row. /// |
return | System |
public GraphMetricValueOrdered ( Object value, String style ) : System | ||
value | Object | /// Graph metric value for the row. /// |
style | String | /// Style of the row, or null to not apply a style. Sample: "Bad". The /// style overrides any style applied to the column. /// |
return | System |