LegendStyle 列挙型

定義

凡例のスタイルを指定します。

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

フィールド

Column 0

1 つの列と複数の行を使用して凡例項目を表示します。

Row 1

複数の列と 1 つの行を使用して凡例項目を表示します。

Table 2

複数の列と複数の行を使用して凡例項目を表示します。

注釈

列挙体は LegendStyle 凡例のスタイルを表し、 プロパティと LegendStyle 組み合わせて使用されます。

適用対象