1 write to funnelOutsideLabelPlacementAttributeName
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2877 base.funnelOutsideLabelPlacementAttributeName = CustomPropertyName.PyramidOutsideLabelPlacement;
2 references to funnelOutsideLabelPlacementAttributeName
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2517 string attrValue = properties[this.funnelOutsideLabelPlacementAttributeName]; 2527throw (new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(attrValue, this.funnelOutsideLabelPlacementAttributeName )));