#import <EDChartSeriesFormat.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - title |
| (void) | - setTitle: |
| (int) | - number |
| (void) | - setNumber: |
| (struct CGColor *) | - fillColor |
| (void) | - setFillColor: |
| (void) | - setHasFill: |
| (_Bool) | - hasFill |
| (void) | - setAuto: |
| (_Bool) | - isAuto |
| (struct CGColor *) | - strokeColor |
| (void) | - setStrokeColor: |
| (void) | - setHasStroke: |
| (_Bool) | - hasStroke |
| (float) | - strokeWidth |
| (void) | - setStrokeWidth: |
| (unsigned int) | - markerType |
| (void) | - setMarkerType: |
| (struct CGColor *) | - markerColor |
| (void) | - setMarkerColor: |
| (float) | - markerSize |
| (void) | - setMarkerSize: |
| (_Bool) | - hasMarker |
| (void) | - setHasMarker: |
| (float) | - pieOffset |
| (void) | - setPieOffset: |
Geschützte Attribute | |
| struct CGColor * | mFillColor |
| _Bool | mHasFill |
| _Bool | mIsAuto |
| struct CGColor * | mStrokeColor |
| _Bool | mHasStroke |
| int | mStrokeWidth |
| _Bool | mHasMarker |
| unsigned int | mMarkerType |
| int | mMarkerSize |
| struct CGColor * | mMarkerColor |
| int | mSeriesNumber |
| NSString * | mTitle |
| int | mPieOffset |
Definiert in Zeile 11 der Datei EDChartSeriesFormat.h.
| - (void) dealloc |
Implementiert NSObject.
| - (id) title |
| - (void) setTitle: | (id) | fp8 |
| - (int) number |
| - (void) setNumber: | (int) | fp8 |
| - (struct CGColor *) fillColor |
| - (void) setFillColor: | (struct CGColor *) | fp8 |
| - (void) setHasFill: | (_Bool) | fp8 |
| - (_Bool) hasFill |
| - (void) setAuto: | (_Bool) | fp8 |
| - (_Bool) isAuto |
| - (struct CGColor *) strokeColor |
| - (void) setStrokeColor: | (struct CGColor *) | fp8 |
| - (void) setHasStroke: | (_Bool) | fp8 |
| - (_Bool) hasStroke |
| - (float) strokeWidth |
| - (void) setStrokeWidth: | (int) | fp8 |
| - (unsigned int) markerType |
| - (void) setMarkerType: | (unsigned int) | fp8 |
| - (struct CGColor *) markerColor |
| - (void) setMarkerColor: | (struct CGColor *) | fp8 |
| - (float) markerSize |
| - (void) setMarkerSize: | (int) | fp8 |
| - (_Bool) hasMarker |
| - (void) setHasMarker: | (_Bool) | fp8 |
| - (float) pieOffset |
| - (void) setPieOffset: | (unsigned int) | fp8 |
- (struct CGColor*) mFillColor [read, protected] |
Definiert in Zeile 13 der Datei EDChartSeriesFormat.h.
- (_Bool) mHasFill [protected] |
Definiert in Zeile 14 der Datei EDChartSeriesFormat.h.
- (_Bool) mIsAuto [protected] |
Definiert in Zeile 15 der Datei EDChartSeriesFormat.h.
- (struct CGColor*) mStrokeColor [read, protected] |
Definiert in Zeile 16 der Datei EDChartSeriesFormat.h.
- (_Bool) mHasStroke [protected] |
Definiert in Zeile 17 der Datei EDChartSeriesFormat.h.
- (int) mStrokeWidth [protected] |
Definiert in Zeile 18 der Datei EDChartSeriesFormat.h.
- (_Bool) mHasMarker [protected] |
Definiert in Zeile 19 der Datei EDChartSeriesFormat.h.
- (unsigned int) mMarkerType [protected] |
Definiert in Zeile 20 der Datei EDChartSeriesFormat.h.
- (int) mMarkerSize [protected] |
Definiert in Zeile 21 der Datei EDChartSeriesFormat.h.
- (struct CGColor*) mMarkerColor [read, protected] |
Definiert in Zeile 22 der Datei EDChartSeriesFormat.h.
- (int) mSeriesNumber [protected] |
Definiert in Zeile 23 der Datei EDChartSeriesFormat.h.
Definiert in Zeile 24 der Datei EDChartSeriesFormat.h.
- (int) mPieOffset [protected] |
Definiert in Zeile 25 der Datei EDChartSeriesFormat.h.