Gets or sets the center point of the RadialGradientBrush. This point will typically be made up of values between 0 and 1 which are factors relative to the bounding box of all the pie slices in the chart. The default is (0.5, 0.5).

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Point GradientCenter { get; set; }
Visual Basic
Public Property GradientCenter As Point
	Get
	Set
Visual C++
public:
property Point GradientCenter {
	Point get ();
	void set (Point value);
}

See Also