Gets or sets the light scale. When scale is less than one the light pattern is repeated through the element. Used only with LightShapeEnum.Rectangle.

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

Syntax

C#
public float Scale { get; set; }
Visual Basic
Public Property Scale As Single
	Get
	Set

See Also