4 overrides of ForeColor
System.Web.DataVisualization (4)
Common\Annotation\GroupAnnotation.cs (1)
312
override public Color
ForeColor
Common\Annotation\ImageAnnotation.cs (1)
311
override public Color
ForeColor
Common\Annotation\LineAnnotation.cs (1)
235
override public Color
ForeColor
Common\Annotation\PolygonAnnotation.cs (1)
234
override public Color
ForeColor
5 writes to ForeColor
System.Web.DataVisualization (5)
Common\Annotation\GroupAnnotation.cs (2)
320
base.
ForeColor
= value;
323
annotation.
ForeColor
= value;
Common\Annotation\ImageAnnotation.cs (1)
319
base.
ForeColor
= value;
Common\Annotation\LineAnnotation.cs (1)
243
base.
ForeColor
= value;
Common\Annotation\PolygonAnnotation.cs (1)
242
base.
ForeColor
= value;
10 references to ForeColor
System.Web.DataVisualization (10)
Common\Annotation\AnnotationBase.cs (2)
913
/// <seealso cref="
ForeColor
"/>
939
/// <seealso cref="
ForeColor
"/>
Common\Annotation\GroupAnnotation.cs (1)
316
return base.
ForeColor
;
Common\Annotation\ImageAnnotation.cs (1)
315
return base.
ForeColor
;
Common\Annotation\LineAnnotation.cs (1)
239
return base.
ForeColor
;
Common\Annotation\PolygonAnnotation.cs (1)
238
return base.
ForeColor
;
Common\Annotation\TextAnnotation.cs (4)
160
/// <seealso cref="Annotation.
ForeColor
"/>
575
using( Brush textBrush = new SolidBrush(this.
ForeColor
) )
612
Color textShadowColor = ChartGraphics.GetGradientColor(this.
ForeColor
, Color.Black, 0.8);
678
this.
ForeColor
,