Gets or sets a value indicating whether to clip the content of chart control.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool ClipToBounds { get; set; }
Visual Basic
Public Property ClipToBounds As Boolean
	Get
	Set
XAML Attribute Usage
<object ClipToBounds="bool" .../>

See Also