Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTRangePlot.h"
#import "CPTExceptions.h"
#import "CPTFill.h"
#import "CPTLegend.h"
#import "CPTLineStyle.h"
#import "CPTMutableNumericData.h"
#import "CPTPathExtensions.h"
#import "CPTPlotArea.h"
#import "CPTPlotRange.h"
#import "CPTPlotSpace.h"
#import "CPTPlotSpaceAnnotation.h"
#import "CPTUtilities.h"
#import "CPTXYPlotSpace.h"
#import "NSCoderExtensions.h"
#import "NSNumberExtensions.h"
#import <tgmath.h>
Variables | |
CPTRangePlotBinding const | CPTRangePlotBindingXValues = @"xValues" |
X values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingYValues = @"yValues" |
Y values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingHighValues = @"highValues" |
High values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingLowValues = @"lowValues" |
Low values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingLeftValues = @"leftValues" |
Left price values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingRightValues = @"rightValues" |
Right price values. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingBarLineStyles = @"barLineStyles" |
Bar line styles. More... | |
CPTRangePlotBinding const | CPTRangePlotBindingBarWidths = @"barWidths" |
Bar widths. More... | |
CPTRangePlotBinding const CPTRangePlotBindingBarLineStyles = @"barLineStyles" |
Bar line styles.
CPTRangePlotBinding const CPTRangePlotBindingBarWidths = @"barWidths" |
Bar widths.
CPTRangePlotBinding const CPTRangePlotBindingHighValues = @"highValues" |
High values.
CPTRangePlotBinding const CPTRangePlotBindingLeftValues = @"leftValues" |
Left price values.
CPTRangePlotBinding const CPTRangePlotBindingLowValues = @"lowValues" |
Low values.
CPTRangePlotBinding const CPTRangePlotBindingRightValues = @"rightValues" |
Right price values.
CPTRangePlotBinding const CPTRangePlotBindingYValues = @"yValues" |
Y values.