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 showOnUpper

Declared In

CWKExtendedHoursConfiguration.h

  showOnLower

Control if the divider is shown in the upper chart

@property (nonatomic, assign) BOOL showOnLower

Declared In

CWKExtendedHoursConfiguration.h

  width

The width of the extended hours dividing line Default = @2

@property (nonatomic, strong) NSNumber *width

Declared In

CWKExtendedHoursConfiguration.h

  xOffset

The x offset of the of the extended hours dividing line Default = @0

@property (nonatomic, strong) NSNumber *xOffset

Declared In

CWKExtendedHoursConfiguration.h

  color

The color of the extended hours dividing line Default = #0067C6 with 30% alpha

@property (nonatomic, strong) UIColor *color

Declared In

CWKExtendedHoursConfiguration.h

  dashed

Control if the dash extended hours dividing lines are dashed Default = YES

@property (nonatomic, assign) BOOL dashed

Declared In

CWKExtendedHoursConfiguration.h

  widthDashLine

The width of the dash line to use when dashing the dividing lines Default = @2

@property (nonatomic, strong) NSNumber *widthDashLine

Declared In

CWKExtendedHoursConfiguration.h

  widthDashGap

The width of the dash gap to use when dashing the dividing lines Default = @2

@property (nonatomic, strong) NSNumber *widthDashGap

Declared 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*> *dashPattern

Declared In

CWKExtendedHoursConfiguration.h

  roundDashes

Control if the dashes in the extended hours dividing lines are round shaped Default = NO

@property (nonatomic, assign) BOOL roundDashes

Declared In

CWKExtendedHoursConfiguration.h