1 write to Text
System.Web.DataVisualization (1)
Common\Annotation\AnnotationCollection.cs (1)
130
textAnnotation.
Text
= item.Name;
4 references to Text
System.Web.DataVisualization (4)
Common\Annotation\AnnotationCollection.cs (1)
128
if (textAnnotation != null && string.IsNullOrEmpty(textAnnotation.
Text
) && Chart != null && Chart.IsDesignMode())
Common\Annotation\TextAnnotation.cs (3)
544
string titleText = this.ReplaceKeywords(this.
Text
.Replace("\\n", "\n"));
947
if(GetGraphics() != null && this.
Text
.Trim().Length > 0)
951
"W" + this.ReplaceKeywords(this.
Text
.Replace("\\n", "\n")),