Writes the specified PointF under the specified name. The x and y components of the point are written as attributes.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public XElement WritePoint ( |
Visual Basic
![]() |
---|
Public Function WritePoint( _ |
The X-value of the point to write.
The Y-value of the point to write.
The name of the new element.
The parent of the new element.
The newly created System.Xml.Linq.XElement object.