XuniChartTextAnnotation クラス リファレンス
| 継承元 | XuniChartAnnotation : NSObject |
|---|---|
| 定義先 | ChartTextAnnotation.h |
その他 メソッド
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