2 references to BackSecondaryColor
System.Web.DataVisualization (2)
Common\General\AxisScaleSegments.cs (2)
520
brush = graph.GetGradientBrush(new RectangleF(0, 0, chart.chartPicture.Width - 1, chart.chartPicture.Height - 1), chart.BackColor, chart.
BackSecondaryColor
, chart.BackGradientStyle);
525
brush = graph.GetHatchBrush( chart.BackHatchStyle, chart.BackColor, chart.
BackSecondaryColor
);