Specifies how to handle gradient brushes in themes and custom palettes.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
| C# |
|---|
public enum GradientMethod |
| Visual Basic |
|---|
Public Enumeration GradientMethod |
Members
| Member name | Description | |
|---|---|---|
| Auto | Automatic, chart converts linear brushes to radial if it is appropriate for the current chart type. | |
| None | There is no conversion for gradient brushes. | |
| Linear | Chart always uses linear gradient. | |
| Radial | Chart always uses radial gradient. |