MicroSeriesBrushKind Enum
Specifies the kind of brush to use for a series element.
public enum MicroSeriesBrushKind
Fields
| Name | Description |
|---|---|
| Complement | Use a complement of the Default color. |
| ComplementDark | Use a complement of the Dark color. |
| ComplementDarkToLightGradient | Use a gradient, from the ComplementDark to ComplementLight color. |
| ComplementLight | Use a complement of the Light color. |
| ComplementLightToDarkGradient | Use a gradient, from the ComplementLight to ComplementDark color. |
| ComplementSemiTransparent | Use a semi-transparent version of the Complement color. |
| 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. |