Class GradientElement
Gradient element
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class GradientElement : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
GradientElement()
Create new instance of GradientElement class.
Declaration
public GradientElement()
GradientElement(Color, Single)
Create new instance of GradientElement class.
Declaration
public GradientElement(Color color, float position)
Parameters
System. Color |
System. Position |
Properties
Color
Gets and sets Color
Declaration
[SkinnableProperty]
public Color Color { get; set; }
Property Value
System. Color |
Position
Gets and sets Position
Declaration
[SkinnableProperty]
public float Position { get; set; }
Property Value
System. Position |
Methods
Clone()
Clone this object.
Declaration
public object Clone()
Returns
System. New instance of GradientElement class with the same fields as this one |
Equals(Object)
Comparing to objects
Declaration
public override bool Equals(object obj)
Parameters
System. Object for comparing |
Returns
System. Whether objects are equal or not |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System. Hash code |
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|