14 implementations of SupportStackedGroups
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
204 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\BoxPlotChart.cs (1)
112 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\ErrorBarChart.cs (1)
160 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\FastLineChart.cs (1)
120 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\FastPointChart.cs (1)
121 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\FunnelChart.cs (1)
295 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\PieChart.cs (1)
167 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\PointChart.cs (1)
160 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\RadarChart.cs (1)
136 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\RenkoChart.cs (1)
559 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\StackedBarChart.cs (1)
372 virtual public bool SupportStackedGroups { get { return true; } }
Common\ChartTypes\StackedColumnChart.cs (1)
367 virtual public bool SupportStackedGroups { get { return true; } }
Common\ChartTypes\StockChart.cs (1)
184 virtual public bool SupportStackedGroups { get { return false; } }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
554 virtual public bool SupportStackedGroups { get { return false; } }