Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ClipToChartArea Property
See Also 
Dundas.Charting.WebControl Namespace > Annotation Class : ClipToChartArea Property


Gets or sets the name of the chart area an annotation is clipped to.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets the name of the chart area the annotation is clipped to. To disable chart area clipping set property to "NotSet" or an empty string.")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.LegendAreaNameConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<CategoryAttribute()>
<DefaultValueAttribute()>
Public Overridable Property ClipToChartArea As String
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As String
 
instance.ClipToChartArea = value
 
value = instance.ClipToChartArea
C#  
[DescriptionAttribute("Gets or sets the name of the chart area the annotation is clipped to. To disable chart area clipping set property to "NotSet" or an empty string.")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.LegendAreaNameConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[CategoryAttribute()]
[DefaultValueAttribute()]
public virtual string ClipToChartArea {get; set;}

Return Value

A string which represents the name of an existing chart area.

Remarks

If the chart area name is specified, an annotation will only be drawn inside the plotting area of the chart area specified. All parts of the annotation outside of the plotting area will be clipped.

To disable chart area clipping set the property to "NotSet" or an empty string.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also