SRGraphLegend::SetAutoSize
voidSRGraphLegend::SetAutoSize(intsizebits)
Initializes the flags that determine how the legend data is spaced within the component rectangle
Defined in: SRGraphLegend.cpp
Parameters
sizebits
Bit-wise flags to be placed in the auto-size semaphores
0x0001=AUTO_SIZE_X -- set to bunch legend data to the right or left
0x0002=AUTO_SIZE_Y -- set to bunch legend data to the top or bottom
0x0004=KEEP_LEFT -- set this bit along with AUTO_SIZE_X to bunch to the left
0x0008=KEEP_TOP -- set this bit along with AUTO_SIZE_Y to bunch to the top
Remarks
See the AutoSize_Flags enum