198 references to IsCustomPropertySet
System.Windows.Forms.DataVisualization (198)
Common\ChartTypes\BarChart.cs (8)
367 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 864if (point.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 868else if (ser.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 1218 if( series.EmptyPointStyle.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) ) 1222 else if( series.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) ) 1336 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 1890if (point.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 1894else if (ser.IsCustomPropertySet(CustomPropertyName.BarLabelStyle))
Common\ChartTypes\BoxPlotChart.cs (22)
280 if(ser.IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 459 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage)) 462 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage)) 515 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 518 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 1049 if(ser.IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 1246 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage)) 1249 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowAverage)) 1295 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 1298 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 1557 if(boxPlotSeries.IsCustomPropertySet(CustomPropertyName.BoxPlotSeries)) 1576 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotSeries)) 1647 string boxPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotPercentile)) ? boxPoint[CustomPropertyName.BoxPlotPercentile] : String.Empty; 1648 if(boxPercentile.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.BoxPlotPercentile)) 1652 string boxWhiskerPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotWhiskerPercentile)) ? boxPoint[CustomPropertyName.BoxPlotWhiskerPercentile] : String.Empty; 1653 if(boxWhiskerPercentile.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.BoxPlotWhiskerPercentile)) 1708 string showUnusualValues = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotShowUnusualValues)) ? boxPoint[CustomPropertyName.BoxPlotShowUnusualValues] : String.Empty; 1709 if(showUnusualValues.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.BoxPlotShowUnusualValues))
Common\ChartTypes\BubbleChart.cs (10)
224 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMin)) 228 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMax)) 234 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleMaxSize)) 244 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleMinSize)) 256 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleUseSizeForLabel)) 363 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMin)) 367 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMax)) 373 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleMaxSize)) 383 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleUseSizeForLabel)) 481 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleMaxSize))
Common\ChartTypes\ColumnChart.cs (2)
278 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 675 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide))
Common\ChartTypes\ErrorBarChart.cs (27)
336 if(ser.IsCustomPropertySet(CustomPropertyName.ErrorBarSeries)) 371 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 411 if(!currentDrawSeriesSideBySide && ser.IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 498 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle) || ser.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 501 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 649 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle) || ser.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 652 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 777 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle) || point.series.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle)) 784 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle)) 1118 if(ser.IsCustomPropertySet(CustomPropertyName.ErrorBarSeries)) 1151 if(common.DataManager.Series[seriesName].IsCustomPropertySet(CustomPropertyName.DrawSideBySide)) 1251 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle) || ser.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 1254 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 1419 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle) || ser.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 1422 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarStyle)) 1552 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle) || point.series.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle)) 1559 if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle)) 1612 if(!errorBarSeries.IsCustomPropertySet(CustomPropertyName.ErrorBarType) && 1613 !errorBarSeries.IsCustomPropertySet(CustomPropertyName.ErrorBarSeries)) 1621 if(errorBarSeries.IsCustomPropertySet(CustomPropertyName.ErrorBarType)) 1807 if(!errorBarSeries.IsCustomPropertySet(CustomPropertyName.ErrorBarSeries))
Common\ChartTypes\FastLineChart.cs (1)
282if (series.IsCustomPropertySet(CustomPropertyName.PermittedPixelError))
Common\ChartTypes\FastPointChart.cs (1)
283if (series.IsCustomPropertySet(CustomPropertyName.PermittedPixelError))
Common\ChartTypes\KagiChart.cs (5)
145 if(series.IsCustomPropertySet("TempDesignData")) 228 if(!series.IsCustomPropertySet("TempDesignData")) 252 if(kagiSeries.IsCustomPropertySet("OldAutomaticXAxisInterval")) 286if (series.IsCustomPropertySet(CustomPropertyName.ReversalAmount)) 338if (series.IsCustomPropertySet(CustomPropertyName.UsedYValue))
Common\ChartTypes\LineChart.cs (5)
108 if(IsLineTensionSupported() && series.IsCustomPropertySet(CustomPropertyName.LineTension)) 408if (IsLineTensionSupported() && ser.IsCustomPropertySet(CustomPropertyName.LineTension)) 1309 if(IsLineTensionSupported() && firstSeries.IsCustomPropertySet(CustomPropertyName.LineTension)) 1389 if(pointAttr.dataPoint.IsCustomPropertySet(CustomPropertyName.ShowMarkerLines)) 1398 if(pointAttr.dataPoint.series.IsCustomPropertySet(CustomPropertyName.ShowMarkerLines))
Common\ChartTypes\PieChart.cs (51)
291if (series.IsCustomPropertySet(CustomPropertyName.CollectedThreshold)) 331 if(series.IsCustomPropertySet("TempDesignData")) 349 if(series.IsCustomPropertySet(CustomPropertyName.CollectedThresholdUsePercent)) 426 if(series.IsCustomPropertySet(CustomPropertyName.CollectedColor)) 440 if(series.IsCustomPropertySet(CustomPropertyName.CollectedSliceExploded)) 446 if(series.IsCustomPropertySet(CustomPropertyName.CollectedToolTip)) 452 if(series.IsCustomPropertySet(CustomPropertyName.CollectedLegendText)) 462 if(series.IsCustomPropertySet(CustomPropertyName.CollectedLabel)) 492 if(!series.IsCustomPropertySet("TempDesignData")) 621 if(dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.MinimumRelativePieSize)) 707if (dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.PieStartAngle)) 747 if(dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.DoughnutRadius)) 828 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 841 if(point.IsCustomPropertySet(CustomPropertyName.PieLineColor) || dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.PieLineColor)) 847(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) ? point[CustomPropertyName.PieLineColor] : dataSeries[typeSeries[0]][CustomPropertyName.PieLineColor]); 862(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) ? point[CustomPropertyName.PieLineColor] : dataSeries[typeSeries[0]][CustomPropertyName.PieLineColor]); 1102 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1114 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1128 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1141 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1156 if(series.IsCustomPropertySet(CustomPropertyName.LabelsRadialLineSize)) 1167 if(point.IsCustomPropertySet(CustomPropertyName.LabelsRadialLineSize)) 1178 if(series.IsCustomPropertySet(CustomPropertyName.LabelsHorizontalLineSize)) 1189 if(point.IsCustomPropertySet(CustomPropertyName.LabelsHorizontalLineSize)) 1218 if(point.IsCustomPropertySet("InsideLabelOffset")) 1523 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1535 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1549 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1561 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1601 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1613 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1627 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1639 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1653 if(series.IsCustomPropertySet(CustomPropertyName.LabelsRadialLineSize)) 1664 if(point.IsCustomPropertySet(CustomPropertyName.LabelsRadialLineSize)) 1675 if(series.IsCustomPropertySet(CustomPropertyName.LabelsHorizontalLineSize)) 1686 if(point.IsCustomPropertySet(CustomPropertyName.LabelsHorizontalLineSize)) 1868if (point.IsCustomPropertySet("_COLLECTED_DATA_POINT")) 2392if (dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.PieStartAngle)) 2433 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 2445 if(dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName.DoughnutRadius)) 2457 if(dataSeries[typeSeries[0]].IsCustomPropertySet(CustomPropertyName._3DLabelLineSize)) 2569 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 2970 if(point.IsCustomPropertySet(CustomPropertyName.PieLineColor) || (point.series != null && point.series.IsCustomPropertySet(CustomPropertyName.PieLineColor)) ) 2977 if(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) 2981 else if(point.series != null && point.series.IsCustomPropertySet(CustomPropertyName.PieLineColor)) 2997 if(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) 3001 else if(point.series != null && point.series.IsCustomPropertySet(CustomPropertyName.PieLineColor)) 5622point.series.IsCustomPropertySet(CustomPropertyName.PieAutoAxisLabels) &&
Common\ChartTypes\PointAndFigureChart.cs (8)
169 if(series.IsCustomPropertySet("TempDesignData")) 260 if(!series.IsCustomPropertySet("TempDesignData")) 287 if(pointAndFigureSeries.IsCustomPropertySet("OldAutomaticXAxisInterval")) 375if (series.IsCustomPropertySet(CustomPropertyName.BoxSize)) 465if (series.IsCustomPropertySet(CustomPropertyName.ReversalAmount)) 494 if(series.IsCustomPropertySet(CustomPropertyName.UsedYValueHigh)) 512 if(series.IsCustomPropertySet(CustomPropertyName.UsedYValueLow)) 833 if(point.IsCustomPropertySet("PriceUpPoint"))
Common\ChartTypes\PointChart.cs (2)
1552 if( series.EmptyPointStyle.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) ) 1556 else if( series.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) )
Common\ChartTypes\PolarChart.cs (3)
203if (point.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle) || 204ser.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle)) 207(point.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle)) ?
Common\ChartTypes\RadarChart.cs (5)
1343 if(point.IsCustomPropertySet(CustomPropertyName.RadarDrawingStyle) || 1344 ser.IsCustomPropertySet(CustomPropertyName.RadarDrawingStyle)) 1347 (point.IsCustomPropertySet(CustomPropertyName.RadarDrawingStyle)) ? 1448 if( series.EmptyPointStyle.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) ) 1452 else if( series.IsCustomPropertySet(CustomPropertyName.EmptyPointValue) )
Common\ChartTypes\RenkoChart.cs (6)
148 if(series.IsCustomPropertySet("TempDesignData")) 233if (!series.IsCustomPropertySet("TempDesignData")) 260if (renkoSeries.IsCustomPropertySet("OldAutomaticXAxisInterval")) 282 if(series.IsCustomPropertySet("CurrentBoxSize")) 302 if(series.IsCustomPropertySet(CustomPropertyName.BoxSize)) 402 if(series.IsCustomPropertySet(CustomPropertyName.UsedYValue))
Common\ChartTypes\StackedBarChart.cs (4)
1102if (point.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 1106else if (series.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 1849if (point.IsCustomPropertySet(CustomPropertyName.BarLabelStyle)) 1853else if (ser.IsCustomPropertySet(CustomPropertyName.BarLabelStyle))
Common\ChartTypes\StackedColumnChart.cs (1)
1074 if(series.IsCustomPropertySet(CustomPropertyName.StackedGroupName))
Common\ChartTypes\StockChart.cs (10)
674 if(point.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 678 else if(ser.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 703 if(point.IsCustomPropertySet(CustomPropertyName.ShowOpenClose)) 707 else if(ser.IsCustomPropertySet(CustomPropertyName.ShowOpenClose)) 957if (point.IsCustomPropertySet(CustomPropertyName.LabelValueType)) 961else if (ser.IsCustomPropertySet(CustomPropertyName.LabelValueType)) 1499 if(point.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 1503 else if(ser.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 1528 if(point.IsCustomPropertySet(CustomPropertyName.ShowOpenClose)) 1532 else if(ser.IsCustomPropertySet(CustomPropertyName.ShowOpenClose))
Common\ChartTypes\ThreeLineBreakChart.cs (5)
149 if(series.IsCustomPropertySet("TempDesignData")) 234if (!series.IsCustomPropertySet("TempDesignData")) 262if (threeLineBreakSeries.IsCustomPropertySet("OldAutomaticXAxisInterval")) 295 if(series.IsCustomPropertySet(CustomPropertyName.UsedYValue)) 314 if(series.IsCustomPropertySet(CustomPropertyName.NumberOfLinesInBreak))
Common\Converters\CustomAttributesConverters.cs (2)
589 !((DataPoint)customAttr.DataPointCustomProperties).series.IsCustomPropertySet(this._name) ) 592 if(customAttr.DataPointCustomProperties.IsCustomPropertySet(this._name))
Common\DataManager\DataPoint.cs (4)
2619if (properties.IsCustomPropertySet(attributeName)) 2629if (dataPoint.series.IsCustomPropertySet(attributeName)) 2944 if(!IsCustomPropertySet(name) && this.pointCustomProperties) 3225 if(!IsCustomPropertySet(name) && this.pointCustomProperties)
Common\DataManager\DataSeries.cs (4)
618if (this.IsCustomPropertySet("SeriesCaption")) 1423if (dp.IsCustomPropertySet("OriginalPointIndex")) 1514 if(this.IsCustomPropertySet("TempDesignData")) 1615 else if(this.IsCustomPropertySet("UseDummyData"))
Common\General\ChartArea.cs (2)
2778if (series.IsCustomPropertySet(CustomPropertyName.AreaDrawingStyle)) 2813 if(series.IsVisible() && series.ChartArea == this.Name && series.IsCustomPropertySet(CustomPropertyName.CircularLabelsStyle))
Common\General\ChartElement.cs (1)
1363series.IsCustomPropertySet(Utilities.CustomPropertyName.IsXAxisQuantitative))
Common\General\ChartGraphics3D.cs (3)
778if (point.IsCustomPropertySet("_COLLECTED_DATA_POINT")) 906if (point.IsCustomPropertySet("_COLLECTED_DATA_POINT")) 1044if (point.IsCustomPropertySet("_COLLECTED_DATA_POINT"))
Common\General\Selection.cs (6)
558 if(point != null && point.IsCustomPropertySet("OriginalPointIndex")) 640 if(point != null && point.IsCustomPropertySet("OriginalPointIndex")) 723 if(point != null && point.IsCustomPropertySet("OriginalPointIndex")) 789 if(point != null && point.IsCustomPropertySet("OriginalPointIndex")) 874 if(point != null && point.IsCustomPropertySet("OriginalPointIndex")) 2566if (pointIndex == -1 && dataPoint.IsCustomPropertySet("OriginalPointIndex"))