SRGraphStyle::SetTagModel

inline void SRGraphStyle::SetTagModel(DWORD dwStyle)

Initializes the tag model used for the chart.

Defined in: SRGDat.h

Parameters

dwStyle

DWORD One of the following settings.
CX_TAG_MODEL_AUTOMATIC Normally no tag at all CX_TAG_MODEL_LOCAL Tags are handled by a single label object and may not be seriallized. CX_TAG_MODEL_PERSISTENT Tags are placed on the component list and may be serialized. CX_TAG_MODEL_BLOCKED Tags are placed in a label block and subjected to anti collision calculations. The label block is also placed on the component list and may be serialized.