RangeBreak
public struct RangeBreak : EncodableUndocumented
- 
                  
                  Determines whether this axis rangebreak is enabled or disabled. Please note that rangebreaksonly work for date axis type.DeclarationSwift public var enabled: Bool?
- 
                  
                  Determines a pattern on the time line that generates breaks. If day of week - days of the week in English e.g. ‘Sunday’ or See moresun(matching is case-insensitive and considers only the first three characters), as well as Sunday-based integers between 0 and 6. If hour - hour (24-hour clock) as decimal numbers between 0 and 24. for more info. Examples: - { pattern: ‘day of week’, bounds: [6, 1] } or simply { bounds: [‘sat’, ‘mon’] } breaks from Saturday to Monday (i.e. skips the weekends). - { pattern: ‘hour’, bounds: [17, 8] } breaks from 5pm to 8am (i.e. skips non-work hours).DeclarationSwift public enum Pattern : String, Encodable
- 
                  
                  Determines a pattern on the time line that generates breaks. If day of week - days of the week in English e.g. ‘Sunday’ or sun(matching is case-insensitive and considers only the first three characters), as well as Sunday-based integers between 0 and 6. If hour - hour (24-hour clock) as decimal numbers between 0 and 24. for more info. Examples: - { pattern: ‘day of week’, bounds: [6, 1] } or simply { bounds: [‘sat’, ‘mon’] } breaks from Saturday to Monday (i.e. skips the weekends). - { pattern: ‘hour’, bounds: [17, 8] } breaks from 5pm to 8am (i.e. skips non-work hours).DeclarationSwift public var pattern: Pattern?
- 
                  
                  Sets the size of each valuesitem.The default is one day in milliseconds. DeclarationSwift public var dValue: Double?
- 
                  
                  When used in a template, named items are created in the output figure in addition to any items the figure already has in this array. You can modify these items in the output figure by making your own item with templateitemnamematching thisnamealongside your modifications (includingvisible: falseorenabled: falseto hide it). Has no effect outside of a template.DeclarationSwift public var name: String?
- 
                  
                  Used to refer to a named item in this array in the template. Named items from the template will be created even without a matching item in the input figure, but you can modify one by making an item with templateitemnamematching itsname, alongside your modifications (includingvisible: falseorenabled: falseto hide it). If there is no template or no matching item, this item will be hidden unless you explicitly show it withvisible: true.DeclarationSwift public var templateItemName: String?
- 
                  
                  Creates RangeBreakobject with specified properties.DeclarationParametersenabledDetermines whether this axis rangebreak is enabled or disabled. boundsSets the lower and upper bounds of this axis rangebreak. patternDetermines a pattern on the time line that generates breaks. valuesSets the coordinate values corresponding to the rangebreaks. dValueSets the size of each valuesitem.nameWhen used in a template, named items are created in the output figure in addition to any items the figure already has in this array. templateItemNameUsed to refer to a named item in this array in the template. 
 View on GitHub
View on GitHub Install in Dash
Install in Dash RangeBreak Structure Reference
        RangeBreak Structure Reference