ChartCalloutStyles Enumeración
Specifies the style to use when drawing the callout lines.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Enumeration ChartCalloutStyles
'Uso
Dim instance As ChartCalloutStyles
public enum ChartCalloutStyles
public enum class ChartCalloutStyles
type ChartCalloutStyles
public enum ChartCalloutStyles
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Underline | Attach the callout line to an underline on the label. | |
| Box | Attach the callout line to a box around the label. | |
| None | No additional label style for the callout line. |