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