Version

DisplayBlanksAs Enumeration

Constants which define how blank cell values are plotted on the chart.
Syntax
public enum DisplayBlanksAs : System.Enum 
Members
MemberDescription
InterpolatedThe value is interpolated from adjacent values.
NotPlottedPoints representing blank cell values are not plotted on the chart.
ZeroBlank cell values are interpreted as having a value of zero.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also