ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

LightShapeEnum Enumeration

Use the members of this enumeration to set the value of the Shape property in the VisualEffectsStyle.LightStyle class.

[Visual Basic]

Public Enum LightShapeEnum

[C#]

public enum LightShapeEnum

[Delphi]

type LightShapeEnum = (Edge, Ellipse, Rectangle);

Namespace: C1.Win.C1Chart

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

Members

Member name

Description

Edge

Light effects are skewed near the edge of the object. The LightGradient is always elliptical with this shape.

Ellipse

Light gradient effects progress the center of the object to the outer edges. The Shift and Size properties of the LightStyle can be used to adjust the center and size of the ellipse.

Rectangle

Light gradient effects progress from one edge of the object to the opposite edge. The Scale property of the LightStyle can be used to adjust the length of the gradient cycle withing the object.

See Also

C1.Win.C1Chart Namespace


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