MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.ReadDoubleArray Method
See Also
 





Reads an array with double values from the specified element with the specified subelements and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

elementName

The name of the element to read.

subElementName

The name of the subelements to read.

parentElement

The XML parent of the element to read.

 Return Value

The deserialized array with double values.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace