Type | Description | |||
PictureDisplayEnum | A PictureDisplayEnum expression that indicates the position of +/- buttons inside nodes. The Tile, Stretch values have no effect. |
The following VB sample displays the +/- signs on the upper left corner:
With ChartView1 .HasButtons = exCircle .ButtonsAlign = UpperLeft End With
The following VB sample displays the +/- signs on the middle left border:
With ChartView1 .HasButtons = exCircle .ButtonsAlign = MiddleLeft End With