2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / VisualEffectsStyle.LightStyle Class / Scale Property

In This Topic
    Scale Property (VisualEffectsStyle.LightStyle)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property Scale As System.Single
    public System.float Scale {get; set;}
    See Also