Reporting

Defines arrays of elements and positions used for interpolating GradientElement blending in a multicolor gradient.

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class ColorBlend : ChartingStateManagedCollection<GradientElement>, 
	ICloneable
Visual Basic
Public Class ColorBlend _
	Inherits ChartingStateManagedCollection(Of GradientElement) _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Charting..::..ChartingStateManagedCollection<(Of <(<'GradientElement>)>)>
    Telerik.Reporting.Charting..::..ColorBlend

Version Information

Supported in: 1.0.1

See Also