|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file.
30 @property (nonatomic, readwrite, strong, nullable)
CPTFill *
fill;
48 +(nonnull instancetype)customLineCapWithPath:(nullable
CGPathRef)aPath;
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:20
BOOL usesEvenOddClipRule
If YES, the even-odd rule is used to draw the line cap, otherwise the non-zero winding number rule is...
Definition: CPTLineCap.h:32
@ CPTLineCapTypeSnow
Snowflake line cap.
Definition: CPTLineCap.h:21
nonnull instancetype sweptArrowPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeSwept...
Definition: CPTLineCap.m:246
nonnull instancetype solidArrowPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeSolid...
Definition: CPTLineCap.m:234
nonnull instancetype rectanglePlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeRecta...
Definition: CPTLineCap.m:258
CPTFill * fill
The fill for the interior of the line cap. If nil, the symbol is not filled.
Definition: CPTLineCap.h:30
nonnull instancetype lineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeNone.
Definition: CPTLineCap.m:210
@ CPTLineCapTypeNone
No line cap.
Definition: CPTLineCap.h:10
nonnull instancetype crossPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeCross...
Definition: CPTLineCap.m:330
nonnull instancetype snowPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeSnow.
Definition: CPTLineCap.m:342
CPTLineCapType lineCapType
The line cap type.
Definition: CPTLineCap.h:28
nonnull instancetype diamondPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeDiamo...
Definition: CPTLineCap.m:282
nonnull instancetype barPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeBar.
Definition: CPTLineCap.m:318
@ CPTLineCapTypeEllipse
Elliptical line cap.
Definition: CPTLineCap.h:15
Draws area fills.
Definition: CPTFill.h:18
@ CPTLineCapTypeBar
Bar line cap.
Definition: CPTLineCap.h:19
@ CPTLineCapTypeRectangle
Rectangle line cap.
Definition: CPTLineCap.h:14
@ CPTLineCapTypeSweptArrow
Swept arrow line cap.
Definition: CPTLineCap.h:13
End cap decorations for lines.
Definition: CPTLineCap.h:25
@ CPTLineCapTypeDiamond
Diamond line cap.
Definition: CPTLineCap.h:16
@ CPTLineCapTypeSolidArrow
Solid arrow line cap.
Definition: CPTLineCap.h:12
nonnull instancetype ellipsePlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeEllip...
Definition: CPTLineCap.m:270
CGSize size
The symbol size when the line is drawn in a vertical direction.
Definition: CPTLineCap.h:27
nonnull instancetype pentagonPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypePenta...
Definition: CPTLineCap.m:294
nonnull instancetype openArrowPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeOpenA...
Definition: CPTLineCap.m:222
CPTLineStyle * lineStyle
The line style for the border of the line cap. If nil, the border is not drawn.
Definition: CPTLineCap.h:29
@ CPTLineCapTypeCross
X line cap.
Definition: CPTLineCap.h:20
@ CPTLineCapTypeHexagon
Hexagon line cap.
Definition: CPTLineCap.h:18
CGPathRef customLineCapPath
The drawing path for a custom line cap. It will be scaled to size before being drawn.
Definition: CPTLineCap.h:31
CPTLineCapType
Line cap types.
Definition: CPTLineCap.h:9
@ CPTLineCapTypeCustom
Custom line cap.
Definition: CPTLineCap.h:22
@ CPTLineCapTypePentagon
Pentagon line cap.
Definition: CPTLineCap.h:17
nonnull instancetype hexagonPlotLineCap()
Creates and returns a new CPTLineCap instance initialized with a line cap type of CPTLineCapTypeHexag...
Definition: CPTLineCap.m:306
@ CPTLineCapTypeOpenArrow
Open arrow line cap.
Definition: CPTLineCap.h:11