XuniChartLineAnnotation Class Reference

Inherits from XuniChartAnnotation : NSObject
Declared in ChartLineAnnotation.h

Overview

The line annotation class.

  start

​Gets or sets the starting point of the line annotation.

@property (nonatomic) XuniPoint *start

Discussion

​Gets or sets the starting point of the line annotation.

Declared In

ChartLineAnnotation.h

  end

​Gets or sets the end point of the line annotatio.

@property (nonatomic) XuniPoint *end

Discussion

​Gets or sets the end point of the line annotatio.

Declared In

ChartLineAnnotation.h

  color

​​Gets or sets the color of the line.

@property (nonatomic) UIColor *color

Discussion

​​Gets or sets the color of the line.

Declared In

ChartLineAnnotation.h

  lineWidth

Gets or sets the line width.

@property (nonatomic) double lineWidth

Discussion

Gets or sets the line width.

Declared In

ChartLineAnnotation.h

– initWithChart:

Initialize an instance of class XuniChartLineAnnotation.

- (instancetype)initWithChart:(FlexChart *)chart

Parameters

chart

the FlexChart to init with.

Return Value

an instance of class XuniChartLineAnnotation.

Discussion

Initialize an instance of class XuniChartLineAnnotation.

Declared In

ChartLineAnnotation.h