1 write to LegendToolTip
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
2008
this.
LegendToolTip
= stringValue;
4 references to LegendToolTip
System.Web.DataVisualization (4)
Common\General\Chart.cs (2)
3752
if( series.
LegendToolTip
.Length > 0 ||
3772
if( point.
LegendToolTip
.Length > 0 ||
Common\General\Legend.cs (2)
2173
item.ToolTip = point.ReplaceKeywords(point.
LegendToolTip
);
2243
item.ToolTip = series.ReplaceKeywords(series.
LegendToolTip
);