15 references to StackedGroupName
System.Web.DataVisualization (15)
Common\ChartTypes\StackedBarChart.cs (3)
579 ser[CustomPropertyName.StackedGroupName] = stackGroupName; 1007 ser[CustomPropertyName.StackedGroupName] = stackGroupName; 1011 ser.DeleteCustomProperty(CustomPropertyName.StackedGroupName);
Common\ChartTypes\StackedColumnChart.cs (5)
586 ser[CustomPropertyName.StackedGroupName] = stackGroupName; 1013 ser[CustomPropertyName.StackedGroupName] = stackGroupName; 1017 ser.DeleteCustomProperty(CustomPropertyName.StackedGroupName); 1074 if(series.IsCustomPropertySet(CustomPropertyName.StackedGroupName)) 1076 stackGroupName = series[CustomPropertyName.StackedGroupName];
Common\General\ChartArea3D.cs (6)
984 if(curSeries.IsCustomPropertySet(CustomPropertyName.StackedGroupName)) 986 seriesStackGroupName = curSeries[CustomPropertyName.StackedGroupName]; 1677 if(ser.IsCustomPropertySet(CustomPropertyName.StackedGroupName)) 1679 stackGroupName = ser[CustomPropertyName.StackedGroupName]; 1704 if(series.IsCustomPropertySet(CustomPropertyName.StackedGroupName)) 1706 stackGroupName = series[CustomPropertyName.StackedGroupName];
Common\Utilities\CustomAttributesRegistry.cs (1)
553CustomPropertyName.StackedGroupName,