#import <EDChartAxis.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (void) | - dealloc |
| (int) | - type |
| (void) | - setType: |
| (void) | - setTitle: |
| (id) | - title |
| (void) | - setMinValue: |
| (float) | - minValue |
| (void) | - setMaxValue: |
| (float) | - maxValue |
| (void) | - setMajorUnit: |
| (float) | - majorUnit |
| (void) | - setIsLog: |
| (_Bool) | - isLog |
| (void) | - setLogBase: |
| (float) | - logBase |
Geschützte Attribute | |
| int | mType |
| NSString * | mTitle |
| float | mMinValue |
| float | mMaxValue |
| float | mMajorUnit |
| _Bool | mIsLog |
| float | mLogBase |
Definiert in Zeile 11 der Datei EDChartAxis.h.
| - (void) dealloc |
Implementiert NSObject.
| - (int) type |
| - (void) setType: | (int) | fp8 |
| - (void) setTitle: | (id) | fp8 |
| - (id) title |
| - (void) setMinValue: | (float) | fp8 |
| - (float) minValue |
| - (void) setMaxValue: | (float) | fp8 |
| - (float) maxValue |
| - (void) setMajorUnit: | (float) | fp8 |
| - (float) majorUnit |
| - (void) setIsLog: | (_Bool) | fp8 |
| - (_Bool) isLog |
| - (void) setLogBase: | (float) | fp8 |
| - (float) logBase |
- (int) mType [protected] |
Definiert in Zeile 13 der Datei EDChartAxis.h.
Definiert in Zeile 14 der Datei EDChartAxis.h.
- (float) mMinValue [protected] |
Definiert in Zeile 15 der Datei EDChartAxis.h.
- (float) mMaxValue [protected] |
Definiert in Zeile 16 der Datei EDChartAxis.h.
- (float) mMajorUnit [protected] |
Definiert in Zeile 17 der Datei EDChartAxis.h.
- (_Bool) mIsLog [protected] |
Definiert in Zeile 18 der Datei EDChartAxis.h.
- (float) mLogBase [protected] |
Definiert in Zeile 19 der Datei EDChartAxis.h.