9 references to BackColor
System.Windows.Forms.DataVisualization (9)
Common\General\Legend.cs (5)
2387 BackColor, 3354/// <seealso cref="BackColor"/> 3363/// This color is used with <see cref="BackColor"/> when <see cref="BackHatchStyle"/> or 3395/// <seealso cref="BackColor"/> 3402/// Two colors are used to draw the hatching, <see cref="BackColor"/> and <see cref="BackSecondaryColor"/>.
Common\General\LegendColumns.cs (3)
1596 if(this.Legend.BackColor == Color.Empty) 1600 else if(this.Legend.BackColor == Color.Transparent) 1614 resultColor = ChartGraphics.GetGradientColor( this.Legend.BackColor, Color.Black, 0.2 );
Common\General\Selection.cs (1)
2243if (((Legend)region.SelectedObject).BackColor == Color.Transparent)