Search results

EmptyPointSettingsModel API in Angular Range Navigator API component

Interface for a class EmptyPointSettings

Properties

border

BorderModel

Options to customize the border for empty points in the series, including color and width.

fill

string

Customizes the fill color for empty points in the series.

mode

EmptyPointMode | AccEmptyPointMode

Defines the mode for handling empty or missing data points in the series. The available modes are:

  • Gap - Displays empty points as gaps in the series.
  • Zero - Displays empty points as zero values.
  • Drop - Ignores empty points while rendering the series.
  • Average - Displays empty points as the average of the previous and next points.