Writes the specified visual effect with the specified element name under the specified parent element.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteEffect ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteEffect( _ |
The visual effect to write.
The name of the element for this effect.
The parent element of this effect.
The newly created System.Xml.XmlElement.
See Also