SRGWizSheet::LoadCustomLayout
voidSRGWizSheet::LoadCustomLayout(CObArray&layoutInfo)
If you want to add your own chart layout into the wizard, you can override this function to add your layout information to the passed CObArray object. Each item in this CObArray object is a pointer to SRGLayoutInfo object. So you need to create SRGLayoutInfo object for each item you want to add from the heap memory(be new) and fill all the field and then call Add function of CObArray object. You don't need to free the memory, wizard will free them for you.
Defined in: WizSheet.cpp
Return Value
void
Parameters
layoutInfo
The Array to store your layout structure -- Not used