This documentation is archived and is not being maintained.
CalloutStyle Enumeration
Visual Studio 2010
Represents the available callout styles. Applicable only to callout annotations.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| SimpleLine | Callout text is underlined and a line points to the anchor point. | |
| Borderline | A border is drawn around the callout text and a line points to the anchor point. | |
| Cloud | Callout text is inside the cloud and smaller clouds point to the anchor point. | |
| Rectangle | A rectangle is drawn around the callout text, which is connected to the anchor point. | |
| RoundedRectangle | A rounded rectangle is drawn around the callout text, which is connected to the anchor point. | |
| Ellipse | An ellipse is drawn around the callout text, which is connected to the anchor point. | |
| Perspective | A perspective rectangle is drawn around the callout text, which is connected to the anchor point. |
The CalloutStyle enumeration is used in conjunction with the CalloutStyle property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: