pointRange property

double? pointRange
getter/setter pair

The width of each point on the x axis. For example in a column chart with one value each day, the pointRange would be 1 day (= 24 * 3600

  • 1000 milliseconds). This is normally computed automatically, but this option can be used to override the automatic value.

API Docs: https://api.highcharts.com/highstock/series.streamgraph.pointRange

Implementation

double? pointRange;