Returns a ChartInterior object, representing the area of a data point.

public ChartInterior Interior{ get; }
Public ReadOnly Property Interior() As ChartInterior

This specifies the Fill and Border for individual data points.

Once this property is accessed on an individual point, that point will no longer inherit the Interior settings in the Series.Interior. Changes to the series data point will no longer be reflected in the individual point.