5 references to BoxPlotWhiskerPercentile
System.Web.DataVisualization (5)
Common\ChartTypes\BoxPlotChart.cs (4)
1652
string boxWhiskerPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.
BoxPlotWhiskerPercentile
)) ? boxPoint[CustomPropertyName.
BoxPlotWhiskerPercentile
] : String.Empty;
1653
if(boxWhiskerPercentile.Length == 0 && boxPoint.series != null && boxPoint.series.IsCustomPropertySet(CustomPropertyName.
BoxPlotWhiskerPercentile
))
1655
boxWhiskerPercentile = boxPoint.series[CustomPropertyName.
BoxPlotWhiskerPercentile
];
Common\Utilities\CustomAttributesRegistry.cs (1)
1293
CustomPropertyName.
BoxPlotWhiskerPercentile
,