FlexReport for WinForms
ChartAttachMethod 列挙体


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartAttachMethod 列挙体
Specifies the attachment method of the label.
シンタックス
'宣言
 
Public Enum ChartAttachMethod 
   Inherits System.Enum
'使用法
 
Dim instance As ChartAttachMethod
public enum ChartAttachMethod : System.Enum 
メンバ
メンバ解説
Coordinate
Label can be attached to anywhere on the chart. The number of twips between the top-left corner of the chart to the ChartLabel can be specified.
DataCoordinate
Label is attached to anywhere inside the PlotArea. The data coordinates can be specified. This method is not allowed on pie charts. If any part of the ChartLabel falls outside of the ChartArea, it is clipped.
DataIndex
Label is attached to a specific data point on the chart. The series and point indices and the chart group can be specified.
DataIndexY
Label is attached to a distance above or below a specific data point. The series and point indices, the ChartGroup, and the Y-coordinate can be specified. This is most useful for bar and stacking bar charts. For 2D chart only.
継承階層

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

参照

参照

C1.Win.FlexReport.Chart 名前空間