Class HSBLinearGradientMapping
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 HSBLinearGradientMapping : HSBGradientMapping, IStyleMapping
Constructors
HSBLinearGradientMapping()
Declaration
public HSBLinearGradientMapping()
Properties
EndPoint
Gets or sets the end point.
Declaration
public Point EndPoint { get; set; }
Property Value
System.Windows.Point
The end point. |
StartPoint
Gets or sets the start point.
Declaration
public Point StartPoint { get; set; }
Property Value
System.Windows.Point
The start point. |