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






Reads a double value with the specified name.

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

 Syntax

C#  Copy Code

public double ReadDouble (
    string elementName,
    XElement parentElement,
    double defaultValue
)

Visual Basic  Copy Code

Public Function ReadDouble( _
    elementName As String, _
    parentElement As XElement, _
    defaultValue As Double _
) As Double

 Parameters

elementName

The name of the element containing the double value.

parentElement

The parent element of the node with the specified name.

defaultValue

The value to be returned if the element is not found

 Return Value

The deserialized double value or defaultValue if the deserialization fails.

 See Also

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