Reads a double value with the specified name.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double ReadDouble ( |
Visual Basic
![]() |
---|
Public Function ReadDouble( _ |
The name of the element containing the double value.
The parent element of the node with the specified name.
The value to be returned if the element is not found
The deserialized double value or defaultValue if the deserialization fails.