XuniChartImageAnnotation Class Reference

Inherits from XuniChartAnnotation : NSObject
Conforms to NSURLConnectionDataDelegate
NSURLConnectionDelegate
Declared in ChartImageAnnotation.h

Overview

The image annotation class.

  source

Gets or sets the image source.

@property (nonatomic) UIImage *source

Discussion

Gets or sets the image source.

Declared In

ChartImageAnnotation.h

– initWithChart:

Initialize an instance of class XuniChartImageAnnotation.

- (instancetype)initWithChart:(FlexChart *)chart

Parameters

chart

the FlexChart to init with.

Return Value

an instance of class XuniChartImageAnnotation.

Discussion

Initialize an instance of class XuniChartImageAnnotation.

Declared In

ChartImageAnnotation.h

– setImageWithURL:

Set image with URL.

- (void)setImageWithURL:(NSString *)urlString

Parameters

urlString

url string.

Discussion

Set image with URL.

Declared In

ChartImageAnnotation.h