Search results

ChartRangePadding API in Angular Chart API component

Defines the range padding of axis. They are:

  • Auto - Padding Normal is applied for orientation vertical axis and None is applied for orientation horizontal axis.
  • None - Padding cannot be applied to the axis.
  • Normal - Padding is applied to the axis based on the range calculation.
  • Additional - Interval of the axis is added as padding to the minimum and maximum values of the range.
  • Round - Axis range is rounded to the nearest possible value divided by the interval.
  • Auto
  • None
  • Normal
  • Additional
  • Round