CChartData::SetDimensions


BOOL SetDimensions( int nDims, int *dimArray );

Parameters

Returns

A boolean representing whether a dimensions change was successful.

Description

This function attempts to change the dimensions of the current data. It does NOT check that the new dimensions are the same size as the old dimensions, it only checks to make sure that any single dimension is not larger than the data set. Thus this can be a dangerous (and also useful) function!


CChartData Reference | CPlot Reference