LegendStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定圖例樣式。
public enum class LegendStyle
public enum LegendStyle
type LegendStyle =
Public Enum LegendStyle
- 繼承
欄位
Column | 0 | 圖例項目將使用單行多列的格式顯示。 |
Row | 1 | 圖例項目將使用多行單列的格式顯示。 |
Table | 2 | 圖例項目將使用多行多列的格式顯示。 |
備註
列舉 LegendStyle 表示圖例樣式,並搭配 LegendStyle 屬性使用。