Class HSBRadialGradientMapping
Represents a connection between the resources provided to style the RadChart and the different visual elements.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HSBRadialGradientMapping : HSBGradientMapping, IStyleMapping
Constructors
HSBRadialGradientMapping()
Initializes a new instance of the HSBRadialGradientMapping class.
Declaration
public HSBRadialGradientMapping()
Properties
Center
Gets or sets the center.
Declaration
public Point Center { get; set; }
Property Value
System.Windows.Point
The center. |
See Also
GradientOrigin
Gets or sets the gradient origin.
Declaration
public Point GradientOrigin { get; set; }
Property Value
System.Windows.Point
The gradient origin. |
See Also
RadiusX
Gets or sets the X radius.
Declaration
public double RadiusX { get; set; }
Property Value
System.Double
The X radius. |
See Also
RadiusY
Gets or sets the Y radius.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
The Y radius. |