1 write to funnelLabelStyleAttributeName
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2871 base.funnelLabelStyleAttributeName = CustomPropertyName.PyramidLabelStyle;
2 references to funnelLabelStyleAttributeName
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2113 string attrValue = properties[this.funnelLabelStyleAttributeName]; 2123 throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid(labelStyle.ToString(), this.funnelLabelStyleAttributeName) ) );