XuniLegend クラス リファレンス

継承元 NSObject
定義先 Legend.h

概要

グラフの凡例を表します。

  position

凡例の位置を取得または設定します。

@property (nonatomic, getter=getPosition) XuniChartLegendPosition position

内容

凡例の位置を取得または設定します。

定義先

Legend.h

  backgroundColor

凡例の背景色を取得または設定します。

@property (nonatomic) UIColor *backgroundColor

内容

凡例の背景色を取得または設定します。

定義先

Legend.h

  borderColor

凡例の境界線の色を取得または設定します。

@property (nonatomic) UIColor *borderColor

内容

凡例の境界線の色を取得または設定します。

定義先

Legend.h

  borderWidth

凡例の境界線の幅を取得または設定します。

@property (nonatomic) double borderWidth

内容

凡例の境界線の幅を取得または設定します。

定義先

Legend.h

  labelFont

凡例ラベルのフォントを取得または設定します。

@property (nonatomic) UIFont *labelFont

内容

凡例ラベルのフォントを取得または設定します。

定義先

Legend.h

  labelTextColor

凡例ラベルのテキスト色を取得または設定します。

@property (nonatomic) UIColor *labelTextColor

内容

凡例ラベルのテキスト色を取得または設定します。

定義先

Legend.h

  isVertical

凡例が縦に配置されているかどうかを取得します。

@property (readonly) BOOL isVertical

内容

凡例が縦に配置されているかどうかを取得します。

定義先

Legend.h

  orientation

凡例の方向を取得または設定します。

@property (nonatomic, getter=getOrientation) XuniChartLegendOrientation orientation

内容

凡例の方向を取得または設定します。

定義先

Legend.h

– initForChart:

XuniLegend オブジェクトを初期化します。

- (id)initForChart:(FlexChartBase *)chart

パラメータ

chart

FlexChart オブジェクト

戻り値

XuniLegend オブジェクト

内容

XuniLegend オブジェクトを初期化します。

定義先

Legend.h

– getDesiredSize:

表示するために適切なサイズを取得します。

- (XuniSize *)getDesiredSize:(XuniRenderEngine *)engine

パラメータ

engine

レンダリングエンジン

戻り値

適切なサイズ

内容

表示するために適切なサイズを取得します。

定義先

Legend.h

– render:atPoint:

ポイントに凡例をレンダリングします。

- (void)render:(XuniRenderEngine *)engine atPoint:(XuniPoint *)point

パラメータ

engine

レンダリングエンジン

point

ポイント

内容

ポイントに凡例をレンダリングします。

定義先

Legend.h

– hitTest:

ポイントがどの領域にあるかを判定します。

- (int)hitTest:(XuniPoint *)point

パラメータ

point

ポイント

戻り値

領域のインデックス

内容

ポイントがどの領域にあるかを判定します。

定義先

Legend.h