Specifies how to handle gradient brushes in themes and custom palettes.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
C# |
---|
public enum GradientMethod |
Visual Basic |
---|
Public Enumeration GradientMethod |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Automatic, chart converts linear brushes to radial if it is appropriate for the current chart type. | |
None | 1 | There is no conversion for gradient brushes. | |
Linear | 2 | Chart always uses linear gradient. | |
Radial | 3 | Chart always uses radial gradient. |