pointRange property
(Highstock) 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
Implementation
final num? pointRange;
(Highstock) 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
final num? pointRange;