EmptyPointMode Enum
Definition
Specifies how empty or null data points are handled in the chart.
public enum EmptyPointMode
Fields
| Name | Description |
|---|---|
| Average | Empty points are calculated as the average of the neighbor points. |
| Gap | Empty points cause a break in the line or area. |
| Interpolate | Empty points are ignored and connected to the next valid point. |
| Zero | Empty points are treated as zero. |
Average Field
Empty points are calculated as the average of the neighbor points.
public Avalonia.Controls.Charts.EmptyPointMode Average
Gap Field
Empty points cause a break in the line or area.
public Avalonia.Controls.Charts.EmptyPointMode Gap
Interpolate Field
Empty points are ignored and connected to the next valid point.
public Avalonia.Controls.Charts.EmptyPointMode Interpolate
Zero Field
Empty points are treated as zero.
public Avalonia.Controls.Charts.EmptyPointMode Zero