CChart::GetDataTitle

CChart::SetDataTitle


CString GetDataTitle( int dataID );
void SetDataTitle( int dataID, CString title );

Description

These functions set or return title of a specific data set. This title is used in the shortcut menu as the popup title, and it would be used were someone to write a legend object.

The data ID is that returned by AddData or SetData.


CChart Reference | CPlot Reference