24 references to BackHatchStyle
System.Windows.Forms.DataVisualization (24)
Common\ChartTypes\AreaChart.cs (2)
318if (point.BackHatchStyle != ChartHatchStyle.None) 320areaBrush = graph.GetHatchBrush(point.BackHatchStyle, pointColor, point.BackSecondaryColor);
Common\ChartTypes\BarChart.cs (1)
616 point.BackHatchStyle,
Common\ChartTypes\BoxPlotChart.cs (2)
442 point.BackHatchStyle, 1230 point.BackHatchStyle,
Common\ChartTypes\ColumnChart.cs (1)
597 point.BackHatchStyle,
Common\ChartTypes\FunnelChart.cs (7)
729 point.BackHatchStyle, 793 point.BackHatchStyle, 842 point.BackHatchStyle, 892 point.BackHatchStyle, 1218 point.BackHatchStyle, 1267 point.BackHatchStyle, 1316 point.BackHatchStyle,
Common\ChartTypes\PieChart.cs (1)
967 point.BackHatchStyle,
Common\ChartTypes\RadarChart.cs (1)
611pointAttributes.BackHatchStyle,
Common\ChartTypes\RangeChart.cs (2)
403 if( point.BackHatchStyle != ChartHatchStyle.None ) 405 areaBrush = graph.GetHatchBrush( point.BackHatchStyle, point.Color, point.BackSecondaryColor);
Common\ChartTypes\StackedAreaChart.cs (2)
612if (point.BackHatchStyle != ChartHatchStyle.None) 614areaBrush = graph.GetHatchBrush(point.BackHatchStyle, point.Color, point.BackSecondaryColor);
Common\ChartTypes\StackedBarChart.cs (1)
896 point.BackHatchStyle,
Common\ChartTypes\StackedColumnChart.cs (1)
914 point.BackHatchStyle,
Common\ChartTypes\StockChart.cs (2)
817 point.BackHatchStyle, 1647 point.BackHatchStyle,
Common\General\Legend.cs (1)
6240 backHatchStyle = properties.BackHatchStyle;