MESCIUS SPREAD for Windows Forms 17.0J
TrendlineType 列挙体

チャート内の系列に使用できるすべての近似曲線の種類を表します。
構文
'Declaration
 
Public Enum TrendlineType 
   Inherits System.Enum
public enum TrendlineType : System.Enum 
メンバ
メンバ説明
Exponential近似曲線は指数曲線であります。
Linear近似曲線は直線であります。
Logarithmic近似曲線は対数曲線であり、logは自然対数であります。
MovingAverage近似曲線は期間Periodの移動平均であります。
Polynomial近似曲線は次数の多項式曲線であります。
Power近似曲線は、べき乗曲線であります。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.TrendlineType

参照

GrapeCity.Spreadsheet.Charts 名前空間

 

 


© MESCIUS inc. All rights reserved.