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