MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.WriteBrushList Method (IList, String, XElement)
See Also
 






Writes the specified collection of brushes under the specified name with the specified parent.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public XElement WriteBrushList (
    IList brushes,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteBrushList( _
    brushes As IList, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

brushes

The brush collection to write.

elementName

The name of the element.

parentElement

The name of the parent.

 Return Value

The newly created System.Xml.Linq.XElement object.

 See Also

WriteBrushList Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace