C1.Xaml.Chart Assembly > C1.Xaml.Chart Namespace : GradientMethod Enumeration |
'Declaration Public Enum GradientMethod Inherits System.Enum
public enum GradientMethod : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Chart.GradientMethod