ChartSeriesDrawingStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the drawing styles of bar or column series.
public enum class ChartSeriesDrawingStyle
public enum ChartSeriesDrawingStyle
type ChartSeriesDrawingStyle =
Public Enum ChartSeriesDrawingStyle
- Inheritance
-
ChartSeriesDrawingStyle
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The drawing style is Default. |
Cylinder | 1 | The drawing style is Cylinder. |
Emboss | 2 | The drawing style is Emboss. |
LightToDark | 3 | The drawing style is LightToDark. |
Wedge | 4 | The drawing style is Wedge. |