1 override of ShadowOffset
System.Windows.Forms.DataVisualization (1)
Common\Annotation\GroupAnnotation.cs (1)
638 override public int ShadowOffset
2 writes to ShadowOffset
System.Windows.Forms.DataVisualization (2)
Common\Annotation\GroupAnnotation.cs (2)
646 base.ShadowOffset = value; 649 annotation.ShadowOffset = value;
19 references to ShadowOffset
System.Windows.Forms.DataVisualization (19)
Common\Annotation\AnnotationBase.cs (1)
1176 /// <seealso cref="ShadowOffset"/>
Common\Annotation\ArrowAnnotation.cs (1)
349this.ShadowOffset,
Common\Annotation\CalloutAnnotation.cs (8)
892 this.ShadowOffset, 1056this.ShadowOffset, 1079 this.ShadowOffset, 1209 this.ShadowOffset, 1240 this.ShadowOffset, 1463 this.ShadowOffset, 1567 this.ShadowOffset); 1621 this.ShadowOffset);
Common\Annotation\GroupAnnotation.cs (1)
642 return base.ShadowOffset;
Common\Annotation\ImageAnnotation.cs (2)
571 this.ShadowOffset, 609 this.ShadowOffset,
Common\Annotation\LineAnnotation.cs (1)
668 this.ShadowOffset);
Common\Annotation\PolygonAnnotation.cs (2)
708this.ShadowOffset, 728this.ShadowOffset,
Common\Annotation\RectangleAnnotation.cs (1)
434 this.ShadowOffset,
Common\Annotation\TextAnnotation.cs (2)
616ShadowOffset != 0) 620textShadowOffset = ShadowOffset;