Gets the width of the AxisLabel.

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

Syntax

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

See Also