The ChartLine class is used to work with chart lines.
NSObject
UIResponder
UIView
ChartLine
chartView. Chart data view.
- (Chart *) chartView [read, write, nonatomic, assign]
The example of use is given in the Adding Level Lines section.
color. Line color.
- (UIColor *) color [read, write, nonatomic, assign]
name. Line name.
- (NSString *) name [read, write, nonatomic, retain]
thickness. Line thickness.
- (double) thickness [read, write, nonatomic, assign]
visible. Indicates whether line is visible.
- (BOOL) visible [read, write, nonatomic, assign]
Available values:
YES. The line is shown.
NO. The line is hidden.
See also:
Classes