What is the chart/series/axis property that controls how "missing" values are plotted with regards to IGCategoryPoint and IGCategoryDatePoint?
Hello Caylan,
The property is off the series, "unknownValuePlotting"
http://help.infragistics.com/iOS/2015.2/chartapi/Classes/IGLineSeries.html#//api/name/unknownValuePlotting
It;s values are
IGUnknownValuePlottingLinearInterpolate = 0,IGUnknownValuePlottingDontPlot = 1,
http://help.infragistics.com/iOS/2015.2/chartapi/Constants/IGUnknownValuePlotting.html
Hope that helps,
Darrell Kress
Infragistics
Thanks. Is there a place in the header or documentation that specifies what the default values are for properties such as this one?