5 references to BoxPlotShowUnusualValues
System.Web.DataVisualization (5)
Common\ChartTypes\BoxPlotChart.cs (4)
1708
string showUnusualValues = (boxPoint.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowUnusualValues
)) ? boxPoint[CustomPropertyName.
BoxPlotShowUnusualValues
] : String.Empty;
1709
if(showUnusualValues.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.
BoxPlotShowUnusualValues
))
1711
showUnusualValues = boxPoint.series[CustomPropertyName.
BoxPlotShowUnusualValues
];
Common\Utilities\CustomAttributesRegistry.cs (1)
1328
CustomPropertyName.
BoxPlotShowUnusualValues
,