LegendStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定图例样式。
public enum class LegendStyle
public enum LegendStyle
type LegendStyle =
Public Enum LegendStyle
- 继承
字段
Column | 0 | 使用一列和多行显示图例项。 |
Row | 1 | 使用多列和一行显示图例项。 |
Table | 2 | 使用多列和多行显示图例项。 |
注解
LegendStyle枚举表示图例样式,与 属性结合使用 LegendStyle 。