GrapeCity ActiveReports for .NET 16.0J
ChartSeriesPlotType 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : ChartSeriesPlotType 列挙体
縦棒グラフに系列を折れ線グラフとしてプロットするかどうかを指定します。 縦棒グラフに系列を折れ線グラフとしてプロットするかどうかを指定します。
シンタックス
'宣言
 
Public Enum ChartSeriesPlotType 
   Inherits System.Enum
public enum ChartSeriesPlotType : System.Enum 
メンバ
メンバ解説
Autoグラフ タイプに基づいて系列をプロットする必要があることを示します。 系列は主要なグラフの種類に基づいてプロットされます。たとえば、縦棒グラフのプロットの種類は縦棒です。
Line系列を折れ線としてプロットする必要があることを示します。 系列を折れ線グラフとしてプロットする必要があることを示します。
Point系列をポイントでプロットする必要があることを示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ChartSeriesPlotType

参照

GrapeCity.ActiveReports.PageReportModel 名前空間