XuniChartTextAnnotation クラス リファレンス

継承元 XuniChartAnnotation : NSObject
定義先 ChartTextAnnotation.h

概要

テキスト型注釈クラス

XuniChartTextAnnotation クラス

その他 メソッド

  text

注釈のテキストを取得または設定します。

@property (nonatomic) NSString *text

内容

注釈のテキストを取得または設定します。

定義先

ChartTextAnnotation.h

  textColor

注釈のテキスト色を取得または設定します。

@property (nonatomic) UIColor *textColor

内容

注釈のテキスト色を取得または設定します。

定義先

ChartTextAnnotation.h

  font

注釈のフォントを取得または設定します。

@property (nonatomic) UIFont *font

内容

注釈のフォントを取得または設定します。

定義先

ChartTextAnnotation.h

– initWithChart:

XuniChartTextAnnotation クラスのインスタンスを初期化します。

- (instancetype)initWithChart:(FlexChart *)chart

パラメータ

chart

初期化に使用する FlexChart

戻り値

XuniChartTextAnnotation クラスのインスタンス

内容

XuniChartTextAnnotation クラスのインスタンスを初期化します。

定義先

ChartTextAnnotation.h

拡張メソッド

– renderText:rect:

テキスト型注釈を描画します。

- (void)renderText:(XuniRenderEngine *)engine rect:(CGRect)rect

パラメータ

engine

レンダリングエンジン

rect

文字列を描画する四角形領域

内容

テキスト型注釈を描画します。

定義先

ChartTextAnnotationPrivate.h