SRGAxisManager::UnregisterTitle

SRGraphLabel * SRGAxisManager::UnregisterTitle(BOOLbDelete)

Unregisters and optionally deletes the title component

Defined in: SRGAxisManager.cpp

Return Value

Pointer to the unregistered component or NULL if the delete option was used

Parameters

bDelete

Set TRUE to delete the component or FALSE to return the address of the component for reuse

Remarks

If you choose not to delete this component automatically, you must delete it later to prevent memory leaks.