Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Defines a range and fill used to highlight a band of data. More...
#import <CPTLimitBand.h>
Public Class Methods | |
Factory Methods | |
(nonnull instancetype) | + limitBandWithRange:fill: |
Creates and returns a new CPTLimitBand instance initialized with the provided range and fill. More... | |
Public Class Methods inherited from NSObject | |
(id) | + alloc |
(Class) | + class |
(void) | + initialize |
(void) | + load |
(id) | + new |
Public Class Methods inherited from <NSKeyValueBindingCreation> | |
(void) | + exposeBinding: |
Public Class Methods inherited from <NSSecureCoding> | |
(BOOL) | + supportsSecureCoding: |
Public Instance Methods | |
Initialization | |
(nonnull instancetype) | - initWithRange:fill: |
Initializes a newly allocated CPTLimitBand object with the provided range and fill. More... | |
(nullable instancetype) | - initWithCoder: |
Returns an object initialized from data in a given unarchiver. More... | |
Public Instance Methods inherited from NSObject | |
(Class) | - classForCoder |
(id) | - copy |
(void) | - dealloc |
(void) | - finalize |
(id) | - init |
(id) | - mutableCopy |
Public Instance Methods inherited from <NSObject> | |
(NSString *) | - description |
(NSUInteger) | - hash |
(BOOL) | - isEqual: |
Public Instance Methods inherited from <NSKeyValueBindingCreation> | |
(NSArray *) | - exposedBindings |
(Class) | - valueClassForBinding: |
(void) | - bind:toObject:withKeyPath:options: |
(NSArray *) | - optionDescriptionsForBinding: |
(NSDictionary *) | - infoForBinding: |
(void) | - unbind: |
Public Instance Methods inherited from <NSCopying> | |
(id) | - copyWithZone: |
Public Instance Methods inherited from <NSCoding> | |
(id) | - initWithCoder: |
(void) | - encodeWithCoder: |
Properties | |
CPTPlotRange * | range |
The data range for the band. More... | |
CPTFill * | fill |
The fill used to draw the band. More... | |
Defines a range and fill used to highlight a band of data.
- (nullable instancetype) initWithCoder: | (nonnull NSCoder *) | decoder |
Returns an object initialized from data in a given unarchiver.
decoder | An unarchiver object. |
- (nonnull instancetype) initWithRange: | (nullable CPTPlotRange *) | newRange | |
fill: | (nullable CPTFill *) | newFill | |
Initializes a newly allocated CPTLimitBand object with the provided range and fill.
newRange | The range of the band. |
newFill | The fill used to draw the interior of the band. |
+ (nonnull instancetype) limitBandWithRange: | (nullable CPTPlotRange *) | newRange | |
fill: | (nullable CPTFill *) | newFill | |
Creates and returns a new CPTLimitBand instance initialized with the provided range and fill.
newRange | The range of the band. |
newFill | The fill used to draw the interior of the band. |
|
readwritenonatomicstrong |
The fill used to draw the band.
|
readwritenonatomicstrong |
The data range for the band.