ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

C1.Win.C1Chart.GradientStyleEnum Enumeration

Use the members of this enumeration to set the value of the Style.GradientStyle property in the Style class and the PlotArea.GradientStyle property in the PlotArea class.

[Visual Basic]

Public Enum C1.Win.C1Chart.GradientStyleEnum

[C#]

public enum C1.Win.C1Chart.GradientStyleEnum

[Delphi]

type C1.Win.C1Chart.GradientStyleEnum = (Diagonal, DiagonalBack, DiagonalBackCenter, DiagonalCenter, FromCenter, Horizontal, HorizontalCenter, None, Radial, Vertical, VerticalCenter);

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Members

Member name

Description

Diagonal

From left-bottom (BackColor) to right-top (BackColor2).

DiagonalBack

From left-top (BackColor) to right-bottom (BackColor2).

DiagonalBackCenter

From center (BackColor) to left-top and right-bottom (BackColor2).

DiagonalCenter

From center (BackColor) to left-bottom and right-top (BackColor2).

FromCenter

From center (BackColor) to corners (BackColor2).

Horizontal

From left (BackColor) to right (BackColor2).

HorizontalCenter

From center (BackColor) to left and right (BackColor2).

None

No gradient filling.

Radial

From center (BackColor) to corners (BackColor2) in radial direction.

Vertical

From top (BackColor) to bottom (BackColor2).

VerticalCenter

From center (BackColor) to top and bottom (BackColor2).

See Also

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.