5 writes to BackColor
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (5)
3107
stripLine.
BackColor
= this.InterlacedColor;
3114
stripLine.
BackColor
= (ChartArea.Area3DStyle.Enable3D) ? Color.DarkGray : Color.LightGray;
3120
stripLine.
BackColor
= ChartGraphics.GetGradientColor(Common.Chart.BackColor, Color.Black, 0.2);
3124
stripLine.
BackColor
= Color.LightGray;
3129
stripLine.
BackColor
= ChartGraphics.GetGradientColor(ChartArea.BackColor, Color.Black, 0.2);
11 references to BackColor
System.Windows.Forms.DataVisualization (11)
Common\General\Selection.cs (1)
2257
if (((StripLine)region.SelectedObject).
BackColor
== Color.Transparent)
Common\General\StripLine.cs (10)
400
this.
BackColor
, this.BackHatchStyle, this.BackImage,
540
this.
BackColor
,
571
this.
BackColor
,
590
this.
BackColor
,
1214
/// <seealso cref="
BackColor
"/>
1221
/// Two colors are used to draw the gradient, <see cref="
BackColor
"/> and <see cref="BackSecondaryColor"/>.
1248
/// <seealso cref="
BackColor
"/>
1257
/// This color is used with <see cref="
BackColor
"/> when <see cref="BackHatchStyle"/> or
1287
/// <seealso cref="
BackColor
"/>
1294
/// Two colors are used to draw the hatching, <see cref="
BackColor
"/> and <see cref="BackSecondaryColor"/>.