14 implementations of SupportStackedGroups
System.Web.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; } }
4 references to SupportStackedGroups
System.Web.DataVisualization (4)
Common\General\ChartArea3D.cs (4)
972
if(Common.ChartTypeRegistry.GetChartType(smallestIntervalSeries.ChartTypeName).
SupportStackedGroups
)
1082
Common.ChartTypeRegistry.GetChartType(curSeries.ChartTypeName).
SupportStackedGroups
)
1753
if(chartType.
SupportStackedGroups
)
1781
if(chartType.
SupportStackedGroups
&&