7 references to Color
System.Windows.Forms.DataVisualization (7)
Common\General\Legend.cs (4)
5510/// <seealso cref="Color"/> 5515/// A <see cref="Color"/> value used for the secondary color of background with 5519/// This color is used with <see cref="Color"/> when <see cref="BackHatchStyle"/> or 5694/// A <see cref="Color"/> value used to draw a legend item's shadow.
Common\General\LegendColumns.cs (3)
2349 legendItem.Color, 2380 legendItem.Color, 2470 (legendItem.markerColor == Color.Empty) ? legendItem.Color : legendItem.markerColor,