[]
Specifies how to handle gradient brushes in themes and custom palettes.
public enum GradientMethod
Name | Description |
---|---|
Auto | Automatic, chart converts linear brushes to radial if it is appropriate for the current chart type. |
Linear | Chart always uses linear gradient. |
None | There is no conversion for gradient brushes. |
Radial | Chart always uses radial gradient. |