Gets the physical distance between the AxisLabel and 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 LevelOffset { get; internal set; }
Visual Basic
Public Property LevelOffset As Double
	Get
	Friend Set
Visual C++
public:
property double LevelOffset {
	double get ();
	internal: void set (double value);
}

See Also