Charting for WinForms Programmer's Guide
XmlPersistContext.WriteFloat Method
See Also
 






Writes a float value with the specified name.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public XElement WriteFloat (
    float floatValue,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteFloat( _
    floatValue As Single, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

floatValue

elementName

parentElement

 Return Value

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Charting Namespace