Create new instance of ColorBlend class.
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public ColorBlend(
Color[] colors,
float[] positions,
Object containerObject
) |
| Visual Basic |
|---|
Public Sub New ( _
colors As Color(), _
positions As Single(), _
containerObject As Object _
) |
Parameters
- colors
- Type: array<System.Drawing..::..Color>[]()[][]
Colors to add to the object.
- positions
- Type: array<System..::..Single>[]()[][]
Positions of colors.
- containerObject
- Type: System..::..Object
Container element
See Also