Chapter 10:
Multi-Dimension Label Attributes (AMD_)

AMD_OPTIONS

 

This attribute sets options for multi-dimensional labels.

Type:

INT16

Valid Range:

Bitwise flags controlling Multi-Dimensional Label Options

 

#define

Value

Description

 

MULTI_FONT

0x0001

When set, each "level" of dimension labels has unique font properties

 

BRACKETS

0x0002

Turns Brackets on

Default:

None

Example:

//Set option flags for MD labels
nOptions = MULTI_FONT | BRACKETS;
SetGraphAttrSI(gpGraph,NULL,AMD_OPTIONS,&nOptions);