6 references to HundredPercentStackedColumnChart
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\StackedBarChart.cs (3)
147
string currentStackedGroupName =
HundredPercentStackedColumnChart
.GetSeriesStackGroupName(series);
157
Series[] seriesArray =
HundredPercentStackedColumnChart
.GetSeriesByStackedGroupName(
241
if(currentStackedGroupName !=
HundredPercentStackedColumnChart
.GetSeriesStackGroupName(ser))
Common\ChartTypes\StackedColumnChart.cs (3)
140
string currentStackedGroupName =
HundredPercentStackedColumnChart
.GetSeriesStackGroupName(series);
150
Series[] seriesArray =
HundredPercentStackedColumnChart
.GetSeriesByStackedGroupName(
236
if(currentStackedGroupName !=
HundredPercentStackedColumnChart
.GetSeriesStackGroupName(ser))