13 references to BoxPlotShowMedian
System.Windows.Forms.DataVisualization (13)
Common\ChartTypes\BoxPlotChart.cs (12)
515 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 517 string showMedianValue = ser[CustomPropertyName.BoxPlotShowMedian]; 518 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 520 showMedianValue = point[CustomPropertyName.BoxPlotShowMedian]; 532 throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid( point[CustomPropertyName.BoxPlotShowMedian],"BoxPlotShowMedian"))); 1295 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian) || ser.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 1297 string showMedianValue = ser[CustomPropertyName.BoxPlotShowMedian]; 1298 if(point.IsCustomPropertySet(CustomPropertyName.BoxPlotShowMedian)) 1300 showMedianValue = point[CustomPropertyName.BoxPlotShowMedian]; 1312 throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point[CustomPropertyName.BoxPlotShowMedian], "BoxPlotShowMedian")));
Common\Utilities\CustomAttributesRegistry.cs (1)
1317 CustomPropertyName.BoxPlotShowMedian,