Class: RubyOSBXL::Charts::ErrorBar

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

チャートの誤差線を扱うクラスです。

Instance Method Summary collapse

Instance Method Details

#getAmaountNumeric

誤差の量を取得します。

Returns:

  • (Numeric)

    誤差の量

#getCustomNegativeAmountArray<Numeric>

カスタム設定した負の誤差の量を取得します。

Returns:

  • (Array<Numeric>)

    Array<負の誤差の量>

#getCustomPositiveAmountArray<Numeric>

カスタム設定した正の誤差の量を取得します。

Returns:

  • (Array<Numeric>)

    Array<正の誤差の量>

#getDirectionRubyOSBXL::Enums::XlErrorBarDirection

誤差範囲の方向を取得します。

Returns:

#getEndStyleRubyOSBXL::Enums::XlEndStyleCap

誤差範囲のマーカーの種類を取得します。

Returns:

#getGlowFormatRubyOSBXL::Charts::ChartGlowFormat

オブジェクトの光彩の描画クラスを取得します。

Returns:

#getIncludeRubyOSBXL::Enums::XlErrorBarInclude

誤差範囲の表示形式を取得します。

Returns:

#getLineFormatRubyOSBXL::Charts::ChartLineFormat

オブジェクトの線の描画クラスを取得します。

Returns:

#getShadowFormatRubyOSBXL::Charts::ChartShadowFormat

オブジェクトの影つけの描画クラスを取得します。

Returns:

#getSoftEdgeFormatRubyOSBXL::Charts::ChartSoftEdgeFormat

オブジェクトのぼかしの描画クラスを取得します。

Returns:

#getTypeRubyOSBXL::Enums::XlErrorBarType

誤差範囲タイプを取得します。

Returns:

#setAmount(amount) ⇒ void

誤差の量を設定します。

Parameters:

  • amount (Numeric)

    誤差の量

#setCustomNegativeAmount(values) ⇒ void

カスタム設定した負の誤差の量を設定します。

Parameters:

  • values (Array<Numeric>)

    Array<カスタム設定した負の誤差の量>

#setCustomPositiveAmount(values) ⇒ void

カスタム設定した正の誤差の量を取得します。

Parameters:

  • values (Array<Numeric>)

    Array<カスタム設定した正の誤差の量>

#setEndStyle(style) ⇒ void

誤差範囲のマーカーの種類を設定します。

Parameters:

#setInclude(include) ⇒ void

誤差範囲の表示形式を設定します。

Parameters:

#setType(ptype) ⇒ void

誤差範囲タイプを設定します。

Parameters: