BCGControlBar Pro for MFC
void CBCGPChartBarSeries::SetCustomSizePercent ( int  nSize,
BOOL  bSet = TRUE 
)
inline

Sets custom column/bar size.

Call this method to customize column/bar size. Usually the size is calculated automatically and depends on the number of series and size of diagram area/major unit, but using this method you can override the automatic calculation.

Parameters
nSizeSpecifies custom column/bar size in percents from the major unit size.
bSetTRUE - enable custom size calculation, FALSE - disable custom size calculation.