Gets the physical position of the AxisLabel from the start of the axis.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also