MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.ReadDoubleArray Method
See Also
 






Reads a color array with the specified name.

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

 Syntax

C#  Copy Code

public double[] ReadDoubleArray (
    string elementName,
    string subElementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function ReadDoubleArray( _
    elementName As String, _
    subElementName As String, _
    parentElement As XElement _
) As Double()

 Parameters

elementName

The name of the element to read.

subElementName

The name of the sub-element to read.

parentElement

The parent of the element.

 Return Value

The deserialized array with double values.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace