18 writes to IsEmpty
System.Windows.Forms.DataVisualization (18)
Common\ChartTypes\PointAndFigureChart.cs (1)
769
emptyPoint.
IsEmpty
= true;
Common\DataManager\DataPoint.cs (6)
548
newDataPoint.
IsEmpty
= true;
727
newDataPoint.
IsEmpty
= true;
919
newDataPoint.
IsEmpty
= true;
2166
this.
IsEmpty
= true;
2198
this.
IsEmpty
= true;
2231
this.
IsEmpty
= true;
Common\DataManager\DataSeries.cs (2)
1709
point.
IsEmpty
= true;
1717
point.
IsEmpty
= true;
Common\General\Chart.cs (3)
896
newDataPoint.
IsEmpty
= true;
1073
newPoint.
IsEmpty
= true;
1303
newDataPoint.
IsEmpty
= true;
Common\General\DataManipulator.cs (4)
725
dataPoint.
IsEmpty
= true;
1268
output[seriesIndex].Points[pointCount].
IsEmpty
= true;
1387
output[seriesIndex].Points[pointIndex].
IsEmpty
= true;
2274
dp.
IsEmpty
= point.IsEmpty;
Common\General\FormulaData.cs (2)
549
series.Points[pointIndex].
IsEmpty
= true;
563
series.Points[pointIndex].
IsEmpty
= true;
115 references to IsEmpty
System.Windows.Forms.DataVisualization (115)
Common\ChartTypes\AreaChart.cs (3)
947
if(prevDataPointEx.dataPoint.
IsEmpty
)
961
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.Color == Color.Empty)
965
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\BarChart.cs (7)
590
if( !point.
IsEmpty
&& !labels)
830
(!point.
IsEmpty
&& (ser.IsValueShownAsLabel || point.IsValueShownAsLabel)))
1165
if (point.
IsEmpty
|| double.IsNaN(point.YValues[yValueIndex]))
1241
if( !series.Points[indx].
IsEmpty
)
1253
if( !series.Points[indx].
IsEmpty
)
1503
if( !point.
IsEmpty
)
1693
if( !point.
IsEmpty
)
Common\ChartTypes\BoxPlotChart.cs (3)
1627
if(!point.
IsEmpty
)
1639
if(!point.
IsEmpty
)
1641
yValues.Add((point.
IsEmpty
) ? double.NaN : point.GetValueByName(valueName));
Common\ChartTypes\BubbleChart.cs (3)
191
if(point.series.YValuesPerPoint > 1 && !point.
IsEmpty
)
278
if (!point.
IsEmpty
)
406
if (!point.
IsEmpty
)
Common\ChartTypes\ColumnChart.cs (2)
491
if( point.
IsEmpty
)
863
if(!point.
IsEmpty
&&
Common\ChartTypes\ErrorBarChart.cs (3)
1678
if( point.
IsEmpty
)
1721
if( !point.
IsEmpty
)
1744
if( !point.
IsEmpty
)
Common\ChartTypes\FastLineChart.cs (1)
352
currentPointIsEmpty = point.
IsEmpty
;
Common\ChartTypes\FastPointChart.cs (1)
357
currentPointIsEmpty = point.
IsEmpty
;
Common\ChartTypes\FunnelChart.cs (4)
1622
if( !point.
IsEmpty
)
2617
if( !point.
IsEmpty
)
2648
if( !point.
IsEmpty
)
2749
if( !point.
IsEmpty
)
Common\ChartTypes\KagiChart.cs (4)
173
if(!dp.
IsEmpty
)
734
if(prevDataPointEx.dataPoint.
IsEmpty
)
746
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.Color == Color.Empty)
750
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\LineChart.cs (5)
617
if( index != 0 && prevDataPoint.
IsEmpty
)
1376
DataPoint3D pointAttr = (prevDataPointEx.dataPoint.
IsEmpty
) ? prevDataPointEx : pointEx;
1521
if(prevDataPointEx.dataPoint.
IsEmpty
)
1533
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.Color == Color.Empty)
1537
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\PieChart.cs (18)
341
if(!dp.
IsEmpty
)
385
if(!dataPoint.
IsEmpty
&& Math.Abs(dataPoint.YValues[0]) <= threshold)
733
if( !point.
IsEmpty
)
770
if( point.
IsEmpty
)
2423
if( !point.
IsEmpty
)
2538
if( point.
IsEmpty
)
4347
if( point.
IsEmpty
)
4350
if( !point.
IsEmpty
)
4386
if( point.
IsEmpty
)
4479
if( point.
IsEmpty
)
4510
if( point.
IsEmpty
)
4550
if( point.
IsEmpty
)
4584
if( point.
IsEmpty
)
4627
if( point.
IsEmpty
)
4663
if( point.
IsEmpty
)
4697
if( point.
IsEmpty
)
4730
if( point.
IsEmpty
)
5302
if( point.
IsEmpty
)
Common\ChartTypes\PointAndFigureChart.cs (3)
197
if(!dp.
IsEmpty
)
331
if(!dp.
IsEmpty
)
562
if(!dataPoint.
IsEmpty
)
Common\ChartTypes\PointChart.cs (4)
671
if((!point.
IsEmpty
&& (ser.IsValueShownAsLabel || pointShowLabelAsValue || pointLabel.Length > 0)) ||
1502
if (point.
IsEmpty
|| double.IsNaN(point.YValues[yValueIndex]))
1575
if( !series.Points[indx].
IsEmpty
)
1587
if( !series.Points[indx].
IsEmpty
)
Common\ChartTypes\RadarChart.cs (6)
425
if(ser.Points[secondPointIndex].
IsEmpty
)
524
if(ser.Points[secondPointIndex].
IsEmpty
)
1043
if((!point.
IsEmpty
&& (ser.IsValueShownAsLabel || pointShowLabelAsValue || pointLabel.Length > 0)) ||
1399
if( point.
IsEmpty
)
1471
if( !series.Points[indx].
IsEmpty
)
1483
if( !series.Points[indx].
IsEmpty
)
Common\ChartTypes\RangeChart.cs (3)
928
if(prevDataPointEx.dataPoint.
IsEmpty
)
942
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.Color == Color.Empty)
946
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\RenkoChart.cs (3)
178
if(!dp.
IsEmpty
)
341
if(!dp.
IsEmpty
)
428
if(!dataPoint.
IsEmpty
)
Common\ChartTypes\StackedAreaChart.cs (8)
530
double yValue = (point.
IsEmpty
) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
625
else if (point.
IsEmpty
&& point.Color == Color.Empty)
843
double yValue = (point.
IsEmpty
) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
949
double yValue = (point.
IsEmpty
) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
990
if(!point.
IsEmpty
&& (ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.Label.Length > 0))
1232
if(ser.Points[secondPoint.index - 1].
IsEmpty
)
1273
if(ser.Points[secondPoint.index - 1].
IsEmpty
)
1475
if((!pointEx.dataPoint.
IsEmpty
&& (pointEx.dataPoint.series.IsValueShownAsLabel || pointShowLabelAsValue || pointLabel.Length > 0)) ||
Common\ChartTypes\StackedBarChart.cs (4)
187
if(point.YValues[0] == 0 || point.
IsEmpty
)
841
if( point.
IsEmpty
)
1593
if( point.
IsEmpty
)
1751
if( point.
IsEmpty
)
Common\ChartTypes\StackedColumnChart.cs (4)
181
if(point.YValues[0] == 0 || point.
IsEmpty
)
861
if( point.
IsEmpty
)
1631
if( point.
IsEmpty
)
1787
if( point.
IsEmpty
)
Common\ChartTypes\StepLineChart.cs (3)
272
if(prevDataPointEx.dataPoint.
IsEmpty
)
284
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.Color == Color.Empty)
288
if( pointAttr.dataPoint.
IsEmpty
&& pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\ThreeLineBreakChart.cs (2)
179
if(!dp.
IsEmpty
)
345
if(dataPoint.
IsEmpty
)
Common\DataManager\DataManager.cs (1)
285
if( point.
IsEmpty
)
Common\DataManager\DataPoint.cs (2)
1663
if (point.
IsEmpty
&& isYValue)
1719
if (point.
IsEmpty
&& isYValue)
Common\DataManager\DataSeries.cs (1)
975
if((!dataPoint.IsCustomPropertySet(CommonCustomProperties.Color) || dataPoint.tempColorIsSet ) && !dataPoint.
IsEmpty
)
Common\General\AxisScaleBreaks.cs (1)
1005
if(!dataPoint.
IsEmpty
)
Common\General\ChartAreaAxes.cs (1)
631
if( !point.
IsEmpty
)
Common\General\ChartGraphics3D.cs (2)
2505
if(leftPointAttr.dataPoint.
IsEmpty
)
2561
if(rightPointAttr.dataPoint.
IsEmpty
)
Common\General\DataManipulator.cs (7)
1015
if(!point.
IsEmpty
|| !this.IsEmptyPointIgnored)
1038
if(!point.
IsEmpty
)
2274
dp.IsEmpty = point.
IsEmpty
;
2830
if(point.
IsEmpty
&& this.IsEmptyPointIgnored)
2850
(!point.
IsEmpty
&& this.IsEmptyPointIgnored))
2951
if(series.Points[secondPassIndex].
IsEmpty
&& this.IsEmptyPointIgnored)
2978
if(series.Points[secondPassIndex].
IsEmpty
&& this.IsEmptyPointIgnored)
Common\General\FormulaData.cs (1)
776
if (point.
IsEmpty
)
Common\General\Legend.cs (1)
2149
if(point.
IsEmpty
)
Common\General\Statistics.cs (1)
360
if (series.Points[pointIndex].
IsEmpty
)
Common\Utilities\XmlSerializer.cs (3)
1620
if (dataPoint.
IsEmpty
&& IsSerializableContent("IsEmpty", objectToSerialize))
2492
if (dataPoint.
IsEmpty
&& IsSerializableContent("IsEmpty", objectToSerialize))
2494
SerializeProperty(dataPoint.
IsEmpty
, dataPoint, "IsEmpty", writer);