8 writes to Tag
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\KagiChart.cs (3)
379newDataPoint.Tag = dataPoint; 415series.Points[series.Points.Count - 1].Tag = dataPoint; 431newDataPoint.Tag = dataPoint;
Common\ChartTypes\RenkoChart.cs (1)
483newDataPoint.Tag = dataPoint;
Common\ChartTypes\ThreeLineBreakChart.cs (1)
461newDataPoint.Tag = dataPoint;
Common\General\ChartGraphics.cs (1)
1619point.Tag = oldTag;
Common\General\ImageMap.cs (1)
322this.Tag = tag;
Common\General\Label.cs (1)
546 newLabel.Tag = this.Tag;
36 references to Tag
System.Windows.Forms.DataVisualization (36)
Common\ChartTypes\BarChart.cs (2)
848point.Tag, 1852point.Tag,
Common\ChartTypes\BoxPlotChart.cs (1)
900point.Tag,
Common\ChartTypes\ColumnChart.cs (2)
1226point.Tag, 1339point.Tag,
Common\ChartTypes\ErrorBarChart.cs (1)
957point.Tag,
Common\ChartTypes\FunnelChart.cs (1)
1642point.Tag,
Common\ChartTypes\PieChart.cs (2)
1734point.Tag, 5649point.Tag,
Common\ChartTypes\PointChart.cs (1)
687point.Tag,
Common\ChartTypes\RadarChart.cs (1)
1059point.Tag,
Common\ChartTypes\StackedAreaChart.cs (2)
1011point.Tag, 1498pointEx.dataPoint.Tag,
Common\ChartTypes\StackedBarChart.cs (2)
1065point.Tag, 1832point.Tag,
Common\ChartTypes\StackedColumnChart.cs (2)
1145point.Tag, 1861point.Tag,
Common\ChartTypes\StockChart.cs (1)
982point.Tag,
Common\DataManager\DataPoint.cs (6)
1946this.Tag, 2477this.Tag, 2495this.Tag, 2515this.Tag, 2527this.Tag, 2538this.Tag,
Common\DataManager\DataSeries.cs (6)
1111this.Tag, 1123this.Tag, 1135this.Tag, 1147this.Tag, 1159this.Tag, 1171this.Tag,
Common\General\ChartGraphics.cs (1)
1576object oldTag = point.Tag;
Common\General\Label.cs (1)
546 newLabel.Tag = this.Tag;
Common\General\Legend.cs (1)
2193this.Tag,
Common\General\Selection.cs (3)
537point.Tag); 765point.Tag); 840 point.Tag);