2 overrides of IsSizeAlwaysRelative
System.Windows.Forms.DataVisualization (2)
Common\Annotation\GroupAnnotation.cs (1)
162 override public bool IsSizeAlwaysRelative
Common\Annotation\LineAnnotation.cs (1)
392 override public bool IsSizeAlwaysRelative
3 writes to IsSizeAlwaysRelative
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (1)
2415 this.IsSizeAlwaysRelative = false;
Common\Annotation\GroupAnnotation.cs (1)
170 base.IsSizeAlwaysRelative = value;
Common\Annotation\LineAnnotation.cs (1)
400 base.IsSizeAlwaysRelative = value;
18 references to IsSizeAlwaysRelative
System.Windows.Forms.DataVisualization (18)
Common\Annotation\AnnotationBase.cs (16)
585 /// <seealso cref="IsSizeAlwaysRelative"/> 602 /// and set the <see cref="IsSizeAlwaysRelative"/> property to <b>false</b>. 637 /// <seealso cref="IsSizeAlwaysRelative"/> 654 /// and set the <see cref="IsSizeAlwaysRelative"/> property to <b>false</b>. 689 /// <seealso cref="IsSizeAlwaysRelative"/> 699 /// and set the <see cref="IsSizeAlwaysRelative"/> property to <b>false</b>. 727 /// <seealso cref="IsSizeAlwaysRelative"/> 737 /// and set the <see cref="IsSizeAlwaysRelative"/> property to <b>false</b>. 1343 /// <seealso cref="IsSizeAlwaysRelative"/> 1351 /// make sure the <see cref="IsSizeAlwaysRelative"/> property is set to <b>false</b>. 1387 /// <seealso cref="IsSizeAlwaysRelative"/> 1395 /// make sure <see cref="IsSizeAlwaysRelative"/> property is set to <b>false</b>. 2504 if(this.IsSizeAlwaysRelative || 2748if (!(isTextAnnotation && this.IsSizeAlwaysRelative)) 2983 if(!this.IsSizeAlwaysRelative) 3026 if(!this.IsSizeAlwaysRelative)
Common\Annotation\GroupAnnotation.cs (1)
166 return base.IsSizeAlwaysRelative;
Common\Annotation\LineAnnotation.cs (1)
396 return base.IsSizeAlwaysRelative;