If this is set to true, the plot area will be masked off. This means that any bubble or data label that is too big to fit in the plot area will be cropped.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Mask { get; set; }
Visual Basic (Declaration)
Public Property Mask As Boolean
Visual C++
public:
property bool Mask {
	bool get ();
	void set (bool value);
}

See Also