Click or drag to resize
ColorBlend Class
Defines arrays of elements and positions used for interpolating GradientElement blending in a multicolor gradient.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionGradientElement
    Kettic.AspNet.Controls.ChartModelColorBlend

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ColorBlend : ChartingStateManagedCollection<GradientElement>, 
	ICloneable

The ColorBlend type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddRange
Adds a range of elements to the collection.
Public methodClone
Clone this object.
Public methodEquals
Comparing two objects.
(Overrides ObjectEquals(Object).)
Public methodGetBrush
Returns gradient brush
Public methodGetColor
Gets color at specified position.
Public methodGetColors
Gets ColorBlend's colors.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetPositions
Gets ColorBlend's positions.
Public methodLoadFrom
Load pairs colors\positions from specified object.
Top
See Also