3 overrides of LineWidth
System.Web.DataVisualization (3)
Common\Annotation\GroupAnnotation.cs (1)
403 override public int LineWidth
Common\Annotation\ImageAnnotation.cs (1)
467 override public int LineWidth
Common\Annotation\TextAnnotation.cs (1)
220 override public int LineWidth
4 writes to LineWidth
System.Web.DataVisualization (4)
Common\Annotation\GroupAnnotation.cs (2)
411 base.LineWidth = value; 414 annotation.LineWidth = value;
Common\Annotation\ImageAnnotation.cs (1)
475 base.LineWidth = value;
Common\Annotation\TextAnnotation.cs (1)
228 base.LineWidth = value;
25 references to LineWidth
System.Web.DataVisualization (25)
Common\Annotation\AnnotationBase.cs (2)
964/// <seealso cref="LineWidth"/> 1022/// <seealso cref="LineWidth"/>
Common\Annotation\ArrowAnnotation.cs (1)
346this.LineWidth,
Common\Annotation\GroupAnnotation.cs (1)
407 return base.LineWidth;
Common\Annotation\ImageAnnotation.cs (1)
471 return base.LineWidth;
Common\Annotation\LineAnnotation.cs (9)
601 if(this.LineWidth < 4) 603 int adjustment = 3 - this.LineWidth; 606 this.LineWidth + adjustment, 607 this.LineWidth + adjustment, 630 if(this.LineWidth < 4) 632 int adjustment = 3 - this.LineWidth; 635 this.LineWidth + adjustment, 636 this.LineWidth + adjustment, 663 this.LineWidth,
Common\Annotation\PolygonAnnotation.cs (10)
629if (this.LineWidth < 4) 631int adjustment = 3 - this.LineWidth; 634this.LineWidth + adjustment, 635this.LineWidth + adjustment, 658if (this.LineWidth < 4) 660int adjustment = 3 - this.LineWidth; 663this.LineWidth + adjustment, 664this.LineWidth + adjustment, 705this.LineWidth, 725this.LineWidth,
Common\Annotation\TextAnnotation.cs (1)
224 return base.LineWidth;