[]
        
(Showing Draft Content)

C1.WPF.C1Chart.GradientMethod

GradientMethod Enum

Specifies how to handle gradient brushes in themes and custom palettes.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public enum GradientMethod

Fields

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.