[]
Represents the different visual effects that can be used on the chart elements such as scaling, light, and shadow effects.
public class ChartVisualEffects : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
this[int] | Gets the visual effects style by the specified index. |
this[string] | Gets the visual effects style by the specified name. |
Styles | Gets the collection of the VisualEffectsStyle. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |