Base:
property
BackColor
System.Web.UI.DataVisualization.Charting.TextAnnotation.BackColor
16 references to BackColor
System.Web.DataVisualization (16)
Common\Annotation\CalloutAnnotation.cs (16)
341
/// <seealso cref="
BackColor
"/>
348
/// Two colors are used to draw the hatching, <see cref="
BackColor
"/> and <see cref="BackSecondaryColor"/>.
373
/// <seealso cref="
BackColor
"/>
380
/// Two colors are used to draw the gradient, <see cref="
BackColor
"/> and <see cref="BackSecondaryColor"/>.
404
/// <seealso cref="
BackColor
"/>
413
/// This color is used with <see cref="
BackColor
"/> when <see cref="BackHatchStyle"/> or
880
this.
BackColor
,
1044
this.
BackColor
,
1067
this.
BackColor
,
1197
this.
BackColor
,
1228
this.
BackColor
,
1249
this.
BackColor
,
1285
this.
BackColor
,
1314
Color color = (this.
BackColor
.IsEmpty) ? Color.White : this.
BackColor
;
1451
this.
BackColor
,