Name | Description | |
---|---|---|
![]() | BeginInit | Signals the object that initialization is starting. |
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
![]() | DrawContent | DrawContent is provided primary for usage with ARNet2. However, by providing this function, it also allows some other usages to non-display canvases. OnPaint now calls this. |
![]() | EndInit | Signals the object that initialization is complete. |
![]() | FixReferences | Fixes the references between chart object. This method is used when chart is partially deserialized. |
![]() | GetCultureInfo | |
![]() | Invalidate | |
![]() | QuickLoad | Deserialize the data from XMl format. |
![]() | QuickSave | Serialize this object to binary writer in XML format. |
![]() | ReadXml | Reads the XML. |
![]() | RefreshData | Clears internal caches, so that chart will load all that data when it will be drawn next time |
![]() | ResetContent | |
![]() | SetCultureProvider | Sets the culture provider. |
![]() | SetDirty | |
![]() | SetTooltipText | |
![]() | TransferToCore | |
![]() | WriteXml | Writes the XML. |