C1.Silverlight.Chart.5
GradientMethod Enumeration

Specifies how to handle gradient brushes in themes and custom palettes.
Syntax
'Declaration
 
Public Enum GradientMethod 
   Inherits System.Enum
public enum GradientMethod : System.Enum 
Members
MemberDescription
AutoAutomatic, chart converts linear brushes to radial if it is appropriate for the current chart type.
LinearChart always uses linear gradient.
NoneThere is no conversion for gradient brushes.
RadialChart always uses radial gradient.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Chart.GradientMethod

See Also

Reference

C1.Silverlight.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.