Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTRangePlot.m File Reference
#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>
+ Include dependency graph for CPTRangePlot.m:

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...
 

Variable Documentation

◆ CPTRangePlotBindingBarLineStyles

CPTRangePlotBinding const CPTRangePlotBindingBarLineStyles = @"barLineStyles"

Bar line styles.

◆ CPTRangePlotBindingBarWidths

CPTRangePlotBinding const CPTRangePlotBindingBarWidths = @"barWidths"

Bar widths.

◆ CPTRangePlotBindingHighValues

CPTRangePlotBinding const CPTRangePlotBindingHighValues = @"highValues"

High values.

◆ CPTRangePlotBindingLeftValues

CPTRangePlotBinding const CPTRangePlotBindingLeftValues = @"leftValues"

Left price values.

◆ CPTRangePlotBindingLowValues

CPTRangePlotBinding const CPTRangePlotBindingLowValues = @"lowValues"

Low values.

◆ CPTRangePlotBindingRightValues

CPTRangePlotBinding const CPTRangePlotBindingRightValues = @"rightValues"

Right price values.

◆ CPTRangePlotBindingXValues

CPTRangePlotBinding const CPTRangePlotBindingXValues = @"xValues"

X values.

◆ CPTRangePlotBindingYValues

CPTRangePlotBinding const CPTRangePlotBindingYValues = @"yValues"

Y values.