Reads a System.Windows.Media.DoubleCollection from the specified element with the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection ReadDoubleCollection ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadDoubleCollection( _ |
The name of the element to read.
The XML parent of the element to read.
The deserialized DoubleCollection value.
See Also