9 references to StackedGroupName
System.Windows.Forms.DataVisualization (9)
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\Utilities\CustomAttributesRegistry.cs (1)
553
CustomPropertyName.
StackedGroupName
,