EmptyPointSettingsModel

23 Sep 20251 minute to read

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

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.