'宣言 Public Property Orientation As ChartLegendOrientation
'使用法 Dim instance As ChartLegend Dim value As ChartLegendOrientation instance.Orientation = value value = instance.Orientation
public ChartLegendOrientation Orientation {get; set;}
'宣言 Public Property Orientation As ChartLegendOrientation
'使用法 Dim instance As ChartLegend Dim value As ChartLegendOrientation instance.Orientation = value value = instance.Orientation
public ChartLegendOrientation Orientation {get; set;}
凡例エントリは、垂直または水平のどちらの方向にも配置できます。
Vertical 方向の場合、凡例の高さに入る範囲内で、凡例エントリが垂直方向に 積み上げられます。凡例の高さにすべてのエントリが収まらず、凡例自体のサイズ変更が許可されている場合は、次の列が凡例に追加され、そこにエントリが積み重ねられます。
Horizontal 方向の場合は、凡例の幅に入る範囲内で、凡例エントリが横に並べて 作成されます。凡例の幅にすべてのエントリが収まらず、凡例自体のサイズ変更が許可されている場合は、次の行が凡例に追加され、そこにエントリが並べられます。
Auto 方向の場合は、凡例の Compass プロパティに基づいて適切な方向が自動的に 選択されます。Compass の値が East または West の場合は、Vertical 方向が使用されます。Compass の値が North または South の場合は、Horizontal 方向が使用されます。