FlexReport for WinForms
ChartLabelCompass 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartLabelCompass 列挙体
Specifies the position of the label relative it's spefified location.
シンタックス
'宣言
 
Public Enum ChartLabelCompass 
   Inherits System.Enum
'使用法
 
Dim instance As ChartLabelCompass
public enum ChartLabelCompass : System.Enum 
メンバ
メンバ解説
Auto
Places label automatically. The parameters of auto-arrangement are specified in AutoArrangment property of ChartLabels class.
East
Places label to the East or to the right of the data point.
North
Places label to the north or above the data point.
NorthEast
Places label to the NorthEast or above and right of the data point.
NorthWest
Places label to the NorthWest or above and left of the data point.
Orthogonal
Places label perpendicularly away from the plot line.
Radial
In a pie chart, places label directly away from the center of the chart.
RadialText
Places label perpendicularly away from the plot line and orients the text along that line.
South
Places label to the South or below the data point.
SouthEast
Places label to the SouthEast or below and right of the data point.
SouthWest
Places label to the SouthWest or below and left of the data point.
West
Places label to the West or left of the data point.
継承階層

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

参照

参照

C1.Win.FlexReport.Chart 名前空間