SeriesBrushKind Enum
Specifies the kind of brush to use for a series element.
public enum SeriesBrushKind
Fields
| Name | Description |
|---|---|
| CylinderGradient | Use a gradient, creating a cylindrical appearance. |
| Dark | Use a slightly darker version of the palette color. |
| DarkToLightGradient | |
| Default | Use the exact palette color. |
| Light | Use a slightly lighter version of the palette color. |
| LightToDarkGradient | |
| SemiTransparent | Use a semi-transparent version of the palette color. |
| SemiTransparentGradient | Use a gradient, from a semi-transparent version of the palette color to an almost completely transparent version of the palette color. |