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