5 writes to Text
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (3)
4719
label.
Text
= string.Empty;
4724
label.
Text
+= "\n";
4726
label.
Text
+= ((string[])labelTextRows[longestLabelIndex])[rowIndex];
Common\General\AxisLabels.cs (1)
517
CustomLabels[pointIndx].
Text
= dataPoint.AxisLabel;
Common\General\Label.cs (1)
536
newLabel.
Text
= this.Text;
12 references to Text
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (8)
4661
labelTextRows.Add(label.
Text
.Split('\n'));
5313
SizeF axisLabelSize = chartGraph.MeasureStringRel(label.
Text
.Replace("\\n", "\n"), autoLabelFont);
5464
label.
Text
.Replace("\\n", "\n") + "W",
5471
if (label.
Text
.Length > 0 &&
5478
label.
Text
.Replace("\\n", "\n"),
5701
SizeF axisLabelSize = chartGraph.MeasureStringRel(label.
Text
.Replace("\\n", "\n"),
5712
axisLabelSize = chartGraph.MeasureStringRel(label.
Text
.Replace("\\n", "\n"),
5938
SizeF axisLabelSize = chartGraph.MeasureStringRel(label.
Text
.Replace("\\n", "\n"), (autoLabelFont != null) ? autoLabelFont : this.LabelStyle.Font);
Common\General\ChartArea.cs (1)
2908
axis.Title = this.AxisX.CustomLabels[sectorIndex].
Text
;
Common\General\Label.cs (3)
536
newLabel.Text = this.
Text
;
1778
label.
Text
,
2496
label.
Text
,