13 references to BoxPlotShowAverage
System.Web.DataVisualization (13)
Common\ChartTypes\BoxPlotChart.cs (12)
459
if(point.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
) || ser.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
))
461
string showAverageValue = ser[CustomPropertyName.
BoxPlotShowAverage
];
462
if(point.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
))
464
showAverageValue = point[CustomPropertyName.
BoxPlotShowAverage
];
476
throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid( point[CustomPropertyName.
BoxPlotShowAverage
], "BoxPlotShowAverage")));
1246
if(point.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
) || ser.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
))
1248
string showAverageValue = ser[CustomPropertyName.
BoxPlotShowAverage
];
1249
if(point.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowAverage
))
1251
showAverageValue = point[CustomPropertyName.
BoxPlotShowAverage
];
1263
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point[CustomPropertyName.
BoxPlotShowAverage
], "BoxPlotShowAverage")));
Common\Utilities\CustomAttributesRegistry.cs (1)
1306
CustomPropertyName.
BoxPlotShowAverage
,