Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |