[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartVisualEffectsStyle.LightStyle

ChartVisualEffectsStyle.LightStyle Class

Represents the light parameters.

Inheritance
ChartVisualEffectsStyle.LightStyle
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartVisualEffectsStyle.LightStyle : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
LightStyle(ChartVisualEffectsStyle)

Initializes a new instance of ChartVisualEffectsStyle.LightStyle object.

Properties

Name Description
Focus

Gets or sets the position of light focus.

Gradient

Gets or sets the type of light gradient.

Intensity

Gets or sets the light intensity.

Scale

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

Shape

Gets or sets the light shape.

Shift

Gets or sets the light shift. Used only with Ellipse.

Size

Gets or sets the size of light spot. Used only with Ellipse.

Methods

Name Description
ResetFocus()

Resets the Focus to default state.

ResetGradient()

Resets the Gradient to default state.

ResetIntensity()

Resets the Intensity to default state.

ResetScale()

Resets the Scale to default state.

ResetShape()

Resets the Shape to default state.

ResetShift()

Resets the Shift to default state.

ResetSize()

Resets the Size to default state.

ShouldSerializeFocus()

Returns false if Focus is in default state.

ShouldSerializeGradient()

Returns false if Gradient is in default state.

ShouldSerializeIntensity()

Returns false if Intensity is in default state.

ShouldSerializeScale()

Returns false if Scale is in default state.

ShouldSerializeShape()

Returns false if Shape is in default state.

ShouldSerializeShift()

Returns false if Shift is in default state.

ShouldSerializeSize()

Returns false if Size is in default state.