19 references to DeleteCustomProperty
System.Web.DataVisualization (19)
Common\ChartTypes\KagiChart.cs (3)
248 kagiSeries.DeleteCustomProperty("OldXValueIndexed"); 249 kagiSeries.DeleteCustomProperty("OldYValuesPerPoint"); 254 kagiSeries.DeleteCustomProperty("OldAutomaticXAxisInterval");
Common\ChartTypes\PointAndFigureChart.cs (4)
282 pointAndFigureSeries.DeleteCustomProperty("OldXValueIndexed"); 283 pointAndFigureSeries.DeleteCustomProperty("OldYValuesPerPoint"); 284 pointAndFigureSeries.DeleteCustomProperty(CustomPropertyName.EmptyPointValue); 289 pointAndFigureSeries.DeleteCustomProperty("OldAutomaticXAxisInterval");
Common\ChartTypes\RenkoChart.cs (4)
256renkoSeries.DeleteCustomProperty("OldXValueIndexed"); 257renkoSeries.DeleteCustomProperty("OldYValuesPerPoint"); 262renkoSeries.DeleteCustomProperty("OldAutomaticXAxisInterval"); 284 series.DeleteCustomProperty("CurrentBoxSize");
Common\ChartTypes\StackedBarChart.cs (1)
1011 ser.DeleteCustomProperty(CustomPropertyName.StackedGroupName);
Common\ChartTypes\StackedColumnChart.cs (1)
1017 ser.DeleteCustomProperty(CustomPropertyName.StackedGroupName);
Common\ChartTypes\ThreeLineBreakChart.cs (3)
258threeLineBreakSeries.DeleteCustomProperty("OldXValueIndexed"); 259threeLineBreakSeries.DeleteCustomProperty("OldYValuesPerPoint"); 264threeLineBreakSeries.DeleteCustomProperty("OldAutomaticXAxisInterval");
Common\Converters\CustomAttributesConverters.cs (1)
594 customAttr.DataPointCustomProperties.DeleteCustomProperty(this._name);
Common\DataManager\DataSeries.cs (1)
1516 this.DeleteCustomProperty("TempDesignData");
Common\General\DataManipulator.cs (1)
480 point.DeleteCustomProperty("_Index");