|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file.
196 -(void)reloadBarLineStylesInIndexRange:(
NSRange)indexRange;
198 -(void)reloadBarWidthsInIndexRange:(
NSRange)indexRange;
CPTRangePlotFillDirection
Enumeration of range plot data fill directions.
Definition: CPTRangePlot.h:40
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:20
CPTLineStyle * barLineStyle
The line style of the range bars. Set to nil to have no bars. Default is a black line style.
Definition: CPTRangePlot.h:180
@ CPTRangePlotFillVertical
Fill between the left and right values in a vertical direction.
Definition: CPTRangePlot.h:42
A plot data source.
Definition: CPTPlot.h:51
@ CPTRangePlotFieldLeft
relative Left values.
Definition: CPTRangePlot.h:33
@ CPTRangePlotFieldHigh
relative High values.
Definition: CPTRangePlot.h:31
CGFloat gapWidth
Width of the central gap. Set to zero to have no gap.
Definition: CPTRangePlot.h:183
CPTRangePlotFillDirection fillDirection
Fill the range in a horizontal or vertical direction. Default is CPTRangePlotFillHorizontal.
Definition: CPTRangePlot.h:188
@ CPTRangePlotFieldY
Y values.
Definition: CPTRangePlot.h:30
CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarLineStyles
Bar line styles.
Definition: CPTRangePlot.m:37
A plot class representing a range of values in one coordinate, such as typically used to show errors....
Definition: CPTRangePlot.h:177
A range plot data source.
Definition: CPTRangePlot.h:50
Draws area fills.
Definition: CPTFill.h:18
@ CPTRangePlotFieldLow
relative Low values.
Definition: CPTRangePlot.h:32
@ CPTRangePlotFieldRight
relative Right values.
Definition: CPTRangePlot.h:34
CPTFill * areaFill
The fill used to render the area. Set to nil to have no fill. Default is nil.
Definition: CPTRangePlot.h:189
CGFloat gapHeight
Height of the central gap. Set to zero to have no gap.
Definition: CPTRangePlot.h:182
CGFloat barWidth
Width of the lateral sections of the bars.
Definition: CPTRangePlot.h:181
CPTRangePlotBinding __nonnull const CPTRangePlotBindingLeftValues
Left price values.
Definition: CPTRangePlot.m:35
Range plot delegate.
Definition: CPTRangePlot.h:100
CPTRangePlotBinding __nonnull const CPTRangePlotBindingYValues
Y values.
Definition: CPTRangePlot.m:32
CPTRangePlotBinding __nonnull const CPTRangePlotBindingXValues
X values.
Definition: CPTRangePlot.m:31
void reloadBarWidths()
Reload all bar widths from the data source immediately.
Definition: CPTRangePlot.m:659
void reloadBarLineStyles()
Reload all bar line styles from the data source immediately.
Definition: CPTRangePlot.m:607
An abstract plot class.
Definition: CPTPlot.h:258
CPTRangePlotField
Enumeration of range plot data source field types.
Definition: CPTRangePlot.h:28
CPTRangePlotBinding __nonnull const CPTRangePlotBindingHighValues
High values.
Definition: CPTRangePlot.m:33
CPTRangePlotBinding __nonnull const CPTRangePlotBindingRightValues
Right price values.
Definition: CPTRangePlot.m:36
#define cpt_swift_struct
Marks a type definition to be imported into Swift as a structure.
Definition: CPTDefinitions.h:73
CPTLineStyle * areaBorderLineStyle
The line style of the border line around the area fill. Set to nil to have no border line....
Definition: CPTRangePlot.h:190
Plot delegate.
Definition: CPTPlot.h:170
CPTRangePlotBinding __nonnull const CPTRangePlotBindingLowValues
Low values.
Definition: CPTRangePlot.m:34
CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarWidths
Bar widths.
Definition: CPTRangePlot.m:38
@ CPTRangePlotFieldX
X values.
Definition: CPTRangePlot.h:29
@ CPTRangePlotFillHorizontal
Fill between the high and low values in a horizontal direction.
Definition: CPTRangePlot.h:41