Class: RubyOSBXL::Charts::LegendKey

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

Overview

チャートの凡例項目の凡例キーを扱うクラスです。

Instance Method Summary collapse

Instance Method Details

#getBorderFormatRubyOSBXL::Charts::ChartLineFormat

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

Returns:

#getFillFormatRubyOSBXL::Charts::ChartFillFormat

オブジェクトの塗りつぶしの描画クラスを取得します。

Returns:

#getInvertIfNegativebool

負の数の入力値で、チャートが反転するか取得します。

Returns:

  • (bool)

    true: 反転する false: 反転しない

#getMarkerBackgroundColorObjectRubyOSBXL::Dto::ColorFormatObject

マーカーの背景色オブジェクトを取得します。

Returns:

#getMarkerForegroundColorObjectRubyOSBXL::Dto::ColorFormatObject

マーカーの前面色オブジェクトを取得します。

Returns:

#getMarkerSizeInteger

マーカーのサイズを取得します。

Returns:

  • (Integer)

    マーカーのサイズ

#getMarkerStyleRubyOSBXL::Enums::XlMarkerStyle

マーカーのスタイルを取得します。

Returns:

#getPictureTypeRubyOSBXL::Enums::XlChartPictureType

マーカーの画像スタイルを取得します。

Returns:

#getPictureUnit2Numeric

グラフの各図の単位を取得します。XlChartPictureTypeがxlStackScaleの時、有効です。

Returns:

  • (Numeric)

    グラフの各図の単位

#getShadowbool

凡例キーが影付きかどうか取得します。

Returns:

  • (bool)

    true: 影付き false: 影付きでない

#getSmoothbool

凡例のマーカーにスムージンスが適用されているか取得します。

Returns:

  • (bool)

    true: スムージングが適用されている false: 通常

#setInvertIfNegative(invertIfNagative) ⇒ void

負の数の入力値で、チャートが反転するか設定します。

Parameters:

  • invertIfNagative (bool)

    true: 反転する false: 反転しない

#setMarkerBackgroundColorObject(color) ⇒ void

マーカーの背景色オブジェクトを設定します。

Parameters:

#setMarkerForegroundColorObject(color) ⇒ void

マーカーの前面色オブジェクトを設定します。

Parameters:

#setMarkerSize(size) ⇒ void

マーカーのサイズを設定します。

Parameters:

  • size (Integer)

    マーカーのサイズ

#setMarkerStyle(style) ⇒ void

マーカーのスタイルを設定します。

Parameters:

#setPictureType(ptype) ⇒ void

マーカーの画像スタイルを設定します。

Parameters:

#setPictureUnit2(unit) ⇒ void

グラフの各図の単位を設定します。XlChartPictureTypeがxlStackScaleの時、有効です。

Parameters:

  • unit (Numeric)

    グラフの各図の単位

#setShadow(shadow) ⇒ void

凡例のマーカーが影付きかどうか設定します。

Parameters:

  • shadow (bool)

    true: 影付き false: 影付きでない

#setSmooth(shadow) ⇒ void

凡例のマーカーにスムージンスが適用されているか設定します。

Parameters:

  • shadow (bool)

    true: スムージングが適用されている false: 通常