[]
指定单元格标签位置。
public enum LabelAlignment
| Name | Description |
|---|---|
| bottomCenter | 表示单元格标签位置在底部居中。 |
| bottomLeft | 表示单元格标签位置在左下角。 |
| bottomRight | 表示单元格标签位置在右下角。 |
| topCenter | 表示单元格标签位置为顶部居中。 |
| topLeft | 表示单元格标签位置为左上。 |
| topRight | 表示单元格标签位置为右上。 |