FlexReport for WinForms
Orientation プロパティ (ChartLegend)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartLegend クラス : Orientation プロパティ
Gets or sets the orientation of the legend entries.
シンタックス
'宣言
 
Public Property Orientation As ChartLegendOrientation
'使用法
 
Dim instance As ChartLegend
Dim value As ChartLegendOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public ChartLegendOrientation Orientation {get; set;}
解説

The legend entries can be oriented in a vertical or horizontal fashion.

Vertical orientation indicates that legend entries will stack vertically as the legend height permits. If the legend height cannot contain all of the entries and the legend is allowed to size itself, then additional columns of stacked entries will be added to the legend.

Horizontal orientation indicates that legend entries will be created side by side as legend width permits. If the legend width cannot contain all of the entries and the legend is allowed to size itself, then additional rows of entries will be added to the legend.

Auto orientation automatically selects an appropriate orientation based upon the legend Compass property. For east and west Compass values, Vertical orientation is used. For north and south Compass values, Horizontal orientation is used.

参照

参照

ChartLegend クラス
ChartLegend メンバ