LegendStyle 列舉

定義

指定圖例樣式。

public enum class LegendStyle
public enum LegendStyle
type LegendStyle = 
Public Enum LegendStyle
繼承
LegendStyle

欄位

Column 0

圖例項目將使用單行多列的格式顯示。

Row 1

圖例項目將使用多行單列的格式顯示。

Table 2

圖例項目將使用多行多列的格式顯示。

備註

列舉 LegendStyle 表示圖例樣式,並搭配 LegendStyle 屬性使用。

適用於