ColorBlendAddRange Method |
Adds a range of elements to the collection.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddRange(
ColorBlend blend
)
Public Sub AddRange (
blend As ColorBlend
)
public:
void AddRange(
ColorBlend^ blend
)
member AddRange :
blend : ColorBlend -> unit
Parameters
- blend
- Type: Kettic.AspNet.Controls.ChartModelColorBlend
Object that contains element to add
See Also