[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartVisualEffectsStyle

ChartVisualEffectsStyle Class

Represents a visual effects style.

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

Properties

Name Description
Angle

Gets or sets the angle which is used during rendering.

Colors

Gets the color options for the style.

Edge

Gets the edge settings for the style.

Enabled

Gets or sets a value indicating whether effects are enabled.

GroupElements

Gets or sets a value indicating whether the graphic elements can be grouped when rendering.

Light

Gets the light settings for the style.

Name

Gets the style name.

Scalable

Gets or sets a value indicating whether the size of elements depends on field size.

ScaleEffect

Gets or sets the scale factor which is used to scale elements when Scalable property is true.

Shadow

Gets the shadow settings for the style.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.

Reset()

Restore the properties to their default values.

ResetAngle()

Resets the Angle to default state.

ResetColors()

Resets the Colors to default state.

ResetEdge()

Resets the Edge to default state.

ResetEnabled()

Resets the Enabled to default state.

ResetGroupElements()

Resets the GroupElements to default state.

ResetLight()

Resets the Light to default state.

ResetScalable()

Resets the Scalable to default state.

ResetScaleEffect()

Resets the ScaleEffect to default state.

ResetShadow()

Resets the Shadow to default state.

ShouldSerializeAngle()

Returns false if Angle is in default state.

ShouldSerializeColors()

Returns false if Colors is in default state.

ShouldSerializeEdge()

Returns false if Edge is in default state.

ShouldSerializeEnabled()

Returns false if Enabled is in default state.

ShouldSerializeGroupElements()

Returns false if GroupElements is in default state.

ShouldSerializeLight()

Returns false if Light is in default state.

ShouldSerializeScalable()

Returns false if Scalable is in default state.

ShouldSerializeScaleEffect()

Returns false if ScaleEffect is in default state.

ShouldSerializeShadow()

Returns false if Shadow is in default state.