ClassGradientElement
Class
Gradient element
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
public class GradientElement : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectGradientElement
Implements:
Inherited Members
Constructors
GradientElement()
Create new instance of GradientElement class.
Declaration
cs-api-definition
public GradientElement()
GradientElement(Color, float)
Create new instance of GradientElement class.
Properties
Color
Gets and sets Color
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public Color Color { get; set; }
Property Value
Color
Methods
Clone()
Clone this object.
Declaration
cs-api-definition
public object Clone()
Returns
New instance of GradientElement class with the same fields as this one
Implements
Equals(object)
Comparing to objects
GetHashCode()
Gets hash code
ToString()
ToString() override. Used in the properties grid to avoid object type showing.
Declaration
cs-api-definition
public override string ToString()
Returns
Empty string
Overrides