CalloutStyle Enumeration
Represents the available callout styles. Applicable only to callout annotations.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| 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. | |
| 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. | |
| SimpleLine | Callout text is underlined and a line points to the anchor point. |
The CalloutStyle enumeration is used in conjunction with the CalloutStyle property.
Available since 4.0