Resets the TitleRight property to its default value. Syntax Remarks Invoke this method to reset the TitleRight property to its default value. Once this method is invoked, the ShouldSerializeTitleRight method will return False until the TitleRight property is set again. Example
Resets the TitleTop property to its default value. Syntax Remarks Invoke this method to reset the TitleTop property to its default value. Once this method is invoked, the ShouldSerializeTitleTop method will return False until the TitleTop property is set again. Example
Resets the Transform3D property to its default value. Syntax Remarks Invoke this method to reset the Transform3D property to its default value. Once this method is invoked, the ShouldSerializeTransform3D method will return False until the Transform3D property is set again. Example
Saves chart properties in xml format. Syntax Parameters component This componentfilePath Path where to save layout at. Example
Saves chart properties in xml format. Syntax Parameters component This componenttextWriter Text writer to save layout to. Example
Saves chart properties in xml format. Syntax Parameters component This componentxmlW Xml writer to save layout to. Example
Saves chart properties in xml format. Overload List
Save preset to the stream Syntax Parameters stream reference to stream objectname A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.
Saves preset to file path. Syntax Parameters filePath Path of filename A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.
Save preset to text writer. This can be used to save preset to string using StringWriter. Syntax Parameters xtw text writername A name for the XML preset to save.desc A description for the XML preset to save.presetType The type of preset to save.