SRGraph::SetAlignment

void SRGraph::SetAlignment(DWORD dwAlign)

Sets up pagination of the graph

Defined in: SRGraph.h

Parameters

dwAlign

Alignment code

Remarks

The alignment code may be defined by mixing parameters with a binary OR operator.
Vertical alignment codes are...
CX_ALIGN_NONE
CX_ALIGN_VTOP
CX_ALIGN_VCENTER
CX_ALIGN_VBOTTOM
Horizontal alignment codes are...
CX_ALIGN_NONE
CX_ALIGN_HLEFT
CX_ALIGN_HCENTER
CX_ALIGN_HRIGHT