Gets or sets a value used to determine the distance between a data label and the center of the pie chart. This is a dependency property.

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

Syntax

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

See Also