HighchartsXAxisBreaksOptions class
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
API Docs: https://api.highcharts.com/highcharts/yAxis.breaks
- Inheritance
 - 
    
- Object
 - HighchartsOptionsBase
 - HighchartsXAxisBreaksOptions
 
 
Constructors
- HighchartsXAxisBreaksOptions({double? breakSize, dynamic from, double? repeat, dynamic to})
 - An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
 
Properties
- breakSize ↔ double?
 - 
  A number indicating how much space should be left between the start
and the end of the break. The break size is given in axis units,
so for instance on a 
datetimeaxis, a break size of 3600000 would indicate the equivalent of an hour.getter/setter pair - from ↔ dynamic
 - 
  The axis value where the break starts. On datetime axes, this may be
a date string.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - repeat ↔ double?
 - 
  Defines an interval after which the break appears again. By default
the breaks do not repeat.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - to ↔ dynamic
 - 
  The axis value where the break ends. On datetime axes, this may be
a date string.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJSON(
) → String  - 
  Serializes the settings to a JSON string.
  inherited
 - 
  toOptionsJSON(
StringBuffer buffer) → void  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited