GradientElement
Class
Gradient element
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class GradientElement : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectGradientElement
Implements:
Inherited Members
Constructors
Create new instance of GradientElement class.
C#
public GradientElement()
Properties
Gets and sets Color
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public Color Color { get; set; }
Color
Methods
Clone this object.
C#
public object Clone()
New instance of GradientElement class with the same fields as this one
Implements:
Gets hash code
ToString() override. Used in the properties grid to avoid object type showing.