Search
XmlPersistContext.writeSByte Method
See Also
 






Write a 8-bit signed integer value with the specified name.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeSByte (
    byte byteValue,
    String elementName,
    Element parentElement
)

 Parameters

byteValue

The integer value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also