API  1.0.0
CPLevelIndicator.h
Go to the documentation of this file.
1 
3 {
4  CPLevelIndicator _levelIndicatorStyle // @accessors(property=levelIndicatorStyle);
5  double _minValue // @accessors(property=minValue);
6  double _maxValue // @accessors(property=maxValue);
7  double _warningValue // @accessors(property=warningValue);
8  double _criticalValue // @accessors(property=criticalValue);
9  CPTickMarkPosition _tickMarkPosition // @accessors(property=tickMarkPosition);
10  int _numberOfTickMarks // @accessors(property=numberOfTickMarks);
11  int _numberOfMajorTickMarks // @accessors(property=numberOfMajorTickMarks);
12 
13  BOOL _isEditable;
14 
15  BOOL _isTracking;
16 }
17 @end