Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |