Dundas Chart for ASP.NET
ClipToChartArea Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > AnnotationGroup Class : ClipToChartArea Property


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

Syntax

Visual Basic (Declaration)  
Public Overrides Property ClipToChartArea As String
Visual Basic (Usage) Copy Code
Dim instance As AnnotationGroup
Dim value As String
 
instance.ClipToChartArea = value
 
value = instance.ClipToChartArea
C#  
public override string ClipToChartArea {get; set;}

Return Value

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


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

Remarks

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

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


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

To disable chart area clipping set this 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.