SRGWizSheet::LoadCustomStandChart

void SRGWizSheet::LoadCustomStandChart(CListBox& listBox)

Override this function to add more chart for user to choose from inside the StandardChartPage. Each item should contain a string to name your chart and an valid ID for your created new graph type as the item's data. You also have to make sure the display class you added into your graph is able to handle your create new graph type.

Defined in: WizSheet.cpp

Return Value

void

Parameters

listBox

The list box you add the chart information into -- Not used