Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the drawing styles of bar or column series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartSeriesDrawingStyle
'Usage
Dim instance As ChartSeriesDrawingStyle
public enum ChartSeriesDrawingStyle
public enum class ChartSeriesDrawingStyle
type ChartSeriesDrawingStyle
public enum ChartSeriesDrawingStyle
Members
| Member name | Description | |
|---|---|---|
| Cylinder | Draw series as cylinders. | |
| Default | Draw series in plain colors. | |
| Emboss | Draw series as embossed bars or columns. | |
| LightToDark | Draw series with a ligh-to-dark gradient. | |
| Wedge | Draw series as wedges. |