1 write to funnelInsideLabelAlignmentAttributeName
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2876 base.funnelInsideLabelAlignmentAttributeName = CustomPropertyName.PyramidInsideLabelAlignment;
2 references to funnelInsideLabelAlignmentAttributeName
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2543 string attrValue = properties[this.funnelInsideLabelAlignmentAttributeName]; 2553throw (new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(attrValue, this.funnelInsideLabelAlignmentAttributeName)));