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