OKLineChart class documentation

Authors

Riccardo Mottola

Copyright: (C) 2011-2017 Free Software Foundation

Software documentation for the OKLineChart class

OKLineChart : OKChart

Declared in:
OKLineChart.h

OKLineChart is a sublcass of OKChart which provides drawing of Line Charts. Multiple series are supported at the same time.

Lines are drawn in standard with set of lineWidth.

Highlighted lines are drawn thicker.
The highlighted property of each OKSeries is used to deterine that.


Instance Variables

Method summary

lineWidth 

- (float) lineWidth;
returns standard line width

setLineWidth: 

- (void) setLineWidth: (float)f;
Description forthcoming.



Instance Variables for OKLineChart Class

lineWidth

@protected float lineWidth;
Description forthcoming.

minXUnitSize

@protected float minXUnitSize;
Description forthcoming.

minYUnitSize

@protected float minYUnitSize;
Description forthcoming.