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
SyntaxC#
Copy Code
|
|---|
public double[] ReadDoubleArray ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadDoubleArray( _ |
The name of the element to read.
The name of the subelements to read.
The XML parent of the element to read.
The deserialized array with double values.
See Also