CWKExtendedHoursDividerConfiguration Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CWKExtendedHoursConfiguration.h |
showOnUpper
Control if the divider is shown in the upper chart
@property (nonatomic, assign) BOOL showOnUpperDeclared In
CWKExtendedHoursConfiguration.h
showOnLower
Control if the divider is shown in the upper chart
@property (nonatomic, assign) BOOL showOnLowerDeclared In
CWKExtendedHoursConfiguration.h
width
The width of the extended hours dividing line Default = @2
@property (nonatomic, strong) NSNumber *widthDeclared In
CWKExtendedHoursConfiguration.h
xOffset
The x offset of the of the extended hours dividing line Default = @0
@property (nonatomic, strong) NSNumber *xOffsetDeclared In
CWKExtendedHoursConfiguration.h
color
The color of the extended hours dividing line Default = #0067C6 with 30% alpha
@property (nonatomic, strong) UIColor *colorDeclared In
CWKExtendedHoursConfiguration.h
dashed
Control if the extended hours dividing lines are dashed Default = YES
@property (nonatomic, assign) BOOL dashedDeclared In
CWKExtendedHoursConfiguration.h
widthDashLine
The width of the dash line to use when dashing the dividing lines Default = @2
@property (nonatomic, strong) NSNumber *widthDashLineDeclared In
CWKExtendedHoursConfiguration.h
widthDashGap
The width of the dash gap to use when dashing the dividing lines Default = @2
@property (nonatomic, strong) NSNumber *widthDashGapDeclared In
CWKExtendedHoursConfiguration.h
dashPattern
Provide a custom dash pattern with your choice of dashes and gaps. When this property is set, the widthDashLine and widthDashGap are ignored
@property (nonatomic, copy) NSArray<NSNumber*> *dashPatternDeclared In
CWKExtendedHoursConfiguration.h
roundDashes
Control if the dashes in the extended hours dividing lines are round shaped Default = NO
@property (nonatomic, assign) BOOL roundDashesDeclared In
CWKExtendedHoursConfiguration.h