GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Charts 名前空間 : ErrorBarType 列挙体 |
'Declaration
Public Enum ErrorBarType Inherits System.Enum
public enum ErrorBarType : System.Enum
メンバ | 説明 |
---|---|
Custom | エラーバーの長さは、Plus要素とMinus要素によって決定されます。 |
FixedValue | エラーバーの長さは、Error Bar Valueによって決定される固定値とします。 |
Percentage | エラーバーの長さは、データに対するError Bar Valueのパーセンテージとします。 |
StandardDeviation | エラーバーの長さは、データのError Bar Valueの標準偏差とします。 |
StandardError | エラーバーの長さは、データのError Bar Valueの標準誤差とします。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.ErrorBarType