Type | Description | |||
AlignmentEnum | An AlignmentEnum expression that indicates how the level's label is aligned in the chart's header. The Alignment property can combine the LeftAlignment, CenterAlignment and RightAlignment with exHOutside (0x10,16) which indicates that the label is always visible when user does scrolling the chart. Also, the Alignment property supports the exHNoClip (0x100, 256) which indicates that the labels within the level are not-clipped to the time-unit. In other words, it allows to prevent truncating the level's label when the width of the time-scale is too small. |
For instance the following screen shot shows the component if the Level.Alignment property is 1 ( CenterAlignment ):
while the next screen shot shows the component if the Level.Alignment property is 17 ( CenterAlignment + exHOutside ):