Base:
property
LineWidth
System.Web.UI.DataVisualization.Charting.TextAnnotation.LineWidth
16 references to LineWidth
System.Web.DataVisualization (16)
Common\Annotation\CalloutAnnotation.cs (16)
229 /// <seealso cref="LineWidth"/> 284 /// <seealso cref="LineWidth"/> 889 this.LineWidth, 1053this.LineWidth, 1076 this.LineWidth, 1294 this.LineWidth, 1413 this.LineWidth, 1460 this.LineWidth, 1531 if(this.LineWidth < 4) 1533 int adjustment = 3 - this.LineWidth; 1536 this.LineWidth + adjustment, 1537 this.LineWidth + adjustment, 1562 this.LineWidth, 1576 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2)); 1616 this.LineWidth, 1630 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2));