5 overrides of BackColor
System.Web.DataVisualization (5)
Common\Annotation\GroupAnnotation.cs (1)
467 override public Color BackColor
Common\Annotation\ImageAnnotation.cs (1)
357 override public Color BackColor
Common\Annotation\LineAnnotation.cs (1)
282 override public Color BackColor
Common\Annotation\PolygonAnnotation.cs (1)
281 override public Color BackColor
Common\Annotation\TextAnnotation.cs (1)
264 override public Color BackColor
6 writes to BackColor
System.Web.DataVisualization (6)
Common\Annotation\GroupAnnotation.cs (2)
475 base.BackColor = value; 478 annotation.BackColor = value;
Common\Annotation\ImageAnnotation.cs (1)
365 base.BackColor = value;
Common\Annotation\LineAnnotation.cs (1)
290 base.BackColor = value;
Common\Annotation\PolygonAnnotation.cs (1)
289 base.BackColor = value;
Common\Annotation\TextAnnotation.cs (1)
272 base.BackColor = value;
13 references to BackColor
System.Web.DataVisualization (13)
Common\Annotation\AnnotationBase.cs (6)
1079/// <seealso cref="BackColor"/> 1086/// Two colors are used to draw the hatching, <see cref="BackColor"/> and <see cref="BackSecondaryColor"/>. 1110/// <seealso cref="BackColor"/> 1117/// Two colors are used to draw the gradient, <see cref="BackColor"/> and <see cref="BackSecondaryColor"/>. 1141/// <seealso cref="BackColor"/> 1150/// This color is used with <see cref="BackColor"/> when <see cref="BackHatchStyle"/> or
Common\Annotation\ArrowAnnotation.cs (2)
337(this.BackColor.IsEmpty) ? Color.White : this.BackColor,
Common\Annotation\GroupAnnotation.cs (1)
471 return base.BackColor;
Common\Annotation\ImageAnnotation.cs (1)
361 return base.BackColor;
Common\Annotation\LineAnnotation.cs (1)
286 return base.BackColor;
Common\Annotation\PolygonAnnotation.cs (1)
285 return base.BackColor;
Common\Annotation\TextAnnotation.cs (1)
268 return base.BackColor;