1 write to funnelPointGapAttributeName
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2872
base.
funnelPointGapAttributeName
= CustomPropertyName.PyramidPointGap;
2 references to funnelPointGapAttributeName
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2444
string attrValue = properties[this.
funnelPointGapAttributeName
];
2457
throw (new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(attrValue, this.
funnelPointGapAttributeName
)));