MVCxCardViewFormatConditionCollection.AddColorScale Method
Name | Parameters | Description |
---|---|---|
AddColorScale() | none | Creates a new format condition item with the default settings and adds it to the MVCxCardViewFormatConditionCollection collection. |
AddColorScale(Action<CardViewFormatConditionColorScale>) | method | Creates a new format condition item with the default settings, adds it to the MVCxCardViewFormatConditionCollection collection, and allows you to customize this item in a delegate method implementation. |
AddColorScale(String, GridConditionColorScaleFormat) | fieldName, format | Creates a new format condition item with the specified settings and adds it to the MVCxCardViewFormatConditionCollection collection. |