FlexReport for WinForms
ChartLegendOrientation 列挙体


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartLegendOrientation 列挙体
Specifies the orientation of the chart legend.
シンタックス
'宣言
 
Public Enum ChartLegendOrientation 
   Inherits System.Enum
'使用法
 
Dim instance As ChartLegendOrientation
public enum ChartLegendOrientation : System.Enum 
メンバ
メンバ解説
Auto
Horizontal for legends with north and south Compass values, and Vertical for legends with east and west Compass values.
Horizontal
Legend entries are stacked vertically as legend height permits. If sufficient height is not available, additional legend columns are created.
HorizontalVariableItemWidth
The same as Horizontal, but entries can have different widths according to its content.
Vertical
Legend entries are added side by side as (horizontally) as legend width permits. If sufficient width is not available, additional legend rows are created.
VerticalVariableItemHeight
The same as Vertical, but entries can have different heights according to its content.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartLegendOrientation

参照

参照

C1.Win.FlexReport.Chart 名前空間